.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: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #513190 !important;
}
.bg-success {
  background-color: #6239b1 !important;
}
.bg-info {
  background-color: #62615f !important;
}
.bg-warning {
  background-color: #ff5c77 !important;
}
.bg-danger {
  background-color: #ff0048 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #513190 !important;
  border-color: #513190 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #663eb6 !important;
  border-color: #663eb6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #663eb6 !important;
  border-color: #663eb6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #61c5bb !important;
  border-color: #61c5bb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #86d3cb !important;
  border-color: #86d3cb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #86d3cb !important;
  border-color: #86d3cb !important;
}
.btn-info,
.btn-info:active {
  background-color: #62615f !important;
  border-color: #62615f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #7c7b78 !important;
  border-color: #7c7b78 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7c7b78 !important;
  border-color: #7c7b78 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6239b1 !important;
  border-color: #6239b1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7c55c8 !important;
  border-color: #7c55c8 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7c55c8 !important;
  border-color: #7c55c8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff5c77 !important;
  border-color: #ff5c77 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff8fa2 !important;
  border-color: #ff8fa2 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff8fa2 !important;
  border-color: #ff8fa2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0048 !important;
  border-color: #ff0048 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff336d !important;
  border-color: #ff336d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff336d !important;
  border-color: #ff336d !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: #513190;
  color: #513190;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2d1b4f !important;
  background-color: transparent !important;
  border-color: #2d1b4f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #513190 !important;
  border-color: #513190 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #61c5bb;
  color: #61c5bb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #38988e !important;
  background-color: transparent !important;
  border-color: #38988e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #61c5bb !important;
  border-color: #61c5bb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #62615f;
  color: #62615f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #363534 !important;
  background-color: transparent !important;
  border-color: #363534 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #62615f !important;
  border-color: #62615f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6239b1;
  color: #6239b1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3e246f !important;
  background-color: transparent !important;
  border-color: #3e246f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6239b1 !important;
  border-color: #6239b1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff5c77;
  color: #ff5c77;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff052f !important;
  background-color: transparent !important;
  border-color: #ff052f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5c77 !important;
  border-color: #ff5c77 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0048;
  color: #ff0048;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80030 !important;
  background-color: transparent !important;
  border-color: #a80030 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0048 !important;
  border-color: #ff0048 !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: #513190 !important;
}
.text-secondary {
  color: #61c5bb !important;
}
.text-success {
  color: #6239b1 !important;
}
.text-info {
  color: #62615f !important;
}
.text-warning {
  color: #ff5c77 !important;
}
.text-danger {
  color: #ff0048 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #261744 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #348c84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #372064 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e2e2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f50029 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #99002b !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: #513190;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #62615f;
}
.alert-warning {
  background-color: #ff5c77;
}
.alert-danger {
  background-color: #ff0048;
}
.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: #513190;
  border-color: #513190;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #513190;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9172cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a98fdb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a2a19f;
}
.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: #ffccda;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #513190 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #513190;
}
/* 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: #513190;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #513190;
}
.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: #513190;
  border-bottom-color: #513190;
}
.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: #513190 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #61c5bb !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='%23513190' %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-uePgsf5n1g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uePgsf5n1g .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;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uePgsf5n1g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uePgsf5n1g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uePgsf5n1g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uePgsf5n1g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uePgsf5n1g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uePgsf5n1g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uePgsf5n1g .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uePgsf5n1g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uePgsf5n1g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uePgsf5n1g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uePgsf5n1g .nav-item:focus,
.cid-uePgsf5n1g .nav-link:focus {
  outline: none;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uePgsf5n1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uePgsf5n1g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uePgsf5n1g .navbar.opened {
  transition: all 0.3s;
}
.cid-uePgsf5n1g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uePgsf5n1g .navbar .navbar-logo img {
  width: auto;
}
.cid-uePgsf5n1g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uePgsf5n1g .navbar.collapsed {
  justify-content: center;
}
.cid-uePgsf5n1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uePgsf5n1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uePgsf5n1g .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-uePgsf5n1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uePgsf5n1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar {
    min-height: 72px;
  }
  .cid-uePgsf5n1g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uePgsf5n1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uePgsf5n1g .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-uePgsf5n1g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uePgsf5n1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uePgsf5n1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uePgsf5n1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uePgsf5n1g .dropdown-item.active,
.cid-uePgsf5n1g .dropdown-item:active {
  background-color: transparent;
}
.cid-uePgsf5n1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uePgsf5n1g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uePgsf5n1g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .navbar-buttons {
    text-align: left;
  }
}
.cid-uePgsf5n1g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uePgsf5n1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uePgsf5n1g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uePgsf5n1g .navbar {
    height: 70px;
  }
  .cid-uePgsf5n1g .navbar.opened {
    height: auto;
  }
  .cid-uePgsf5n1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uePgsf5n1g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uePgsf5n1g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar-brand {
    margin-right: auto;
  }
  .cid-uePgsf5n1g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uePgsf5n1g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uePgsf5n1g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uN5vrrx92H {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dentelli-1.png");
}
.cid-uN5vrrx92H .mbr-overlay {
  background-color: #422083;
  opacity: 0.9;
}
.cid-uN5vrrx92H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN5vrrx92H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN5vrrx92H .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uN5vrrx92H .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uN5vrrx92H {
    align-items: center;
  }
  .cid-uN5vrrx92H .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uN5vrrx92H .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uN5vrrx92H {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uN5vrrx92H .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uN5vrrx92H .content-wrap {
    width: 100%;
  }
}
.cid-uN5vrrx92H .mbr-section-title {
  text-align: center;
}
.cid-uN5vrrx92H .mbr-text,
.cid-uN5vrrx92H .mbr-section-btn {
  text-align: center;
}
.cid-ufZjoG0Ffm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufZjoG0Ffm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufZjoG0Ffm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufZjoG0Ffm .content-text {
  max-width: 800px;
}
.cid-ufZjoG0Ffm .mbr-section-title {
  color: #000000;
}
.cid-ufZjoG0Ffm .mbr-text,
.cid-ufZjoG0Ffm .mbr-section-btn {
  color: #000000;
}
.cid-ucMarKpy7U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucMarKpy7U h6 {
  line-height: 1.2;
}
.cid-ucMarKpy7U img,
.cid-ucMarKpy7U .item-img {
  width: 100%;
  height: 100%;
}
.cid-ucMarKpy7U .item:focus,
.cid-ucMarKpy7U span:focus {
  outline: none;
}
.cid-ucMarKpy7U .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ucMarKpy7U .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ucMarKpy7U .mbr-section-title {
  color: #6239b1;
}
.cid-ucMarKpy7U .mbr-text,
.cid-ucMarKpy7U .mbr-section-btn {
  color: #000000;
}
.cid-ucMarKpy7U .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucMarKpy7U .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucMarKpy7U .item-text {
  color: #000000;
  text-align: center;
}
.cid-ucMarKpy7U .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ucMarKpy7U .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucMarKpy7U .mbr-section-subtitle {
  color: #232323;
}
.cid-ucMarIOQqs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #6239b1;
}
.cid-ucMarIOQqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucMarIOQqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucMarIOQqs .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ucMarIOQqs .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucMarIOQqs .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ucMarIOQqs .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ucMarIOQqs .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ucMarIOQqs .row {
  flex-direction: row-reverse;
}
.cid-ucMarIOQqs .image-wrapper {
  padding: 0 1rem;
}
.cid-ucMarIOQqs img,
.cid-ucMarIOQqs .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucMarIOQqs img,
  .cid-ucMarIOQqs .image-wrapper {
    max-height: 350px;
  }
}
.cid-ucMarIOQqs .mbr-section-title {
  color: #6239b1;
}
.cid-ucMarIOQqs .mbr-text {
  color: #000000;
}
.cid-ucMarIOQqs .mbr-text,
.cid-ucMarIOQqs .mbr-section-btn {
  color: #232323;
}
.cid-ueFDBaPO0W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dentelli-18.png");
}
.cid-ueFDBaPO0W .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueFDBaPO0W .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueFDBaPO0W .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueFDBaPO0W .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ueFDBaPO0W .card-title,
.cid-ueFDBaPO0W .iconfont-wrapper {
  color: #000000;
}
.cid-ueFDBaPO0W .card-text {
  color: #000000;
  text-align: center;
}
.cid-ueFDBaPO0W .content-head {
  max-width: 800px;
}
.cid-ueFDBaPO0W .mbr-section-title {
  color: #513190;
  text-align: center;
}
.cid-ueFDBaPO0W .card-title,
.cid-ueFDBaPO0W .img-wrapper {
  text-align: center;
}
.cid-ueFDBaPO0W .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v8KEcG7ZnT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-v8KEcG7ZnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KEcG7ZnT .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-v8KEcG7ZnT .container {
    padding: 0 20px;
  }
}
.cid-v8KEcG7ZnT .row {
  justify-content: center;
}
.cid-v8KEcG7ZnT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8KEcG7ZnT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8KEcG7ZnT .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8KEcG7ZnT .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8KEcG7ZnT .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8KEcG7ZnT .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #6239b1;
  color: #ffffff;
  text-shadow: none;
}
.cid-v8KEcG7ZnT .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8KEcG7ZnT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8KEcG7ZnT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ueFJjAwevi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #6239b1;
}
.cid-ueFJjAwevi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueFJjAwevi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueFJjAwevi .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ueFJjAwevi .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueFJjAwevi .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ueFJjAwevi .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ueFJjAwevi .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ueFJjAwevi .image-wrapper {
  padding: 0 1rem;
}
.cid-ueFJjAwevi img,
.cid-ueFJjAwevi .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ueFJjAwevi img,
  .cid-ueFJjAwevi .image-wrapper {
    max-height: 350px;
  }
}
.cid-ueFJjAwevi .mbr-section-title {
  color: #61c5bb;
}
.cid-ueFJjAwevi .mbr-text {
  color: #000000;
}
.cid-ueFJjAwevi .mbr-text,
.cid-ueFJjAwevi .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ueFJjAwevi .price {
  color: #333333;
}
.cid-ufkABFnRfW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #61c5bb;
}
.cid-ufkABFnRfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufkABFnRfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkABFnRfW .content-text {
  max-width: 800px;
}
.cid-ufkABFnRfW .mbr-section-title {
  color: #000000;
}
.cid-ufkABFnRfW .mbr-text,
.cid-ufkABFnRfW .mbr-section-btn {
  color: #000000;
}
.cid-v4UBuMLAfx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #422083;
}
.cid-v4UBuMLAfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UBuMLAfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UBuMLAfx .mbr-section-title {
  color: #61c5bb;
}
.cid-v8RRVMPgFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #6239b1;
}
.cid-v8RRVMPgFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RRVMPgFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RRVMPgFg .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v8RRVMPgFg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-v8RRVMPgFg .container {
    padding: 0 26px;
  }
}
.cid-v8RRVMPgFg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-v8RRVMPgFg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8RRVMPgFg .embla__slide a {
  display: block;
  width: 100%;
}
.cid-v8RRVMPgFg .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RRVMPgFg .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v8RRVMPgFg .embla__button--next,
.cid-v8RRVMPgFg .embla__button--prev {
  display: flex;
}
.cid-v8RRVMPgFg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v8RRVMPgFg .embla__button {
    display: none;
  }
}
.cid-v8RRVMPgFg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8RRVMPgFg .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-v8RRVMPgFg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-v8RRVMPgFg .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-v8RRVMPgFg .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-v8RRVMPgFg .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-v8RRVMPgFg .embla {
  position: relative;
  width: 100%;
}
.cid-v8RRVMPgFg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8RRVMPgFg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8RRVMPgFg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8RRVMPgFg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueJkLKF0ae {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dentelli.png");
}
.cid-ueJkLKF0ae .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJkLKF0ae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJkLKF0ae .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueJkLKF0ae .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueJkLKF0ae .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueJkLKF0ae .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ueJkLKF0ae .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ueJkLKF0ae .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #513190;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #61c5bb;
  height: 80px;
  border-radius: 50%;
}
.cid-ueJkLKF0ae .mbr-section-title {
  color: #9fe870;
}
.cid-ueJkLKF0ae .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ueJkLKF0ae .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueJkLKF0ae .card-box .item-footer {
  margin-top: auto;
}
.cid-ueJkLKF0ae .content-head {
  max-width: 800px;
}
.cid-ueJkLKF0ae .card-title,
.cid-ueJkLKF0ae .iconfont-wrapper {
  color: #513190;
}
.cid-v4UC4klgGj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #61c5bb;
}
.cid-v4UC4klgGj .justify-content-center {
  align-items: center;
}
.cid-v4UC4klgGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UC4klgGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UC4klgGj .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v4UC4klgGj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UC4klgGj .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v4UC4klgGj .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v4UC4klgGj .row {
  align-items: center;
}
.cid-v4UC4klgGj .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v4UC4klgGj .card-text {
    text-align: center;
  }
}
.cid-uePcgINuer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uePcgINuer .video-wrapper iframe {
  width: 100%;
}
.cid-uePcgINuer .mbr-section-title,
.cid-uePcgINuer .mbr-section-subtitle,
.cid-uePcgINuer .mbr-text {
  text-align: center;
}
.cid-ueJz1nKh9X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueJz1nKh9X img,
.cid-ueJz1nKh9X .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ueJz1nKh9X .item:focus,
.cid-ueJz1nKh9X span:focus {
  outline: none;
}
.cid-ueJz1nKh9X .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueJz1nKh9X .item {
    margin-bottom: 1rem;
  }
}
.cid-ueJz1nKh9X .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueJz1nKh9X .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueJz1nKh9X .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueJz1nKh9X .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueJz1nKh9X .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueJz1nKh9X .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueJz1nKh9X .mbr-section-title {
  color: #232323;
}
.cid-ueJz1nKh9X .mbr-text,
.cid-ueJz1nKh9X .mbr-section-btn {
  text-align: center;
}
.cid-ueJz1nKh9X .item-title {
  text-align: left;
  color: #513190;
}
.cid-ueJz1nKh9X .content-head {
  max-width: 800px;
}
.cid-ueJz1nKh9X .mbr-text,
.cid-ueJz1nKh9X .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueJz1nKh9X .mbr-section-title,
.cid-ueJz1nKh9X .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #6239b1;
}
.cid-ueJEWfo8XD {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dentelli-17.png");
}
.cid-ueJEWfo8XD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJEWfo8XD .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-ueJEWfo8XD .container {
    padding: 0 20px;
  }
}
.cid-ueJEWfo8XD .row {
  height: 100%;
}
.cid-ueJEWfo8XD .row .card {
  justify-content: flex-end;
}
.cid-ueJEWfo8XD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueJEWfo8XD .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ueJEWfo8XD .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ueJEWfo8XD .mbr-section-btn {
    text-align: left;
  }
}
.cid-ueJEWfo8XD .mbr-section-title {
  color: #ffffff;
}
.cid-ueKll9eQiB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueKll9eQiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueKll9eQiB .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-ueKll9eQiB .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-ueKll9eQiB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueKll9eQiB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueKll9eQiB .media-content,
.cid-ueKll9eQiB .mbr-figure {
  align-self: center;
}
.cid-ueKll9eQiB .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ueKll9eQiB .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-ueKll9eQiB .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-ueKll9eQiB .mbr-section-maintitle {
  text-align: center;
}
.cid-ueKll9eQiB .mbr-section-title {
  text-align: left;
  color: #513190;
}
.cid-ueKll9eQiB .mbr-text,
.cid-ueKll9eQiB .mbr-section-btn {
  text-align: left;
}
.cid-ueKROxR9Sl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueKROxR9Sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueKROxR9Sl .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-ueKROxR9Sl .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-ueKROxR9Sl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueKROxR9Sl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueKROxR9Sl .media-content,
.cid-ueKROxR9Sl .mbr-figure {
  align-self: center;
}
.cid-ueKROxR9Sl .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ueKROxR9Sl .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-ueKROxR9Sl .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-ueKROxR9Sl .mbr-section-maintitle {
  text-align: center;
}
.cid-ueKROxR9Sl .mbr-section-title {
  text-align: left;
  color: #513190;
}
.cid-ueKROxR9Sl .mbr-text,
.cid-ueKROxR9Sl .mbr-section-btn {
  text-align: left;
}
.cid-ueKWH7nkVH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueKWH7nkVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueKWH7nkVH .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-ueKWH7nkVH .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-ueKWH7nkVH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueKWH7nkVH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueKWH7nkVH .media-content,
.cid-ueKWH7nkVH .mbr-figure {
  align-self: center;
}
.cid-ueKWH7nkVH .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ueKWH7nkVH .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-ueKWH7nkVH .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-ueKWH7nkVH .mbr-section-maintitle {
  text-align: center;
}
.cid-ueKWH7nkVH .mbr-section-title {
  text-align: left;
  color: #513190;
}
.cid-ueKWH7nkVH .mbr-text,
.cid-ueKWH7nkVH .mbr-section-btn {
  text-align: left;
}
.cid-ufZj0tjKIA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufZj0tjKIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufZj0tjKIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufZj0tjKIA .content-text {
  max-width: 800px;
}
.cid-ufZj0tjKIA .mbr-section-title {
  color: #000000;
}
.cid-ufZj0tjKIA .mbr-text,
.cid-ufZj0tjKIA .mbr-section-btn {
  color: #000000;
}
.cid-v8SAo0U3ym {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6239b1;
}
.cid-v8SAo0U3ym .justify-content-center {
  align-items: center;
}
.cid-v8SAo0U3ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SAo0U3ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SAo0U3ym .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v8SAo0U3ym .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8SAo0U3ym .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v8SAo0U3ym .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v8SAo0U3ym .row {
  align-items: center;
}
.cid-v8SAo0U3ym .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v8SAo0U3ym .card-text {
    text-align: center;
  }
}
.cid-ueL3i4or3N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dentista-em-itaja-dentelli-itajai-13.png");
}
.cid-ueL3i4or3N .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ueL3i4or3N .panel-group {
  border: none;
}
.cid-ueL3i4or3N .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ueL3i4or3N .card-header {
    padding: 0rem;
  }
}
.cid-ueL3i4or3N .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ueL3i4or3N .img-col {
  padding: 0;
}
.cid-ueL3i4or3N .img-item {
  height: 100%;
}
.cid-ueL3i4or3N img {
  height: 100%;
  object-fit: cover;
}
.cid-ueL3i4or3N .collapsed span {
  transform: rotate(0deg);
}
.cid-ueL3i4or3N .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ueL3i4or3N p {
  margin-bottom: 0.3rem;
}
.cid-ueL3i4or3N .panel-title-edit {
  color: #000000;
}
.cid-ueL3i4or3N .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ueL3i4or3N .card {
  background: #61c5bb;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ueL3i4or3N .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueL3i4or3N .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ueL3i4or3N .panel-text {
  color: #edefeb;
}
.cid-ueL3i4or3N .mbr-section-title {
  text-align: center;
  color: #513190;
}
.cid-ueL3i4or3N .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueL3i4or3N .panel-title-edit,
.cid-ueL3i4or3N .mbr-iconfont {
  color: #ffffff;
}
.cid-ueLmiuULoH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #513190;
}
.cid-ueLmiuULoH .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #513190 0, #513190 43%, #6239b1 100%);
}
.cid-ueLmiuULoH .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #513190 0, #513190 43%, #6239b1 100%);
}
.cid-ueLmiuULoH .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #513190 0, #513190 43%, #6239b1 100%);
}
.cid-ueLmiuULoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLmiuULoH .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-ueLmiuULoH .container {
    padding: 0 30px;
  }
}
.cid-ueLmiuULoH .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ueLmiuULoH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ueLmiuULoH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueLmiuULoH .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-ueLmiuULoH .mbr-section-title {
  color: #ffffff;
}
.cid-ueLmiuULoH .mbr-text,
.cid-ueLmiuULoH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ueLmiuULoH .mbr-section-title,
.cid-ueLmiuULoH .mbr-section-btn {
  text-align: center;
}
.cid-uePJHrNnVH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uePJHrNnVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePJHrNnVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePJHrNnVH .content-text {
  max-width: 800px;
}
.cid-uePJHrNnVH .mbr-section-title {
  color: #000000;
}
.cid-uePJHrNnVH .mbr-text,
.cid-uePJHrNnVH .mbr-section-btn {
  color: #000000;
}
.cid-ueLsu0v2De {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueLsu0v2De .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLsu0v2De .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueLsu0v2De .row {
  flex-direction: row-reverse;
}
.cid-ueLsu0v2De .mbr-description {
  color: #513190;
}
.cid-ueLuGXZ31T {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-ueLuGXZ31T .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-ueLuGXZ31T .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-ueLuGXZ31T .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-ueLuGXZ31T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLuGXZ31T .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-ueLuGXZ31T .container {
    padding: 0 30px;
  }
}
.cid-ueLuGXZ31T .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ueLuGXZ31T .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ueLuGXZ31T .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueLuGXZ31T .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-ueLuGXZ31T .mbr-section-title {
  color: #ffffff;
}
.cid-ueLuGXZ31T .mbr-text,
.cid-ueLuGXZ31T .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ueLuGXZ31T .mbr-section-title,
.cid-ueLuGXZ31T .mbr-section-btn {
  text-align: center;
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-uePgsf5n1g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uePgsf5n1g .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;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uePgsf5n1g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uePgsf5n1g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uePgsf5n1g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uePgsf5n1g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uePgsf5n1g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uePgsf5n1g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uePgsf5n1g .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uePgsf5n1g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uePgsf5n1g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uePgsf5n1g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uePgsf5n1g .nav-item:focus,
.cid-uePgsf5n1g .nav-link:focus {
  outline: none;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uePgsf5n1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uePgsf5n1g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uePgsf5n1g .navbar.opened {
  transition: all 0.3s;
}
.cid-uePgsf5n1g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uePgsf5n1g .navbar .navbar-logo img {
  width: auto;
}
.cid-uePgsf5n1g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uePgsf5n1g .navbar.collapsed {
  justify-content: center;
}
.cid-uePgsf5n1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uePgsf5n1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uePgsf5n1g .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-uePgsf5n1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uePgsf5n1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar {
    min-height: 72px;
  }
  .cid-uePgsf5n1g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uePgsf5n1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uePgsf5n1g .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-uePgsf5n1g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uePgsf5n1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uePgsf5n1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uePgsf5n1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uePgsf5n1g .dropdown-item.active,
.cid-uePgsf5n1g .dropdown-item:active {
  background-color: transparent;
}
.cid-uePgsf5n1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uePgsf5n1g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uePgsf5n1g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .navbar-buttons {
    text-align: left;
  }
}
.cid-uePgsf5n1g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uePgsf5n1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uePgsf5n1g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uePgsf5n1g .navbar {
    height: 70px;
  }
  .cid-uePgsf5n1g .navbar.opened {
    height: auto;
  }
  .cid-uePgsf5n1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uePgsf5n1g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uePgsf5n1g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar-brand {
    margin-right: auto;
  }
  .cid-uePgsf5n1g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uePgsf5n1g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uePgsf5n1g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uePx4ZWnqf {
  display: flex;
  background-image: url("../../../assets/images/sarah-consultora-de-atendimento-1.png");
}
.cid-uePx4ZWnqf .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uePx4ZWnqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePx4ZWnqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePx4ZWnqf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uePx4ZWnqf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uePx4ZWnqf {
    align-items: flex-end;
  }
  .cid-uePx4ZWnqf .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uePx4ZWnqf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uePx4ZWnqf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uePx4ZWnqf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uePx4ZWnqf .content-wrap {
    width: 100%;
  }
}
.cid-uePx4ZWnqf .mbr-section-title {
  text-align: left;
  color: #61c5bb;
}
.cid-uePx4ZWnqf .mbr-text,
.cid-uePx4ZWnqf .mbr-section-btn {
  text-align: left;
  color: #ff0048;
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-umF0fZl4fO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umF0fZl4fO .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;
}
@media (max-width: 767px) {
  .cid-umF0fZl4fO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umF0fZl4fO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umF0fZl4fO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umF0fZl4fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umF0fZl4fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umF0fZl4fO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umF0fZl4fO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umF0fZl4fO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umF0fZl4fO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umF0fZl4fO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umF0fZl4fO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umF0fZl4fO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umF0fZl4fO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umF0fZl4fO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umF0fZl4fO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umF0fZl4fO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umF0fZl4fO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umF0fZl4fO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-umF0fZl4fO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umF0fZl4fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umF0fZl4fO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-umF0fZl4fO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umF0fZl4fO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umF0fZl4fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umF0fZl4fO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-umF0fZl4fO .nav-item:focus,
.cid-umF0fZl4fO .nav-link:focus {
  outline: none;
}
.cid-umF0fZl4fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umF0fZl4fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umF0fZl4fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umF0fZl4fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umF0fZl4fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umF0fZl4fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umF0fZl4fO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umF0fZl4fO .navbar.opened {
  transition: all 0.3s;
}
.cid-umF0fZl4fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umF0fZl4fO .navbar .navbar-logo img {
  width: auto;
}
.cid-umF0fZl4fO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umF0fZl4fO .navbar.collapsed {
  justify-content: center;
}
.cid-umF0fZl4fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umF0fZl4fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umF0fZl4fO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umF0fZl4fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umF0fZl4fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umF0fZl4fO .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-umF0fZl4fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umF0fZl4fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umF0fZl4fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umF0fZl4fO .navbar {
    min-height: 72px;
  }
  .cid-umF0fZl4fO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umF0fZl4fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umF0fZl4fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umF0fZl4fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umF0fZl4fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umF0fZl4fO .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-umF0fZl4fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umF0fZl4fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umF0fZl4fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umF0fZl4fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umF0fZl4fO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umF0fZl4fO .dropdown-item.active,
.cid-umF0fZl4fO .dropdown-item:active {
  background-color: transparent;
}
.cid-umF0fZl4fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umF0fZl4fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umF0fZl4fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umF0fZl4fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umF0fZl4fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umF0fZl4fO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umF0fZl4fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umF0fZl4fO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umF0fZl4fO .navbar-buttons {
    text-align: left;
  }
}
.cid-umF0fZl4fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umF0fZl4fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umF0fZl4fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umF0fZl4fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umF0fZl4fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umF0fZl4fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umF0fZl4fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umF0fZl4fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umF0fZl4fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umF0fZl4fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umF0fZl4fO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umF0fZl4fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umF0fZl4fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umF0fZl4fO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umF0fZl4fO .navbar {
    height: 70px;
  }
  .cid-umF0fZl4fO .navbar.opened {
    height: auto;
  }
  .cid-umF0fZl4fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umF0fZl4fO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umF0fZl4fO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umF0fZl4fO .navbar-brand {
    margin-right: auto;
  }
  .cid-umF0fZl4fO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umF0fZl4fO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umF0fZl4fO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umF0fZl4fO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umF0fZl4fO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umF0fZl4fO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umF0fZJuoR {
  display: flex;
  background-image: url("../../../assets/images/dra-raiane-danelli.png");
}
.cid-umF0fZJuoR .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-umF0fZJuoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-umF0fZJuoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umF0fZJuoR .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-umF0fZJuoR .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-umF0fZJuoR {
    align-items: center;
  }
  .cid-umF0fZJuoR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umF0fZJuoR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umF0fZJuoR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-umF0fZJuoR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umF0fZJuoR .content-wrap {
    width: 100%;
  }
}
.cid-umF0fZJuoR .mbr-section-title {
  text-align: left;
  color: #61c5bb;
}
.cid-umF0fZJuoR .mbr-text,
.cid-umF0fZJuoR .mbr-section-btn {
  text-align: left;
  color: #ff0048;
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-uePgsf5n1g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uePgsf5n1g .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;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uePgsf5n1g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uePgsf5n1g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uePgsf5n1g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uePgsf5n1g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uePgsf5n1g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uePgsf5n1g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uePgsf5n1g .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uePgsf5n1g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uePgsf5n1g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uePgsf5n1g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uePgsf5n1g .nav-item:focus,
.cid-uePgsf5n1g .nav-link:focus {
  outline: none;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uePgsf5n1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uePgsf5n1g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uePgsf5n1g .navbar.opened {
  transition: all 0.3s;
}
.cid-uePgsf5n1g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uePgsf5n1g .navbar .navbar-logo img {
  width: auto;
}
.cid-uePgsf5n1g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uePgsf5n1g .navbar.collapsed {
  justify-content: center;
}
.cid-uePgsf5n1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uePgsf5n1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uePgsf5n1g .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-uePgsf5n1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uePgsf5n1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar {
    min-height: 72px;
  }
  .cid-uePgsf5n1g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uePgsf5n1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uePgsf5n1g .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-uePgsf5n1g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uePgsf5n1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uePgsf5n1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uePgsf5n1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uePgsf5n1g .dropdown-item.active,
.cid-uePgsf5n1g .dropdown-item:active {
  background-color: transparent;
}
.cid-uePgsf5n1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uePgsf5n1g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uePgsf5n1g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .navbar-buttons {
    text-align: left;
  }
}
.cid-uePgsf5n1g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uePgsf5n1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uePgsf5n1g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uePgsf5n1g .navbar {
    height: 70px;
  }
  .cid-uePgsf5n1g .navbar.opened {
    height: auto;
  }
  .cid-uePgsf5n1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uePgsf5n1g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uePgsf5n1g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar-brand {
    margin-right: auto;
  }
  .cid-uePgsf5n1g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uePgsf5n1g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uePgsf5n1g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umFJHuJEXn {
  display: flex;
  background-image: url("../../../assets/images/sarah-consultora-de-atendimento-2.png");
}
.cid-umFJHuJEXn .mbr-overlay {
  background-color: #6239b1;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-umFJHuJEXn {
    align-items: flex-end;
  }
  .cid-umFJHuJEXn .row {
    justify-content: center;
  }
  .cid-umFJHuJEXn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umFJHuJEXn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umFJHuJEXn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-umFJHuJEXn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umFJHuJEXn .content-wrap {
    width: 100%;
  }
}
.cid-umFJHuJEXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFJHuJEXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFJHuJEXn .mbr-section-title,
.cid-umFJHuJEXn .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-umFJHuJEXn .mbr-text,
.cid-umFJHuJEXn .mbr-section-btn {
  text-align: left;
}
.cid-umFJHuJEXn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umFJHuJEXn .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v8u8ogglgI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8u8ogglgI .video-wrapper iframe {
  width: 100%;
}
.cid-v8u8ogglgI .mbr-section-title,
.cid-v8u8ogglgI .mbr-section-subtitle,
.cid-v8u8ogglgI .mbr-text {
  text-align: center;
}
.cid-umFN1HbjTv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umFN1HbjTv .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #61c5bb;
  margin-bottom: 1.5rem;
}
.cid-umFN1HbjTv .col-lg-4,
.cid-umFN1HbjTv .col-12 {
  padding: 0 2rem;
}
.cid-umFN1HbjTv .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-umFN1HbjTv .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-umFN1HbjTv .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-umFN1HbjTv .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-umFN1HbjTv .card-title,
.cid-umFN1HbjTv .iconfont-wrapper {
  color: #6239b1;
  text-align: center;
}
.cid-umFN1HbjTv .card-text {
  color: #232323;
  text-align: center;
}
.cid-umFN1HbjTv .mbr-section-subtitle {
  color: #232323;
}
.cid-umFN1HbjTv .mbr-section-title {
  color: #6239b1;
}
.cid-umFN1HbjTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFN1HbjTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umG2EbWFgd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-umG2EbWFgd .col-lg-6 {
  padding: 0 2rem;
}
.cid-umG2EbWFgd .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-umG2EbWFgd .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-umG2EbWFgd .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-umG2EbWFgd .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-umG2EbWFgd .mbr-iconfont {
  font-size: 1.5rem;
  color: #61c5bb;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-umG2EbWFgd .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-umG2EbWFgd .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-umG2EbWFgd .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-umG2EbWFgd .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-umG2EbWFgd .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-umG2EbWFgd .card-text {
  color: #6c758f;
}
.cid-umG2EbWFgd .card-title {
  color: #6239b1;
  text-align: left;
}
.cid-umG2EbWFgd .card-phone {
  color: #61c5bb;
  text-align: left;
}
.cid-umG2EbWFgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-umG2EbWFgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umG12Z68kO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-umG12Z68kO .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umG12Z68kO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-umG12Z68kO .google-map [data-state-details] {
  color: #6b6763;
  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-umG12Z68kO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umG12Z68kO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-umG12Z68kO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umG12Z68kO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umG12Z68kO .mbr-section-title {
  color: #6239b1;
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-uePgsf5n1g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uePgsf5n1g .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;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uePgsf5n1g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uePgsf5n1g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uePgsf5n1g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uePgsf5n1g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uePgsf5n1g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uePgsf5n1g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uePgsf5n1g .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uePgsf5n1g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uePgsf5n1g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uePgsf5n1g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uePgsf5n1g .nav-item:focus,
.cid-uePgsf5n1g .nav-link:focus {
  outline: none;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uePgsf5n1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uePgsf5n1g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uePgsf5n1g .navbar.opened {
  transition: all 0.3s;
}
.cid-uePgsf5n1g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uePgsf5n1g .navbar .navbar-logo img {
  width: auto;
}
.cid-uePgsf5n1g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uePgsf5n1g .navbar.collapsed {
  justify-content: center;
}
.cid-uePgsf5n1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uePgsf5n1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uePgsf5n1g .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-uePgsf5n1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uePgsf5n1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar {
    min-height: 72px;
  }
  .cid-uePgsf5n1g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uePgsf5n1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uePgsf5n1g .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-uePgsf5n1g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uePgsf5n1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uePgsf5n1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uePgsf5n1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uePgsf5n1g .dropdown-item.active,
.cid-uePgsf5n1g .dropdown-item:active {
  background-color: transparent;
}
.cid-uePgsf5n1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uePgsf5n1g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uePgsf5n1g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .navbar-buttons {
    text-align: left;
  }
}
.cid-uePgsf5n1g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uePgsf5n1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uePgsf5n1g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uePgsf5n1g .navbar {
    height: 70px;
  }
  .cid-uePgsf5n1g .navbar.opened {
    height: auto;
  }
  .cid-uePgsf5n1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uePgsf5n1g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uePgsf5n1g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar-brand {
    margin-right: auto;
  }
  .cid-uePgsf5n1g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uePgsf5n1g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uePgsf5n1g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umGdDpvxwn {
  display: flex;
  background-image: url("../../../assets/images/dentista-em-itaja-dentelli-itajai-14.png");
}
.cid-umGdDpvxwn .mbr-overlay {
  background-color: #422083;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-umGdDpvxwn {
    align-items: flex-end;
  }
  .cid-umGdDpvxwn .row {
    justify-content: center;
  }
  .cid-umGdDpvxwn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umGdDpvxwn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umGdDpvxwn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-umGdDpvxwn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umGdDpvxwn .content-wrap {
    width: 100%;
  }
}
.cid-umGdDpvxwn .mbr-section-title,
.cid-umGdDpvxwn .mbr-section-subtitle {
  text-align: center;
}
.cid-umGdDpvxwn .mbr-text,
.cid-umGdDpvxwn .mbr-section-btn {
  text-align: center;
}
.cid-umGf77gGOf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-umGf77gGOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGf77gGOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-umGf77gGOf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umGf77gGOf .row {
  flex-direction: row-reverse;
}
.cid-umGf77gGOf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umGf77gGOf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umGf77gGOf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umGf77gGOf .mbr-section-title {
  color: #6239b1;
}
.cid-umGf77gGOf .mbr-text,
.cid-umGf77gGOf .mbr-section-btn {
  color: #232323;
}
.cid-umGhZ0BjLN {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-umGhZ0BjLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGhZ0BjLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGhZ0BjLN .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-umGhZ0BjLN .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-umGhZ0BjLN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-umGhZ0BjLN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umGhZ0BjLN .media-content,
.cid-umGhZ0BjLN .mbr-figure {
  align-self: center;
}
.cid-umGhZ0BjLN .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-umGhZ0BjLN .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-umGhZ0BjLN .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-umGhZ0BjLN .mbr-section-maintitle {
  text-align: center;
  color: #6239b1;
}
.cid-umGhZ0BjLN .mbr-section-title {
  text-align: left;
  color: #61c5bb;
}
.cid-umGhZ0BjLN .mbr-text,
.cid-umGhZ0BjLN .mbr-section-btn {
  text-align: left;
}
.cid-umGjMdskDQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-umGjMdskDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGjMdskDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGjMdskDQ .container {
  max-width: 1280px;
}
.cid-umGjMdskDQ .row {
  justify-content: center;
}
.cid-umGjMdskDQ .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #6239b1;
  justify-content: flex-start;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-umGjMdskDQ .content-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-umGjMdskDQ .content-wrapper {
    padding: 4rem 6vw;
  }
}
@media (max-width: 575px) {
  .cid-umGjMdskDQ .content-wrapper {
    padding: 4rem 6vw 1.5rem;
  }
}
.cid-umGjMdskDQ .text-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-umGjMdskDQ .text-wrapper {
    width: 100%;
  }
}
.cid-umGjMdskDQ .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-umGjMdskDQ .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-umGjMdskDQ .mbr-section-subtitle {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-umGjMdskDQ .mbr-section-subtitle {
    margin-top: 24px;
  }
}
.cid-umGjMdskDQ .link {
  text-decoration: underline !important;
}
.cid-umGjMdskDQ .col-video {
  position: relative;
  display: flex;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-umGjMdskDQ .col-video {
    right: calc(-4rem - 4vw);
  }
}
@media (max-width: 991px) {
  .cid-umGjMdskDQ .col-video {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 40px;
    height: 350px;
  }
}
.cid-umGjMdskDQ .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.76rem;
}
.cid-umGjMdskDQ .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-umGjMdskDQ .col-video .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-umGjMdskDQ .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-umGjMdskDQ .col-video .link {
  margin-right: 1rem;
}
.cid-umGjMdskDQ .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1.76rem;
  overflow: hidden;
}
.cid-umGjMdskDQ .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-umGjMdskDQ .mbr-media {
  position: relative;
}
.cid-umGjMdskDQ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-umGjMdskDQ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-umGjMdskDQ .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-umGjMdskDQ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-umGjMdskDQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umGjMdskDQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umGjMdskDQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umGjMdskDQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umGjMdskDQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umGjMdskDQ a:hover {
  text-decoration-line: none !important;
}
.cid-umGkkVJwMq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/paciente-dentelli-1980-x-1313-px.png");
}
.cid-umGkkVJwMq .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-umGkkVJwMq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umGkkVJwMq .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umGkkVJwMq .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umGkkVJwMq .card-title,
.cid-umGkkVJwMq .iconfont-wrapper {
  color: #000000;
}
.cid-umGkkVJwMq .card-text {
  color: #000000;
  text-align: center;
}
.cid-umGkkVJwMq .content-head {
  max-width: 800px;
}
.cid-umGkkVJwMq .mbr-section-title {
  color: #6239b1;
  text-align: center;
}
.cid-umGkkVJwMq .card-title,
.cid-umGkkVJwMq .img-wrapper {
  text-align: center;
}
.cid-umGkkVJwMq .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-umGkYc60Pv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #61c5bb;
}
.cid-umGkYc60Pv .justify-content-center {
  align-items: center;
}
.cid-umGkYc60Pv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGkYc60Pv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGkYc60Pv .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-umGkYc60Pv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umGkYc60Pv .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-umGkYc60Pv .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-umGkYc60Pv .row {
  align-items: center;
}
.cid-umGkYc60Pv .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-umGkYc60Pv .card-text {
    text-align: center;
  }
}
.cid-umGtsYorL1 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-umGtsYorL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGtsYorL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGtsYorL1 .mbr-section-title {
  color: #6239b1;
}
.cid-umGqWdBtzw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-umGqWdBtzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGqWdBtzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGqWdBtzw .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-umGqWdBtzw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-umGqWdBtzw .container {
    padding: 0 26px;
  }
}
.cid-umGqWdBtzw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-umGqWdBtzw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-umGqWdBtzw .embla__slide a {
  display: block;
  width: 100%;
}
.cid-umGqWdBtzw .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umGqWdBtzw .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-umGqWdBtzw .embla__button--next,
.cid-umGqWdBtzw .embla__button--prev {
  display: flex;
}
.cid-umGqWdBtzw .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #f7f7f7;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umGqWdBtzw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umGqWdBtzw .embla__button:hover {
  background: transparent;
  color: #f7f7f7;
}
.cid-umGqWdBtzw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-umGqWdBtzw .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-umGqWdBtzw .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-umGqWdBtzw .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-umGqWdBtzw .embla {
  position: relative;
  width: 100%;
}
.cid-umGqWdBtzw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-umGqWdBtzw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umGqWdBtzw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umGqWdBtzw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umGukT8gRX {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-umGukT8gRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGukT8gRX .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-umGukT8gRX .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-umGukT8gRX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-umGukT8gRX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umGukT8gRX .media-content,
.cid-umGukT8gRX .mbr-figure {
  align-self: center;
}
.cid-umGukT8gRX .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-umGukT8gRX .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-umGukT8gRX .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-umGukT8gRX .mbr-section-maintitle {
  text-align: center;
  color: #6239b1;
}
.cid-umGukT8gRX .mbr-section-title {
  text-align: left;
  color: #61c5bb;
}
.cid-umGukT8gRX .mbr-text,
.cid-umGukT8gRX .mbr-section-btn {
  text-align: left;
}
.cid-uFmhpmSy7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFmhpmSy7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmhpmSy7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmhpmSy7L .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFmhpmSy7L .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFmhpmSy7L .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFmhpmSy7L .container {
    padding: 0 20px;
  }
}
.cid-uFmhpmSy7L .row {
  justify-content: center;
}
.cid-uFmhpmSy7L .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uFmhpmSy7L .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFmhpmSy7L .video-block {
    margin-bottom: 30px;
  }
}
.cid-uFmhpmSy7L .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFmhpmSy7L .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uFmhpmSy7L .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uFmhpmSy7L .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFmhpmSy7L .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uFmhpmSy7L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umGy2Y1FVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dentelli-itajai-equipe-1.png");
}
.cid-umGy2Y1FVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGy2Y1FVx .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-umGy2Y1FVx .container {
    padding: 0 16px;
  }
}
.cid-umGy2Y1FVx .mbr-section-title {
  margin-bottom: 80px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umGy2Y1FVx .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-umGy2Y1FVx .box {
  margin: 0 auto;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-umGy2Y1FVx .box {
    width: 100%;
  }
}
.cid-umGy2Y1FVx .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 900px;
}
@media (max-width: 992px) {
  .cid-umGy2Y1FVx .box .mbr-media {
    height: 450px;
  }
}
.cid-umGy2Y1FVx .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: .5em !important;
}
.cid-umGy2Y1FVx .box .mbr-media .mbr-iconfont {
  font-size: 26px;
  color: #f0f0f0;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
}
.cid-umGy2Y1FVx .mbr-media {
  position: relative;
}
.cid-umGy2Y1FVx .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-umGy2Y1FVx a:hover {
  background-image: none !important;
}
.cid-umGy2Y1FVx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #6239b1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-umGy2Y1FVx .icon-wrap:hover,
.cid-umGy2Y1FVx .icon-wrap:focus {
  cursor: pointer;
  background-color: #f0f0f0;
}
.cid-umGy2Y1FVx .icon-wrap:hover .mbr-iconfont,
.cid-umGy2Y1FVx .icon-wrap:focus .mbr-iconfont {
  color: #6239b1;
}
.cid-umGy2Y1FVx .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-umGy2Y1FVx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umGy2Y1FVx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umGy2Y1FVx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umGy2Y1FVx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umGy2Y1FVx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umGHYU7zUy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #61c5bb;
}
.cid-umGHYU7zUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGHYU7zUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGHYU7zUy .mbr-section-title {
  color: #ffffff;
}
.cid-umGHYU7zUy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umGIDH4pYo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-umGIDH4pYo .mbr-text {
  color: #000000;
}
.cid-umGIDH4pYo .mbr-section-subtitle {
  color: #000000;
}
.cid-umGIDH4pYo .mbr-section-title {
  color: #000000;
}
.cid-umGIDH4pYo .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umGIDH4pYo .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-umGIDH4pYo .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-umGIDH4pYo .img-wrapper {
  display: flex;
}
.cid-umGIDH4pYo .card-text {
  text-align: center;
}
.cid-umGIDH4pYo .card-title,
.cid-umGIDH4pYo .img-wrapper {
  text-align: center;
}
.cid-umGJcQdH9K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-umGJcQdH9K .video-wrapper iframe {
  width: 100%;
}
.cid-umGJcQdH9K .mbr-section-title,
.cid-umGJcQdH9K .mbr-section-subtitle,
.cid-umGJcQdH9K .mbr-text {
  text-align: center;
}
.cid-umGJNmfkBC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/paciente-dentelli-1980-x-1313-px.png");
}
.cid-umGJNmfkBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGJNmfkBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGJNmfkBC .mbr-section-title {
  color: #ffffff;
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-umGSuLpLNl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umGSuLpLNl .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;
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umGSuLpLNl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umGSuLpLNl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umGSuLpLNl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umGSuLpLNl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umGSuLpLNl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umGSuLpLNl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umGSuLpLNl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umGSuLpLNl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umGSuLpLNl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umGSuLpLNl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umGSuLpLNl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umGSuLpLNl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umGSuLpLNl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umGSuLpLNl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umGSuLpLNl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umGSuLpLNl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umGSuLpLNl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umGSuLpLNl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-umGSuLpLNl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umGSuLpLNl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umGSuLpLNl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-umGSuLpLNl .nav-item:focus,
.cid-umGSuLpLNl .nav-link:focus {
  outline: none;
}
.cid-umGSuLpLNl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umGSuLpLNl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umGSuLpLNl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umGSuLpLNl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umGSuLpLNl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umGSuLpLNl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umGSuLpLNl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umGSuLpLNl .navbar.opened {
  transition: all 0.3s;
}
.cid-umGSuLpLNl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umGSuLpLNl .navbar .navbar-logo img {
  width: auto;
}
.cid-umGSuLpLNl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umGSuLpLNl .navbar.collapsed {
  justify-content: center;
}
.cid-umGSuLpLNl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umGSuLpLNl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umGSuLpLNl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umGSuLpLNl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umGSuLpLNl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umGSuLpLNl .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-umGSuLpLNl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umGSuLpLNl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umGSuLpLNl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .navbar {
    min-height: 72px;
  }
  .cid-umGSuLpLNl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umGSuLpLNl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umGSuLpLNl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umGSuLpLNl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umGSuLpLNl .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-umGSuLpLNl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umGSuLpLNl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umGSuLpLNl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umGSuLpLNl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umGSuLpLNl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umGSuLpLNl .dropdown-item.active,
.cid-umGSuLpLNl .dropdown-item:active {
  background-color: transparent;
}
.cid-umGSuLpLNl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umGSuLpLNl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umGSuLpLNl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umGSuLpLNl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umGSuLpLNl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umGSuLpLNl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umGSuLpLNl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umGSuLpLNl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umGSuLpLNl .navbar-buttons {
    text-align: left;
  }
}
.cid-umGSuLpLNl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umGSuLpLNl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGSuLpLNl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umGSuLpLNl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umGSuLpLNl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGSuLpLNl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umGSuLpLNl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umGSuLpLNl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umGSuLpLNl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umGSuLpLNl .navbar {
    height: 70px;
  }
  .cid-umGSuLpLNl .navbar.opened {
    height: auto;
  }
  .cid-umGSuLpLNl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umGSuLpLNl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umGSuLpLNl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umGSuLpLNl .navbar-brand {
    margin-right: auto;
  }
  .cid-umGSuLpLNl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umGSuLpLNl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umGSuLpLNl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umGSuLpLNl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umGSuLNhUX {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sarah-consultora-de-atendimento-3.png");
}
.cid-umGSuLNhUX .mbr-overlay {
  background-color: #422083;
  opacity: 0.9;
}
.cid-umGSuLNhUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuLNhUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuLNhUX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-umGSuLNhUX .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-umGSuLNhUX {
    align-items: center;
  }
  .cid-umGSuLNhUX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umGSuLNhUX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umGSuLNhUX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-umGSuLNhUX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umGSuLNhUX .content-wrap {
    width: 100%;
  }
}
.cid-umGSuLNhUX .mbr-section-title {
  text-align: left;
}
.cid-umGSuLNhUX .mbr-text,
.cid-umGSuLNhUX .mbr-section-btn {
  text-align: left;
}
.cid-v9rGEVUJSN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v9rGEVUJSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rGEVUJSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rGEVUJSN .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v9rGEVUJSN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9rGEVUJSN .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v9rGEVUJSN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9rGEVUJSN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9rGEVUJSN .mbr-section-title {
  color: #000000;
}
.cid-v9rGEVUJSN .mbr-text,
.cid-v9rGEVUJSN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9rGEVUJSN img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-v9rGEVUJSN img {
    height: 15rem;
  }
}
.cid-v9wQXHy4kB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v9wQXHy4kB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9wQXHy4kB .mbr-section-subtitle {
  color: #000000;
}
.cid-v9wQXHy4kB .mbr-section-title {
  color: #422083;
  text-align: center;
}
.cid-v9wRqOnkHM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v9wRqOnkHM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9wRqOnkHM .mbr-section-subtitle {
  color: #000000;
}
.cid-v9wRqOnkHM .mbr-section-title {
  color: #422083;
  text-align: center;
}
.cid-v9wTrS97Jo {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v9wTrS97Jo img,
.cid-v9wTrS97Jo .item-img {
  width: 100%;
}
.cid-v9wTrS97Jo .item:focus,
.cid-v9wTrS97Jo span:focus {
  outline: none;
}
.cid-v9wTrS97Jo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9wTrS97Jo .item {
    margin-bottom: 1rem;
  }
}
.cid-v9wTrS97Jo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9wTrS97Jo .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9wTrS97Jo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9wTrS97Jo .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9wTrS97Jo .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9wTrS97Jo .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9wTrS97Jo .mbr-section-title {
  color: #232323;
}
.cid-v9wTrS97Jo .mbr-text,
.cid-v9wTrS97Jo .mbr-section-btn {
  text-align: center;
}
.cid-v9wTrS97Jo .item-title {
  text-align: left;
  color: #333333;
}
.cid-v9wTrS97Jo .content-head {
  max-width: 800px;
}
.cid-v9wTrS97Jo .mbr-text,
.cid-v9wTrS97Jo .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9wTrS97Jo .mbr-section-title,
.cid-v9wTrS97Jo .mbr-section-head .mbr-section-btn {
  color: #422083;
}
.cid-v9wTrS97Jo .mbr-section-title,
.cid-v9wTrS97Jo .mbr-section-head .mbr-section-btn P {
  text-align: center;
}
.cid-v9wWdVSfBO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9wWdVSfBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wWdVSfBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wWdVSfBO .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-v9wWdVSfBO .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v9wWdVSfBO .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v9wWdVSfBO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9wWdVSfBO .media-content,
.cid-v9wWdVSfBO .mbr-figure {
  align-self: center;
}
.cid-v9wWdVSfBO .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v9wWdVSfBO .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v9wWdVSfBO .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v9wWdVSfBO .mbr-section-maintitle {
  text-align: center;
}
.cid-v9wWdVSfBO .mbr-section-title {
  text-align: left;
  color: #513190;
}
.cid-v9wWdVSfBO .mbr-text,
.cid-v9wWdVSfBO .mbr-section-btn {
  text-align: right;
}
.cid-v9wWdVSfBO .mbr-text,
.cid-v9wWdVSfBO .mbr-section-btn DIV {
  text-align: left;
}
.cid-v9wX2AxlkG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v9wX2AxlkG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9wX2AxlkG .mbr-section-subtitle {
  color: #000000;
}
.cid-v9wX2AxlkG .mbr-section-title {
  color: #422083;
  text-align: center;
}
.cid-v9wYoJEyMl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v9wYoJEyMl img,
.cid-v9wYoJEyMl .item-img {
  width: 100%;
}
.cid-v9wYoJEyMl .item:focus,
.cid-v9wYoJEyMl span:focus {
  outline: none;
}
.cid-v9wYoJEyMl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9wYoJEyMl .item {
    margin-bottom: 1rem;
  }
}
.cid-v9wYoJEyMl .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9wYoJEyMl .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9wYoJEyMl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9wYoJEyMl .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9wYoJEyMl .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9wYoJEyMl .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9wYoJEyMl .mbr-section-title {
  color: #232323;
}
.cid-v9wYoJEyMl .mbr-text,
.cid-v9wYoJEyMl .mbr-section-btn {
  text-align: center;
}
.cid-v9wYoJEyMl .item-title {
  text-align: left;
  color: #513190;
}
.cid-v9wYoJEyMl .content-head {
  max-width: 800px;
}
.cid-v9wYoJEyMl .mbr-text,
.cid-v9wYoJEyMl .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9wYoJEyMl .mbr-section-title,
.cid-v9wYoJEyMl .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #422083;
}
.cid-v9x1PQY6oV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v9x1PQY6oV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9x1PQY6oV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9x1PQY6oV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9x1PQY6oV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9x1PQY6oV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9x1PQY6oV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9x1PQY6oV .mbr-section-title {
  color: #422083;
  text-align: left;
}
.cid-v9x1PQY6oV .mbr-text,
.cid-v9x1PQY6oV .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-v9x5QPJ3vI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v9x5QPJ3vI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9x5QPJ3vI .mbr-section-subtitle {
  color: #000000;
}
.cid-v9x5QPJ3vI .mbr-section-title {
  color: #422083;
  text-align: center;
}
.cid-umGSuM703S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umGSuM703S .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuM703S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuM703S .content-text {
  max-width: 800px;
}
.cid-umGSuM703S .mbr-section-title {
  color: #000000;
}
.cid-umGSuM703S .mbr-text,
.cid-umGSuM703S .mbr-section-btn {
  color: #000000;
}
.cid-umGSuMqNVX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umGSuMqNVX h6 {
  line-height: 1.2;
}
.cid-umGSuMqNVX img,
.cid-umGSuMqNVX .item-img {
  width: 100%;
  height: 100%;
}
.cid-umGSuMqNVX .item:focus,
.cid-umGSuMqNVX span:focus {
  outline: none;
}
.cid-umGSuMqNVX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-umGSuMqNVX .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-umGSuMqNVX .mbr-section-title {
  color: #6239b1;
}
.cid-umGSuMqNVX .mbr-text,
.cid-umGSuMqNVX .mbr-section-btn {
  color: #000000;
}
.cid-umGSuMqNVX .item-title {
  color: #000000;
  text-align: center;
}
.cid-umGSuMqNVX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-umGSuMqNVX .item-text {
  color: #000000;
  text-align: center;
}
.cid-umGSuMqNVX .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-umGSuMqNVX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umGSuMqNVX .mbr-section-subtitle {
  color: #232323;
}
.cid-umGSuMTeqN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #61c5bb;
}
.cid-umGSuMTeqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuMTeqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuMTeqN .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-umGSuMTeqN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umGSuMTeqN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-umGSuMTeqN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-umGSuMTeqN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-umGSuMTeqN .row {
  flex-direction: row-reverse;
}
.cid-umGSuMTeqN .image-wrapper {
  padding: 0 1rem;
}
.cid-umGSuMTeqN img,
.cid-umGSuMTeqN .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-umGSuMTeqN img,
  .cid-umGSuMTeqN .image-wrapper {
    max-height: 350px;
  }
}
.cid-umGSuMTeqN .mbr-section-title {
  color: #6239b1;
}
.cid-umGSuMTeqN .mbr-text {
  color: #000000;
}
.cid-umGSuMTeqN .mbr-text,
.cid-umGSuMTeqN .mbr-section-btn {
  color: #232323;
}
.cid-umGSuNefKB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-5817.jpg");
}
.cid-umGSuNefKB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-umGSuNefKB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umGSuNefKB .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umGSuNefKB .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umGSuNefKB .card-title,
.cid-umGSuNefKB .iconfont-wrapper {
  color: #000000;
}
.cid-umGSuNefKB .card-text {
  color: #000000;
  text-align: center;
}
.cid-umGSuNefKB .content-head {
  max-width: 800px;
}
.cid-umGSuNefKB .mbr-section-title {
  color: #513190;
  text-align: center;
}
.cid-umGSuNefKB .card-title,
.cid-umGSuNefKB .img-wrapper {
  text-align: center;
}
.cid-umGSuNefKB .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-umGSuNRyEF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umGSuNRyEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuNRyEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuNRyEF .content-text {
  max-width: 800px;
}
.cid-umGSuNRyEF .mbr-section-title {
  color: #000000;
}
.cid-umGSuNRyEF .mbr-text,
.cid-umGSuNRyEF .mbr-section-btn {
  color: #000000;
}
.cid-umGSuOboJs {
  background-color: #6239b1;
}
.cid-umGSuOboJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuOboJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuOboJs .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-umGSuOboJs .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umGSuOboJs .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-umGSuOboJs .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-umGSuOboJs .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-umGSuOboJs .image-wrapper {
  padding: 0 1rem;
}
.cid-umGSuOboJs img,
.cid-umGSuOboJs .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-umGSuOboJs img,
  .cid-umGSuOboJs .image-wrapper {
    max-height: 350px;
  }
}
.cid-umGSuOboJs .mbr-section-title {
  color: #61c5bb;
}
.cid-umGSuOboJs .mbr-text {
  color: #000000;
}
.cid-umGSuOboJs .mbr-text,
.cid-umGSuOboJs .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-umGSuOAFlV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #61c5bb;
}
.cid-umGSuOAFlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuOAFlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuOAFlV .content-text {
  max-width: 800px;
}
.cid-umGSuOAFlV .mbr-section-title {
  color: #000000;
}
.cid-umGSuOAFlV .mbr-text,
.cid-umGSuOAFlV .mbr-section-btn {
  color: #000000;
}
.cid-umGSuOU4Cd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dentista-em-itaja-dentelli-itajai-11.png");
}
.cid-umGSuOU4Cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuOU4Cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuOU4Cd .mbr-section-title {
  color: #61c5bb;
}
.cid-umGSuPe4jj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #6239b1;
}
.cid-umGSuPe4jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuPe4jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuPe4jj .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-umGSuPe4jj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-umGSuPe4jj .container {
    padding: 0 26px;
  }
}
.cid-umGSuPe4jj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-umGSuPe4jj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-umGSuPe4jj .embla__slide a {
  display: block;
  width: 100%;
}
.cid-umGSuPe4jj .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umGSuPe4jj .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-umGSuPe4jj .embla__button--next,
.cid-umGSuPe4jj .embla__button--prev {
  display: flex;
}
.cid-umGSuPe4jj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-umGSuPe4jj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umGSuPe4jj .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-umGSuPe4jj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-umGSuPe4jj .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-umGSuPe4jj .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-umGSuPe4jj .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-umGSuPe4jj .embla {
  position: relative;
  width: 100%;
}
.cid-umGSuPe4jj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-umGSuPe4jj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umGSuPe4jj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umGSuPe4jj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umGSuPJuQ4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-5817.jpeg");
}
.cid-umGSuPJuQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuPJuQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuPJuQ4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umGSuPJuQ4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umGSuPJuQ4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umGSuPJuQ4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-umGSuPJuQ4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umGSuPJuQ4 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #513190;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #61c5bb;
  height: 80px;
  border-radius: 50%;
}
.cid-umGSuPJuQ4 .mbr-section-title {
  color: #9fe870;
}
.cid-umGSuPJuQ4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umGSuPJuQ4 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umGSuPJuQ4 .card-box .item-footer {
  margin-top: auto;
}
.cid-umGSuPJuQ4 .content-head {
  max-width: 800px;
}
.cid-umGSuPJuQ4 .card-title,
.cid-umGSuPJuQ4 .iconfont-wrapper {
  color: #513190;
}
.cid-umGSuQezlp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #61c5bb;
}
.cid-umGSuQezlp .justify-content-center {
  align-items: center;
}
.cid-umGSuQezlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuQezlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuQezlp .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-umGSuQezlp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umGSuQezlp .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-umGSuQezlp .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-umGSuQezlp .row {
  align-items: center;
}
.cid-umGSuQezlp .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-umGSuQezlp .card-text {
    text-align: center;
  }
}
.cid-umGSuQzssP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umGSuQzssP .video-wrapper iframe {
  width: 100%;
}
.cid-umGSuQzssP .mbr-section-title,
.cid-umGSuQzssP .mbr-section-subtitle,
.cid-umGSuQzssP .mbr-text {
  text-align: center;
}
.cid-umGSuQVj0p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umGSuQVj0p img,
.cid-umGSuQVj0p .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-umGSuQVj0p .item:focus,
.cid-umGSuQVj0p span:focus {
  outline: none;
}
.cid-umGSuQVj0p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umGSuQVj0p .item {
    margin-bottom: 1rem;
  }
}
.cid-umGSuQVj0p .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umGSuQVj0p .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umGSuQVj0p .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-umGSuQVj0p .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umGSuQVj0p .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umGSuQVj0p .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-umGSuQVj0p .mbr-section-title {
  color: #232323;
}
.cid-umGSuQVj0p .mbr-text,
.cid-umGSuQVj0p .mbr-section-btn {
  text-align: center;
}
.cid-umGSuQVj0p .item-title {
  text-align: left;
  color: #513190;
}
.cid-umGSuQVj0p .content-head {
  max-width: 800px;
}
.cid-umGSuQVj0p .mbr-text,
.cid-umGSuQVj0p .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-umGSuQVj0p .mbr-section-title,
.cid-umGSuQVj0p .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #6239b1;
}
.cid-umGSuRnh2H {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/design-sem-nome-3.jpg");
}
.cid-umGSuRnh2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuRnh2H .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-umGSuRnh2H .container {
    padding: 0 20px;
  }
}
.cid-umGSuRnh2H .row {
  height: 100%;
}
.cid-umGSuRnh2H .row .card {
  justify-content: flex-end;
}
.cid-umGSuRnh2H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umGSuRnh2H .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-umGSuRnh2H .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-umGSuRnh2H .mbr-section-btn {
    text-align: left;
  }
}
.cid-umGSuRnh2H .mbr-section-title {
  color: #ffffff;
}
.cid-umGSuSEWGD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umGSuSEWGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuSEWGD .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-umGSuSEWGD .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-umGSuSEWGD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-umGSuSEWGD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umGSuSEWGD .media-content,
.cid-umGSuSEWGD .mbr-figure {
  align-self: center;
}
.cid-umGSuSEWGD .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-umGSuSEWGD .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-umGSuSEWGD .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-umGSuSEWGD .mbr-section-maintitle {
  text-align: center;
}
.cid-umGSuSEWGD .mbr-section-title {
  text-align: left;
  color: #513190;
}
.cid-umGSuSEWGD .mbr-text,
.cid-umGSuSEWGD .mbr-section-btn {
  text-align: left;
}
.cid-umGSuTsWNI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dentista-em-itaja-dentelli-itajai-13.png");
}
.cid-umGSuTsWNI .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-umGSuTsWNI .panel-group {
  border: none;
}
.cid-umGSuTsWNI .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-umGSuTsWNI .card-header {
    padding: 0rem;
  }
}
.cid-umGSuTsWNI .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-umGSuTsWNI .img-col {
  padding: 0;
}
.cid-umGSuTsWNI .img-item {
  height: 100%;
}
.cid-umGSuTsWNI img {
  height: 100%;
  object-fit: cover;
}
.cid-umGSuTsWNI .collapsed span {
  transform: rotate(0deg);
}
.cid-umGSuTsWNI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umGSuTsWNI p {
  margin-bottom: 0.3rem;
}
.cid-umGSuTsWNI .panel-title-edit {
  color: #000000;
}
.cid-umGSuTsWNI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-umGSuTsWNI .card {
  background: #61c5bb;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-umGSuTsWNI .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umGSuTsWNI .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-umGSuTsWNI .panel-text {
  color: #edefeb;
}
.cid-umGSuTsWNI .mbr-section-title {
  text-align: center;
  color: #513190;
}
.cid-umGSuTsWNI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-umGSuTsWNI .panel-title-edit,
.cid-umGSuTsWNI .mbr-iconfont {
  color: #ffffff;
}
.cid-umGSuTV3ay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #513190;
}
.cid-umGSuTV3ay .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #513190 0, #513190 43%, #6239b1 100%);
}
.cid-umGSuTV3ay .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #513190 0, #513190 43%, #6239b1 100%);
}
.cid-umGSuTV3ay .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #513190 0, #513190 43%, #6239b1 100%);
}
.cid-umGSuTV3ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuTV3ay .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-umGSuTV3ay .container {
    padding: 0 30px;
  }
}
.cid-umGSuTV3ay .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-umGSuTV3ay .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-umGSuTV3ay .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-umGSuTV3ay .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-umGSuTV3ay .mbr-section-title {
  color: #ffffff;
}
.cid-umGSuTV3ay .mbr-text,
.cid-umGSuTV3ay .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-umGSuTV3ay .mbr-section-title,
.cid-umGSuTV3ay .mbr-section-btn {
  text-align: center;
}
.cid-umGSuUo5HS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umGSuUo5HS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuUo5HS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuUo5HS .content-text {
  max-width: 800px;
}
.cid-umGSuUo5HS .mbr-section-title {
  color: #000000;
}
.cid-umGSuUo5HS .mbr-text,
.cid-umGSuUo5HS .mbr-section-btn {
  color: #000000;
}
.cid-umGSuUPC3N {
  background-color: #ffffff;
}
.cid-umGSuUPC3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuUPC3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGSuUPC3N .row {
  flex-direction: row-reverse;
}
.cid-umGSuUPC3N .mbr-description {
  color: #513190;
}
.cid-umGSuVgM6X {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-umGSuVgM6X .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-umGSuVgM6X .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-umGSuVgM6X .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-umGSuVgM6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGSuVgM6X .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-umGSuVgM6X .container {
    padding: 0 30px;
  }
}
.cid-umGSuVgM6X .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-umGSuVgM6X .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-umGSuVgM6X .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-umGSuVgM6X .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-umGSuVgM6X .mbr-section-title {
  color: #ffffff;
}
.cid-umGSuVgM6X .mbr-text,
.cid-umGSuVgM6X .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-umGSuVgM6X .mbr-section-title,
.cid-umGSuVgM6X .mbr-section-btn {
  text-align: center;
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-umGSuLpLNl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umGSuLpLNl .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;
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umGSuLpLNl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umGSuLpLNl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umGSuLpLNl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umGSuLpLNl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umGSuLpLNl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umGSuLpLNl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umGSuLpLNl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umGSuLpLNl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umGSuLpLNl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umGSuLpLNl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umGSuLpLNl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umGSuLpLNl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umGSuLpLNl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umGSuLpLNl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umGSuLpLNl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umGSuLpLNl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umGSuLpLNl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umGSuLpLNl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-umGSuLpLNl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umGSuLpLNl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umGSuLpLNl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-umGSuLpLNl .nav-item:focus,
.cid-umGSuLpLNl .nav-link:focus {
  outline: none;
}
.cid-umGSuLpLNl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umGSuLpLNl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umGSuLpLNl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umGSuLpLNl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umGSuLpLNl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umGSuLpLNl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umGSuLpLNl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umGSuLpLNl .navbar.opened {
  transition: all 0.3s;
}
.cid-umGSuLpLNl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umGSuLpLNl .navbar .navbar-logo img {
  width: auto;
}
.cid-umGSuLpLNl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umGSuLpLNl .navbar.collapsed {
  justify-content: center;
}
.cid-umGSuLpLNl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umGSuLpLNl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umGSuLpLNl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umGSuLpLNl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umGSuLpLNl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umGSuLpLNl .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-umGSuLpLNl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umGSuLpLNl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umGSuLpLNl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umGSuLpLNl .navbar {
    min-height: 72px;
  }
  .cid-umGSuLpLNl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umGSuLpLNl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umGSuLpLNl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umGSuLpLNl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umGSuLpLNl .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-umGSuLpLNl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umGSuLpLNl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umGSuLpLNl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umGSuLpLNl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umGSuLpLNl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umGSuLpLNl .dropdown-item.active,
.cid-umGSuLpLNl .dropdown-item:active {
  background-color: transparent;
}
.cid-umGSuLpLNl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umGSuLpLNl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umGSuLpLNl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umGSuLpLNl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umGSuLpLNl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umGSuLpLNl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umGSuLpLNl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umGSuLpLNl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umGSuLpLNl .navbar-buttons {
    text-align: left;
  }
}
.cid-umGSuLpLNl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGSuLpLNl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umGSuLpLNl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGSuLpLNl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umGSuLpLNl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umGSuLpLNl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGSuLpLNl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umGSuLpLNl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umGSuLpLNl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umGSuLpLNl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umGSuLpLNl .navbar {
    height: 70px;
  }
  .cid-umGSuLpLNl .navbar.opened {
    height: auto;
  }
  .cid-umGSuLpLNl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umGSuLpLNl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umGSuLpLNl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umGSuLpLNl .navbar-brand {
    margin-right: auto;
  }
  .cid-umGSuLpLNl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umGSuLpLNl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umGSuLpLNl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umGSuLpLNl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umGSuLpLNl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umGSuLpLNl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umKs5Jgx1n {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dentelli-41.png");
}
.cid-umKs5Jgx1n .mbr-overlay {
  background-color: #422083;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-umKs5Jgx1n {
    align-items: flex-end;
  }
  .cid-umKs5Jgx1n .row {
    justify-content: center;
  }
  .cid-umKs5Jgx1n .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umKs5Jgx1n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umKs5Jgx1n {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-umKs5Jgx1n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umKs5Jgx1n .content-wrap {
    width: 100%;
  }
}
.cid-umKs5Jgx1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKs5Jgx1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKs5Jgx1n .mbr-section-title,
.cid-umKs5Jgx1n .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-umKs5Jgx1n .mbr-text,
.cid-umKs5Jgx1n .mbr-section-btn {
  text-align: center;
}
.cid-umKs5Jgx1n .mbr-section-title {
  color: #61c5bb;
  text-align: center;
}
.cid-umKuuzisFC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-umKuuzisFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKuuzisFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKuuzisFC .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-umKuuzisFC .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umKuuzisFC .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-umKuuzisFC .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-umKuuzisFC .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-umKuuzisFC .row {
  flex-direction: row-reverse;
}
.cid-umKuuzisFC .image-wrapper {
  padding: 0 1rem;
}
.cid-umKuuzisFC img,
.cid-umKuuzisFC .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-umKuuzisFC img,
  .cid-umKuuzisFC .image-wrapper {
    max-height: 350px;
  }
}
.cid-umKuuzisFC .mbr-section-title {
  color: #61c5bb;
}
.cid-umKuuzisFC .mbr-text {
  color: #000000;
}
.cid-umKuuzisFC .mbr-text,
.cid-umKuuzisFC .mbr-section-btn {
  color: #232323;
}
.cid-umKyeTVZqH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dentelli-3.png");
}
.cid-umKyeTVZqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKyeTVZqH .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-umKyeTVZqH .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-umKyeTVZqH .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-umKyeTVZqH .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-umKyeTVZqH .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-umKyeTVZqH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umKyeTVZqH .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #61c5bb, #86d3cb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umKyeTVZqH .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umKyeTVZqH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umKyeTVZqH .btn-wrapper {
  margin-top: -15%;
}
.cid-umKyeTVZqH .mbr-section-title {
  color: #272b2e;
}
.cid-umKyeTVZqH .mbr-text,
.cid-umKyeTVZqH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-umKyeTVZqH .mbr-section-title,
.cid-umKyeTVZqH .mbr-section-btn,
.cid-umKyeTVZqH .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-umKzbto31f {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #61c5bb;
}
.cid-umKzbto31f .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKzbto31f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKzbto31f .mbr-section-title {
  color: #ffffff;
}
.cid-umKzbto31f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umKAJRnnJC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umKAJRnnJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKAJRnnJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKAJRnnJC .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-umKAJRnnJC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKAJRnnJC .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-umKAJRnnJC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umKAJRnnJC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umKAJRnnJC .mbr-section-title {
  color: #6239b1;
}
.cid-umKAJRnnJC .mbr-text,
.cid-umKAJRnnJC .mbr-section-btn {
  color: #232323;
}
.cid-umKAJRnnJC img {
  width: 100%;
  height: 100%;
}
.cid-umKNteyrdy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umKNteyrdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKNteyrdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKNteyrdy .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-umKNteyrdy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKNteyrdy .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-umKNteyrdy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umKNteyrdy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umKNteyrdy .mbr-section-title {
  color: #6239b1;
}
.cid-umKNteyrdy .mbr-text,
.cid-umKNteyrdy .mbr-section-btn {
  color: #232323;
}
.cid-umKNteyrdy img {
  width: 100%;
  height: 100%;
}
.cid-v8uQNizEva {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v8uQNizEva .mbr-section-title {
  text-align: center;
  color: #333333;
}
.cid-v8uQNizEva .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v8uSjUkP1S {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v8uSjUkP1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8uSjUkP1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8uSjUkP1S .card-wrapper {
  background-color: #ffffff;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-v8uSjUkP1S .card-wrapper {
    padding: 24px;
  }
}
.cid-v8uSjUkP1S .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v8uSjUkP1S .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8uSjUkP1S .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8uSjUkP1S .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8uSjUkP1S .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8uSjUkP1S .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8uSjUkP1S .mbr-label {
  color: #0027ba;
}
.cid-v8uSjUkP1S .mbr-section-title {
  color: #6239b1;
}
.cid-v8uSjUkP1S .mbr-text {
  color: #0027ba;
}
.cid-v8uSjUkP1S .mbr-text,
.cid-v8uSjUkP1S .mbr-section-btn {
  color: #333333;
}
.cid-umKUpXJQEU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #6239b1;
}
.cid-umKUpXJQEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKUpXJQEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKUpXJQEU .items-wrapper {
  margin: 0 -5px;
}
.cid-umKUpXJQEU .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-umKUpXJQEU .item {
    margin-bottom: 16px;
  }
  .cid-umKUpXJQEU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-umKUpXJQEU .item .item-wrapper {
  height: 100%;
}
.cid-umKUpXJQEU .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-umKUpXJQEU .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-umKUpXJQEU .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-umKUpXJQEU .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-umKUpXJQEU .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-umKUpXJQEU .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-umKUpXJQEU .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-umKUpXJQEU .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-umKUpXJQEU .card-title {
  color: #ffffff;
}
.cid-umKUpXJQEU .card-text {
  color: #ffffff;
}
.cid-umKXeTw9Kh {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #6239b1;
}
.cid-umKXeTw9Kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKXeTw9Kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKXeTw9Kh .items-wrapper {
  margin: 0 -5px;
}
.cid-umKXeTw9Kh .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-umKXeTw9Kh .item {
    margin-bottom: 16px;
  }
  .cid-umKXeTw9Kh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-umKXeTw9Kh .item .item-wrapper {
  height: 100%;
}
.cid-umKXeTw9Kh .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-umKXeTw9Kh .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-umKXeTw9Kh .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-umKXeTw9Kh .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-umKXeTw9Kh .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-umKXeTw9Kh .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-umKXeTw9Kh .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-umKXeTw9Kh .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-umKXeTw9Kh .card-title {
  color: #ffffff;
}
.cid-umKXeTw9Kh .card-text {
  color: #ffffff;
}
.cid-umL1buvXft {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umL1buvXft p {
  color: #767676;
}
.cid-umL1buvXft .row-element,
.cid-umL1buvXft .image-element {
  padding: 0;
}
.cid-umL1buvXft .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umL1buvXft .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umL1buvXft .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-umL1buvXft .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #513190, #61c5bb);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-umL1buvXft .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-umL1buvXft .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-umL1buvXft .text-content {
    padding: 2rem 1rem;
  }
  .cid-umL1buvXft .underline .line {
    height: 2px;
  }
  .cid-umL1buvXft .mbr-title,
  .cid-umL1buvXft .underline,
  .cid-umL1buvXft .mbr-text,
  .cid-umL1buvXft .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-umL1buvXft .mbr-fallback-image.disabled {
  display: none;
}
.cid-umL1buvXft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umL1buvXft .mbr-text,
.cid-umL1buvXft .mbr-section-btn {
  color: #6239b1;
}
.cid-umL1buvXft .mbr-title,
.cid-umL1buvXft .underline {
  color: #232323;
}
.cid-umL3txt3FG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umL3txt3FG .item-img,
.cid-umL3txt3FG .img-wrap,
.cid-umL3txt3FG img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-umL3txt3FG img,
.cid-umL3txt3FG .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-umL3txt3FG img,
  .cid-umL3txt3FG .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-umL3txt3FG .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-umL3txt3FG .item:focus,
.cid-umL3txt3FG span:focus {
  outline: none;
}
.cid-umL3txt3FG .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-umL3txt3FG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umL3txt3FG .item {
    margin-bottom: 1rem;
  }
}
.cid-umL3txt3FG h5 {
  margin: 0;
}
.cid-umL3txt3FG .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umL3txt3FG .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-umL3txt3FG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-umL3txt3FG .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-umL3txt3FG .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-umL3txt3FG .item-wrapper {
    height: auto;
  }
}
.cid-umL3txt3FG .mbr-section-title {
  color: #6239b1;
  text-align: left;
}
.cid-umL3txt3FG .item-title {
  text-align: center;
}
.cid-umL3txt3FG .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-umL3txt3FG .mbr-text,
.cid-umL3txt3FG .item .mbr-section-btn {
  text-align: center;
}
.cid-umL3txt3FG .mbr-section-subtitle,
.cid-umL3txt3FG .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-umLvguyg6k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLvguyg6k .item-img,
.cid-umLvguyg6k .img-wrap,
.cid-umLvguyg6k img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-umLvguyg6k img,
.cid-umLvguyg6k .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-umLvguyg6k img,
  .cid-umLvguyg6k .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-umLvguyg6k .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-umLvguyg6k .item:focus,
.cid-umLvguyg6k span:focus {
  outline: none;
}
.cid-umLvguyg6k .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-umLvguyg6k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umLvguyg6k .item {
    margin-bottom: 1rem;
  }
}
.cid-umLvguyg6k h5 {
  margin: 0;
}
.cid-umLvguyg6k .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umLvguyg6k .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-umLvguyg6k .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-umLvguyg6k .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-umLvguyg6k .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-umLvguyg6k .item-wrapper {
    height: auto;
  }
}
.cid-umLvguyg6k .mbr-section-title {
  color: #6239b1;
  text-align: left;
}
.cid-umLvguyg6k .item-title {
  text-align: center;
}
.cid-umLvguyg6k .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-umLvguyg6k .mbr-text,
.cid-umLvguyg6k .item .mbr-section-btn {
  text-align: center;
}
.cid-umLvguyg6k .mbr-section-subtitle,
.cid-umLvguyg6k .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-umLtZMa8C5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLtZMa8C5 .item-img,
.cid-umLtZMa8C5 .img-wrap,
.cid-umLtZMa8C5 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-umLtZMa8C5 img,
.cid-umLtZMa8C5 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-umLtZMa8C5 img,
  .cid-umLtZMa8C5 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-umLtZMa8C5 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-umLtZMa8C5 .item:focus,
.cid-umLtZMa8C5 span:focus {
  outline: none;
}
.cid-umLtZMa8C5 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-umLtZMa8C5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umLtZMa8C5 .item {
    margin-bottom: 1rem;
  }
}
.cid-umLtZMa8C5 h5 {
  margin: 0;
}
.cid-umLtZMa8C5 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umLtZMa8C5 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-umLtZMa8C5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-umLtZMa8C5 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-umLtZMa8C5 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-umLtZMa8C5 .item-wrapper {
    height: auto;
  }
}
.cid-umLtZMa8C5 .mbr-section-title {
  color: #6239b1;
  text-align: left;
}
.cid-umLtZMa8C5 .item-title {
  text-align: center;
}
.cid-umLtZMa8C5 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-umLtZMa8C5 .mbr-text,
.cid-umLtZMa8C5 .item .mbr-section-btn {
  text-align: center;
}
.cid-umLtZMa8C5 .mbr-section-subtitle,
.cid-umLtZMa8C5 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uDmbdMT91A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDmbdMT91A .item-img,
.cid-uDmbdMT91A .img-wrap,
.cid-uDmbdMT91A img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uDmbdMT91A img,
.cid-uDmbdMT91A .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uDmbdMT91A img,
  .cid-uDmbdMT91A .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uDmbdMT91A .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uDmbdMT91A .item:focus,
.cid-uDmbdMT91A span:focus {
  outline: none;
}
.cid-uDmbdMT91A .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uDmbdMT91A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDmbdMT91A .item {
    margin-bottom: 1rem;
  }
}
.cid-uDmbdMT91A h5 {
  margin: 0;
}
.cid-uDmbdMT91A .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uDmbdMT91A .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uDmbdMT91A .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDmbdMT91A .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uDmbdMT91A .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uDmbdMT91A .item-wrapper {
    height: auto;
  }
}
.cid-uDmbdMT91A .mbr-section-title {
  color: #6239b1;
  text-align: left;
}
.cid-uDmbdMT91A .item-title {
  text-align: center;
}
.cid-uDmbdMT91A .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uDmbdMT91A .mbr-text,
.cid-uDmbdMT91A .item .mbr-section-btn {
  text-align: center;
}
.cid-uDmbdMT91A .mbr-section-subtitle,
.cid-uDmbdMT91A .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v8tNnDhcSm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8tNnDhcSm .item-img,
.cid-v8tNnDhcSm .img-wrap,
.cid-v8tNnDhcSm img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v8tNnDhcSm img,
.cid-v8tNnDhcSm .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v8tNnDhcSm img,
  .cid-v8tNnDhcSm .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v8tNnDhcSm .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v8tNnDhcSm .item:focus,
.cid-v8tNnDhcSm span:focus {
  outline: none;
}
.cid-v8tNnDhcSm .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v8tNnDhcSm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8tNnDhcSm .item {
    margin-bottom: 1rem;
  }
}
.cid-v8tNnDhcSm h5 {
  margin: 0;
}
.cid-v8tNnDhcSm .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8tNnDhcSm .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v8tNnDhcSm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8tNnDhcSm .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v8tNnDhcSm .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v8tNnDhcSm .item-wrapper {
    height: auto;
  }
}
.cid-v8tNnDhcSm .mbr-section-title {
  color: #6239b1;
  text-align: left;
}
.cid-v8tNnDhcSm .item-title {
  text-align: center;
}
.cid-v8tNnDhcSm .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v8tNnDhcSm .mbr-text,
.cid-v8tNnDhcSm .item .mbr-section-btn {
  text-align: center;
}
.cid-v8tNnDhcSm .mbr-section-subtitle,
.cid-v8tNnDhcSm .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-umLCghOi4B {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-umLCghOi4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLCghOi4B .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-umLCghOi4B .container {
    padding: 0 16px;
  }
}
.cid-umLCghOi4B .mbr-section-title {
  margin-bottom: 80px;
  color: #6239b1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umLCghOi4B .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-umLCghOi4B .box {
  margin: 0 auto;
  box-shadow: 0 7px 20px #232323;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-umLCghOi4B .box {
    width: 100%;
  }
}
.cid-umLCghOi4B .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 900px;
}
@media (max-width: 992px) {
  .cid-umLCghOi4B .box .mbr-media {
    height: 450px;
  }
}
.cid-umLCghOi4B .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: .5em !important;
}
.cid-umLCghOi4B .box .mbr-media .mbr-iconfont {
  font-size: 26px;
  color: #6239b1;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
}
.cid-umLCghOi4B .mbr-media {
  position: relative;
}
.cid-umLCghOi4B .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-umLCghOi4B a:hover {
  background-image: none !important;
}
.cid-umLCghOi4B .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-umLCghOi4B .icon-wrap:hover,
.cid-umLCghOi4B .icon-wrap:focus {
  cursor: pointer;
  background-color: #6239b1;
}
.cid-umLCghOi4B .icon-wrap:hover .mbr-iconfont,
.cid-umLCghOi4B .icon-wrap:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umLCghOi4B .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-umLCghOi4B .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-umLCghOi4B .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-umLCghOi4B .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-umLCghOi4B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umLCghOi4B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umLFSu4MmP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dentelli-5.png");
}
.cid-umLFSu4MmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLFSu4MmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLFSu4MmP .mbr-section-title {
  color: #ffffff;
}
.cid-umLFSu4MmP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-umMwDYKVTQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umMwDYKVTQ .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;
}
@media (max-width: 767px) {
  .cid-umMwDYKVTQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umMwDYKVTQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umMwDYKVTQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umMwDYKVTQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umMwDYKVTQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umMwDYKVTQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umMwDYKVTQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umMwDYKVTQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umMwDYKVTQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umMwDYKVTQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umMwDYKVTQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umMwDYKVTQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umMwDYKVTQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umMwDYKVTQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umMwDYKVTQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umMwDYKVTQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umMwDYKVTQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umMwDYKVTQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-umMwDYKVTQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umMwDYKVTQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umMwDYKVTQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-umMwDYKVTQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umMwDYKVTQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umMwDYKVTQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umMwDYKVTQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-umMwDYKVTQ .nav-item:focus,
.cid-umMwDYKVTQ .nav-link:focus {
  outline: none;
}
.cid-umMwDYKVTQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umMwDYKVTQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umMwDYKVTQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umMwDYKVTQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umMwDYKVTQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umMwDYKVTQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umMwDYKVTQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umMwDYKVTQ .navbar.opened {
  transition: all 0.3s;
}
.cid-umMwDYKVTQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umMwDYKVTQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umMwDYKVTQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umMwDYKVTQ .navbar.collapsed {
  justify-content: center;
}
.cid-umMwDYKVTQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umMwDYKVTQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umMwDYKVTQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umMwDYKVTQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umMwDYKVTQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umMwDYKVTQ .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-umMwDYKVTQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umMwDYKVTQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umMwDYKVTQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umMwDYKVTQ .navbar {
    min-height: 72px;
  }
  .cid-umMwDYKVTQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umMwDYKVTQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umMwDYKVTQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umMwDYKVTQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umMwDYKVTQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umMwDYKVTQ .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-umMwDYKVTQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umMwDYKVTQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umMwDYKVTQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umMwDYKVTQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umMwDYKVTQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umMwDYKVTQ .dropdown-item.active,
.cid-umMwDYKVTQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umMwDYKVTQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umMwDYKVTQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umMwDYKVTQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umMwDYKVTQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umMwDYKVTQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umMwDYKVTQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umMwDYKVTQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umMwDYKVTQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umMwDYKVTQ .navbar-buttons {
    text-align: left;
  }
}
.cid-umMwDYKVTQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umMwDYKVTQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umMwDYKVTQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umMwDYKVTQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umMwDYKVTQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umMwDYKVTQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umMwDYKVTQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umMwDYKVTQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umMwDYKVTQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umMwDYKVTQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umMwDYKVTQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umMwDYKVTQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umMwDYKVTQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umMwDYKVTQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umMwDYKVTQ .navbar {
    height: 70px;
  }
  .cid-umMwDYKVTQ .navbar.opened {
    height: auto;
  }
  .cid-umMwDYKVTQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umMwDYKVTQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umMwDYKVTQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umMwDYKVTQ .navbar-brand {
    margin-right: auto;
  }
  .cid-umMwDYKVTQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umMwDYKVTQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umMwDYKVTQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umMwDYKVTQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umMwDYKVTQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umMwDYKVTQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umMwDZa1No {
  display: flex;
  background-image: url("../../../assets/images/dra-raiane-danelli.png");
}
.cid-umMwDZa1No .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-umMwDZa1No .mbr-fallback-image.disabled {
  display: none;
}
.cid-umMwDZa1No .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umMwDZa1No .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-umMwDZa1No .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-umMwDZa1No {
    align-items: center;
  }
  .cid-umMwDZa1No .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umMwDZa1No .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umMwDZa1No {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-umMwDZa1No .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umMwDZa1No .content-wrap {
    width: 100%;
  }
}
.cid-umMwDZa1No .mbr-section-title {
  text-align: left;
  color: #61c5bb;
}
.cid-umMwDZa1No .mbr-text,
.cid-umMwDZa1No .mbr-section-btn {
  text-align: left;
  color: #ff0048;
}
.cid-umMwDZuSqy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umMwDZuSqy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umMwDZuSqy .btn-social,
.cid-umMwDZuSqy .mbr-section-title {
  color: #57468b;
}
.cid-umMwDZuSqy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umMwDZuSqy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umMwDZuSqy .soc-item:hover {
  background: #ffffff;
}
.cid-umMwDZuSqy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umMwDZuSqy .align-left,
  .cid-umMwDZuSqy .align-right {
    text-align: center;
  }
  .cid-umMwDZuSqy .social-list {
    justify-content: center;
  }
  .cid-umMwDZuSqy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umMwDZuSqy .mbr-text {
  color: #ffffff;
}
.cid-uePgsf5n1g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uePgsf5n1g .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;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uePgsf5n1g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uePgsf5n1g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uePgsf5n1g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uePgsf5n1g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uePgsf5n1g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uePgsf5n1g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uePgsf5n1g .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uePgsf5n1g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uePgsf5n1g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uePgsf5n1g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uePgsf5n1g .nav-item:focus,
.cid-uePgsf5n1g .nav-link:focus {
  outline: none;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uePgsf5n1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uePgsf5n1g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uePgsf5n1g .navbar.opened {
  transition: all 0.3s;
}
.cid-uePgsf5n1g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uePgsf5n1g .navbar .navbar-logo img {
  width: auto;
}
.cid-uePgsf5n1g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uePgsf5n1g .navbar.collapsed {
  justify-content: center;
}
.cid-uePgsf5n1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uePgsf5n1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uePgsf5n1g .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-uePgsf5n1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uePgsf5n1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar {
    min-height: 72px;
  }
  .cid-uePgsf5n1g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uePgsf5n1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uePgsf5n1g .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-uePgsf5n1g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uePgsf5n1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uePgsf5n1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uePgsf5n1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uePgsf5n1g .dropdown-item.active,
.cid-uePgsf5n1g .dropdown-item:active {
  background-color: transparent;
}
.cid-uePgsf5n1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uePgsf5n1g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uePgsf5n1g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .navbar-buttons {
    text-align: left;
  }
}
.cid-uePgsf5n1g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uePgsf5n1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uePgsf5n1g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uePgsf5n1g .navbar {
    height: 70px;
  }
  .cid-uePgsf5n1g .navbar.opened {
    height: auto;
  }
  .cid-uePgsf5n1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uePgsf5n1g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uePgsf5n1g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar-brand {
    margin-right: auto;
  }
  .cid-uePgsf5n1g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uePgsf5n1g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uePgsf5n1g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucMb7AeuMm {
  display: flex;
  background-color: #6239b1;
}
.cid-ucMb7AeuMm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ucMb7AeuMm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ucMb7AeuMm {
    align-items: center;
  }
  .cid-ucMb7AeuMm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucMb7AeuMm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucMb7AeuMm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucMb7AeuMm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucMb7AeuMm .content-wrap {
    width: 100%;
  }
}
.cid-ucMb7AeuMm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucMb7AeuMm .mbr-text,
.cid-ucMb7AeuMm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucMb7AeuMm .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-uePgsf5n1g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uePgsf5n1g .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;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uePgsf5n1g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uePgsf5n1g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uePgsf5n1g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uePgsf5n1g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uePgsf5n1g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uePgsf5n1g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uePgsf5n1g .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uePgsf5n1g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uePgsf5n1g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uePgsf5n1g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uePgsf5n1g .nav-item:focus,
.cid-uePgsf5n1g .nav-link:focus {
  outline: none;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uePgsf5n1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uePgsf5n1g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uePgsf5n1g .navbar.opened {
  transition: all 0.3s;
}
.cid-uePgsf5n1g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uePgsf5n1g .navbar .navbar-logo img {
  width: auto;
}
.cid-uePgsf5n1g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uePgsf5n1g .navbar.collapsed {
  justify-content: center;
}
.cid-uePgsf5n1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uePgsf5n1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uePgsf5n1g .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-uePgsf5n1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uePgsf5n1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar {
    min-height: 72px;
  }
  .cid-uePgsf5n1g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uePgsf5n1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uePgsf5n1g .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-uePgsf5n1g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uePgsf5n1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uePgsf5n1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uePgsf5n1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uePgsf5n1g .dropdown-item.active,
.cid-uePgsf5n1g .dropdown-item:active {
  background-color: transparent;
}
.cid-uePgsf5n1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uePgsf5n1g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uePgsf5n1g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .navbar-buttons {
    text-align: left;
  }
}
.cid-uePgsf5n1g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uePgsf5n1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uePgsf5n1g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uePgsf5n1g .navbar {
    height: 70px;
  }
  .cid-uePgsf5n1g .navbar.opened {
    height: auto;
  }
  .cid-uePgsf5n1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uePgsf5n1g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uePgsf5n1g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar-brand {
    margin-right: auto;
  }
  .cid-uePgsf5n1g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uePgsf5n1g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uePgsf5n1g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uN5unkoWIK {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dentelli-8.png");
}
.cid-uN5unkoWIK .mbr-overlay {
  background-color: #422083;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uN5unkoWIK {
    align-items: flex-end;
  }
  .cid-uN5unkoWIK .row {
    justify-content: center;
  }
  .cid-uN5unkoWIK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uN5unkoWIK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uN5unkoWIK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uN5unkoWIK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uN5unkoWIK .content-wrap {
    width: 100%;
  }
}
.cid-uN5unkoWIK .mbr-section-title,
.cid-uN5unkoWIK .mbr-section-subtitle {
  text-align: center;
}
.cid-uN5unkoWIK .mbr-text,
.cid-uN5unkoWIK .mbr-section-btn {
  text-align: center;
}
.cid-ulxWQZD8qs {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-ulxWQZD8qs img,
.cid-ulxWQZD8qs .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ulxWQZD8qs .item:focus,
.cid-ulxWQZD8qs span:focus {
  outline: none;
}
.cid-ulxWQZD8qs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxWQZD8qs .item {
    margin-bottom: 1rem;
  }
}
.cid-ulxWQZD8qs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulxWQZD8qs .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulxWQZD8qs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulxWQZD8qs .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxWQZD8qs .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxWQZD8qs .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ulxWQZD8qs .mbr-section-title {
  color: #232323;
}
.cid-ulxWQZD8qs .mbr-text,
.cid-ulxWQZD8qs .mbr-section-btn {
  text-align: center;
}
.cid-ulxWQZD8qs .item-title {
  text-align: left;
  color: #61c5bb;
}
.cid-ulxWQZD8qs .content-head {
  max-width: 800px;
}
.cid-ulxWQZD8qs .mbr-text,
.cid-ulxWQZD8qs .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #333333;
}
.cid-ulxWQZD8qs .mbr-section-title,
.cid-ulxWQZD8qs .mbr-section-head .mbr-section-btn {
  color: #6239b1;
  text-align: center;
}
.cid-ujzE6ypdbq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-ujzE6ypdbq .content__block {
  padding: 50px 15px;
}
.cid-ujzE6ypdbq .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #513190;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-ujzE6ypdbq .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #333333;
}
.cid-ujzE6ypdbq .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-ujzE6ypdbq .image {
  perspective: 3500px;
  position: relative;
}
.cid-ujzE6ypdbq .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(247, 247, 247, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-ujzE6ypdbq .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujzE6ypdbq .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ujzE6ypdbq .mbr-section-btn .btn-white-outline:hover {
  color: #513190 !important;
}
@media (max-width: 991px) {
  .cid-ujzE6ypdbq .content__block {
    padding: 30px 15px;
  }
  .cid-ujzE6ypdbq .mbr-figure {
    padding: 0;
  }
  .cid-ujzE6ypdbq .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(247, 247, 247, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-ujzE6ypdbq .lg-push {
    right: 1%;
  }
  .cid-ujzE6ypdbq .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-ujzE6ypdbq .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-ujzE6ypdbq .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ujzE6ypdbq .mbr-text,
.cid-ujzE6ypdbq .mbr-section-btn {
  color: #333333;
}
.cid-ujzE6ypdbq .mbr-section-title {
  color: #451e90;
}
.cid-uJLFGmGgjb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uJLFGmGgjb .video-wrapper iframe {
  width: 100%;
}
.cid-uJLFGmGgjb .mbr-section-title,
.cid-uJLFGmGgjb .mbr-section-subtitle,
.cid-uJLFGmGgjb .mbr-text {
  text-align: center;
}
.cid-ulydjlQzjL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-ulydjlQzjL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulydjlQzjL .item {
    margin-bottom: 1rem;
  }
}
.cid-ulydjlQzjL .item-wrapper {
  position: relative;
}
.cid-ulydjlQzjL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ulydjlQzjL .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ulydjlQzjL .carousel-control,
.cid-ulydjlQzjL .close {
  background: #1b1b1b;
}
.cid-ulydjlQzjL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ulydjlQzjL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ulydjlQzjL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ulydjlQzjL .carousel-control-next span {
  margin-left: 5px;
}
.cid-ulydjlQzjL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ulydjlQzjL .close::before {
  content: '\e91a';
}
.cid-ulydjlQzjL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ulydjlQzjL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ulydjlQzjL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulydjlQzjL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulydjlQzjL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulydjlQzjL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ulydjlQzjL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ulydjlQzjL .carousel-indicators li.active,
.cid-ulydjlQzjL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulydjlQzjL .carousel-indicators li::after,
.cid-ulydjlQzjL .carousel-indicators li::before {
  content: none;
}
.cid-ulydjlQzjL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulydjlQzjL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ulydjlQzjL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulydjlQzjL .carousel-indicators {
    display: none;
  }
}
.cid-ulydjlQzjL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulydjlQzjL .carousel-inner > .active {
  display: block;
}
.cid-ulydjlQzjL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulydjlQzjL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulydjlQzjL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ulydjlQzjL .carousel-control,
  .cid-ulydjlQzjL .carousel-indicators,
  .cid-ulydjlQzjL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ulydjlQzjL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ulydjlQzjL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulydjlQzjL .carousel-indicators .active,
.cid-ulydjlQzjL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ulydjlQzjL .carousel-indicators .active {
  background: #fff;
}
.cid-ulydjlQzjL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ulydjlQzjL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ulydjlQzjL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ulydjlQzjL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ulydjlQzjL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ulydjlQzjL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ulydjlQzjL .carousel {
  width: 100%;
}
.cid-ulydjlQzjL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ulydjlQzjL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ulydjlQzjL .modal.fade .modal-dialog,
.cid-ulydjlQzjL .modal.in .modal-dialog {
  transform: none;
}
.cid-ulydjlQzjL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ulydjlQzjL .content-head {
  max-width: 800px;
}
.cid-ulydjlQzjL H3 {
  color: #333333;
}
.cid-ulydjlQzjL H2 {
  color: #6239b1;
}
.cid-v8uaToXPh5 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-v8uaToXPh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8uaToXPh5 .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-v8uaToXPh5 .container {
    padding: 0 20px;
  }
}
.cid-v8uaToXPh5 .row {
  justify-content: center;
}
.cid-v8uaToXPh5 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8uaToXPh5 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8uaToXPh5 .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8uaToXPh5 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8uaToXPh5 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8uaToXPh5 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #6239b1;
  color: #ffffff;
  text-shadow: none;
}
.cid-v8uaToXPh5 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8uaToXPh5 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8uaToXPh5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uly9Sjwu3F {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/paciente-dentelli-1980-x-1313-px.png");
}
.cid-uly9Sjwu3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uly9Sjwu3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uly9Sjwu3F .mbr-section-title {
  color: #ffffff;
}
.cid-ujzML0gI7T {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-ujzML0gI7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujzML0gI7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujzML0gI7T .mbr-description {
  text-align: left;
}
.cid-ujzML0gI7T .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ujzML0gI7T .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujzML0gI7T .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ujzML0gI7T .card-title,
.cid-ujzML0gI7T .iconfont-wrapper {
  color: #61c5bb;
}
.cid-ujzML0gI7T .card-text {
  color: #000000;
}
.cid-ujzML0gI7T .mbr-section-title {
  color: #6239b1;
  text-align: center;
}
.cid-ujzML0gI7T .mbr-number {
  color: #9fe870;
}
.cid-ujzML0gI7T .mbr-text,
.cid-ujzML0gI7T .mbr-section-btn {
  text-align: center;
}
.cid-ujzML0gI7T .card-text,
.cid-ujzML0gI7T .item .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ujzML0gI7T .mbr-section-btn {
  margin-top: 1rem;
}
.cid-ujzML0gI7T .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ujzML0gI7T .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujzML0gI7T .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ujzML0gI7T .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ujzML0gI7T .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujzML0gI7T .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujzML0gI7T .card-title {
  text-align: left;
}
.cid-ujzML0gI7T .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujzML0gI7T .item-content .item-footer {
  margin-top: auto;
}
.cid-umExMci4Ki {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #61c5bb;
}
.cid-umExMci4Ki .justify-content-center {
  align-items: center;
}
.cid-umExMci4Ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-umExMci4Ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umExMci4Ki .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-umExMci4Ki .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umExMci4Ki .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-umExMci4Ki .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-umExMci4Ki .row {
  align-items: center;
}
.cid-umExMci4Ki .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-umExMci4Ki .card-text {
    text-align: center;
  }
}
.cid-umEy3h3yIN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umEy3h3yIN img,
.cid-umEy3h3yIN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-umEy3h3yIN .item:focus,
.cid-umEy3h3yIN span:focus {
  outline: none;
}
.cid-umEy3h3yIN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umEy3h3yIN .item {
    margin-bottom: 1rem;
  }
}
.cid-umEy3h3yIN .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umEy3h3yIN .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umEy3h3yIN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-umEy3h3yIN .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umEy3h3yIN .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umEy3h3yIN .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-umEy3h3yIN .mbr-section-title {
  color: #232323;
}
.cid-umEy3h3yIN .mbr-text,
.cid-umEy3h3yIN .mbr-section-btn {
  text-align: center;
}
.cid-umEy3h3yIN .item-title {
  text-align: left;
  color: #513190;
}
.cid-umEy3h3yIN .content-head {
  max-width: 800px;
}
.cid-umEy3h3yIN .mbr-text,
.cid-umEy3h3yIN .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-umEy3h3yIN .mbr-section-title,
.cid-umEy3h3yIN .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #6239b1;
}
.cid-uFmignl0t4 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uFmignl0t4 .mbr-media {
  position: relative;
}
.cid-uFmignl0t4 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uFmignl0t4 a:hover {
  background-image: none !important;
}
.cid-uFmignl0t4 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uFmignl0t4 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uFmignl0t4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFmignl0t4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFmignl0t4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFmignl0t4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFmignl0t4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFmignl0t4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFmignl0t4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFmignl0t4 .content-head {
  max-width: 800px;
}
.cid-uFmignl0t4 .mbr-section-title {
  color: #6239b1;
}
.cid-uFmignl0t4 .mbr-section-subtitle {
  color: #333333;
}
.cid-umExqLWFgC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6239b1;
}
.cid-umExqLWFgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umExqLWFgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umExqLWFgC .mbr-section-title {
  color: #ffffff;
}
.cid-umExseRZWH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #61c5bb;
}
.cid-umExseRZWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umExseRZWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umExseRZWH .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-umExseRZWH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-umExseRZWH .container {
    padding: 0 26px;
  }
}
.cid-umExseRZWH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-umExseRZWH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-umExseRZWH .embla__slide a {
  display: block;
  width: 100%;
}
.cid-umExseRZWH .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umExseRZWH .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-umExseRZWH .embla__button--next,
.cid-umExseRZWH .embla__button--prev {
  display: flex;
}
.cid-umExseRZWH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-umExseRZWH .embla__button {
    display: none;
  }
}
.cid-umExseRZWH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umExseRZWH .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-umExseRZWH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-umExseRZWH .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-umExseRZWH .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-umExseRZWH .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-umExseRZWH .embla {
  position: relative;
  width: 100%;
}
.cid-umExseRZWH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-umExseRZWH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umExseRZWH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umExseRZWH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umEZC8tISJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umEZC8tISJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEZC8tISJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEZC8tISJ .row {
  flex-direction: row-reverse;
}
.cid-umEZC8tISJ .mbr-description {
  color: #6239b1;
}
.cid-umEZLAP8F6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #61c5bb;
}
.cid-umEZLAP8F6 .justify-content-center {
  align-items: center;
}
.cid-umEZLAP8F6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEZLAP8F6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEZLAP8F6 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-umEZLAP8F6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umEZLAP8F6 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-umEZLAP8F6 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-umEZLAP8F6 .row {
  align-items: center;
}
.cid-umEZLAP8F6 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-umEZLAP8F6 .card-text {
    text-align: center;
  }
}
.cid-umEGsORUFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umEGsORUFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEGsORUFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-umEGsORUFJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umEGsORUFJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umEGsORUFJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umEGsORUFJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umEGsORUFJ .mbr-section-title {
  color: #232323;
}
.cid-umEGsORUFJ .mbr-text,
.cid-umEGsORUFJ .mbr-section-btn {
  color: #000000;
}
.cid-umEJujBKyN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dentelli-5.png");
}
.cid-umEJujBKyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEJujBKyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEJujBKyN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-umEJujBKyN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umEJujBKyN .mbr-iconfont {
  font-size: 3rem;
  color: #61c5bb;
  padding-right: 2rem;
}
.cid-umEJujBKyN .content-head {
  max-width: 800px;
}
.cid-umEJujBKyN .mbr-section-title {
  color: #451e90;
}
.cid-umENfUub9A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umENfUub9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-umENfUub9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umENfUub9A .row {
  justify-content: center;
}
.cid-umENfUub9A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umENfUub9A .item {
    margin-bottom: 1rem;
  }
}
.cid-umENfUub9A .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f7f7f7;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umENfUub9A .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umENfUub9A .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-umENfUub9A .content-head {
  max-width: 800px;
}
.cid-umENfUub9A .mbr-section-title {
  color: #451e90;
}
.cid-umENfUub9A .card-title {
  color: #451e90;
}
.cid-umENfUub9A P {
  color: #232323;
}
.cid-umEBMJz1jf .main_wrapper {
  position: relative;
  height: 910px;
  width: 100%;
}
.cid-umEBMJz1jf .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-umEBMJz1jf .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-umEBMJz1jf .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-umEBMJz1jf .container-fluid {
    padding: 0;
  }
}
.cid-umEBMJz1jf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-umEBMJz1jf .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umEBMJz1jf .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-umEBMJz1jf .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-umEBMJz1jf .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umEBMJz1jf .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-umEBMJz1jf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-umEBMJz1jf .google-map [data-state-details] {
  color: #edefeb;
  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-umEBMJz1jf .google-map[data-state] {
  background: #edefeb;
}
.cid-umEBMJz1jf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-umEBMJz1jf .google-map {
    position: static;
  }
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
.cid-uePgsf5n1g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uePgsf5n1g .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;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uePgsf5n1g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uePgsf5n1g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uePgsf5n1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uePgsf5n1g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uePgsf5n1g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uePgsf5n1g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uePgsf5n1g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uePgsf5n1g .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uePgsf5n1g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uePgsf5n1g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uePgsf5n1g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uePgsf5n1g .nav-item:focus,
.cid-uePgsf5n1g .nav-link:focus {
  outline: none;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uePgsf5n1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uePgsf5n1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uePgsf5n1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uePgsf5n1g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uePgsf5n1g .navbar.opened {
  transition: all 0.3s;
}
.cid-uePgsf5n1g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uePgsf5n1g .navbar .navbar-logo img {
  width: auto;
}
.cid-uePgsf5n1g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uePgsf5n1g .navbar.collapsed {
  justify-content: center;
}
.cid-uePgsf5n1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uePgsf5n1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uePgsf5n1g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uePgsf5n1g .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-uePgsf5n1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uePgsf5n1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uePgsf5n1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uePgsf5n1g .navbar {
    min-height: 72px;
  }
  .cid-uePgsf5n1g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uePgsf5n1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uePgsf5n1g .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-uePgsf5n1g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uePgsf5n1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uePgsf5n1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uePgsf5n1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uePgsf5n1g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uePgsf5n1g .dropdown-item.active,
.cid-uePgsf5n1g .dropdown-item:active {
  background-color: transparent;
}
.cid-uePgsf5n1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uePgsf5n1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uePgsf5n1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uePgsf5n1g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uePgsf5n1g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .navbar-buttons {
    text-align: left;
  }
}
.cid-uePgsf5n1g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePgsf5n1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uePgsf5n1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePgsf5n1g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uePgsf5n1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uePgsf5n1g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uePgsf5n1g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uePgsf5n1g .navbar {
    height: 70px;
  }
  .cid-uePgsf5n1g .navbar.opened {
    height: auto;
  }
  .cid-uePgsf5n1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uePgsf5n1g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uePgsf5n1g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uePgsf5n1g .navbar-brand {
    margin-right: auto;
  }
  .cid-uePgsf5n1g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uePgsf5n1g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uePgsf5n1g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uePgsf5n1g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uePgsf5n1g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uePgsf5n1g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8Sd2mK4ce {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dentelli-8.png");
}
.cid-v8Sd2mK4ce .mbr-overlay {
  background-color: #422083;
  opacity: 0.8;
}
.cid-v8Sd2mK4ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sd2mK4ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sd2mK4ce .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v8Sd2mK4ce .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v8Sd2mK4ce {
    align-items: center;
  }
  .cid-v8Sd2mK4ce .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8Sd2mK4ce .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8Sd2mK4ce {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8Sd2mK4ce .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8Sd2mK4ce .content-wrap {
    width: 100%;
  }
}
.cid-v8Sd2mK4ce .mbr-section-title {
  text-align: center;
}
.cid-v8Sd2mK4ce .mbr-text,
.cid-v8Sd2mK4ce .mbr-section-btn {
  text-align: center;
}
.cid-v8SdWME6P9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-v8SdWME6P9 .mbr-text {
  color: #333333;
}
.cid-v8SdWME6P9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v8SdWME6P9 .mbr-section-title {
  color: #422083;
}
.cid-v8SdNJQCQV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-v8SdNJQCQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SdNJQCQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8SdNJQCQV .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v8SdNJQCQV .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8SdNJQCQV .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v8SdNJQCQV .card-wrapper {
  background: #ffffff;
}
.cid-v8SdNJQCQV .mbr-text,
.cid-v8SdNJQCQV .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-v8SdNJQCQV .card-title,
.cid-v8SdNJQCQV .card-box {
  text-align: left;
  color: #333333;
}
.cid-v8SmTUkMYq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8SmTUkMYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SmTUkMYq .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8SmTUkMYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SmTUkMYq .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8SmTUkMYq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8SmTUkMYq .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8SmTUkMYq .card-title,
.cid-v8SmTUkMYq .iconfont-wrapper {
  color: #000000;
}
.cid-v8SmTUkMYq .card-text {
  color: #333333;
}
.cid-v8SmTUkMYq .content-head {
  max-width: 800px;
}
.cid-v8SmTUkMYq .mbr-section-title {
  color: #422083;
}
.cid-v8SmTUkMYq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8SmTUkMYq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8SmTUkMYq .mbr-section-subtitle {
  color: #333333;
}
.cid-v8SmTUkMYq .card-title,
.cid-v8SmTUkMYq .img-wrapper {
  color: #6239b1;
}
.cid-v8Sw8zlUyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/implante-dentario-dentelli-6.png");
}
.cid-v8Sw8zlUyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sw8zlUyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sw8zlUyR .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8Sw8zlUyR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8Sw8zlUyR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Sw8zlUyR .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8Sw8zlUyR .mbr-text,
.cid-v8Sw8zlUyR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v8Sw8zlUyR .card-title,
.cid-v8Sw8zlUyR .card-box {
  text-align: left;
  color: #422083;
}
.cid-v8SDEgabek {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8SDEgabek .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SDEgabek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8SDEgabek .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8SDEgabek .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8SDEgabek .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8SDEgabek .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8SDEgabek .mbr-section-title {
  color: #422083;
}
.cid-v8SDEgabek .mbr-text,
.cid-v8SDEgabek .mbr-section-btn {
  color: #333333;
}
.cid-v8XDXCaMYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v8XDXCaMYD .container {
    padding: 0 24px;
  }
}
.cid-v8XDXCaMYD .card {
  justify-content: center;
}
.cid-v8XDXCaMYD .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-v8XDXCaMYD .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-v8XDXCaMYD .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8XDXCaMYD .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v8XDXCaMYD .text-wrapper {
  border-top: 1px solid #edefeb;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v8XDXCaMYD .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-v8XDXCaMYD .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v8XDXCaMYD .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8XDXCaMYD .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-v8XDXCaMYD .mbr-section-title {
  color: #F9F6E0;
}
.cid-v8XDXCaMYD .mbr-desc {
  color: #333333;
}
.cid-v8XDXCaMYD .mbr-text {
  color: #333333;
}
.cid-v8XDXCaMYD .mbr-section-btn {
  text-align: right;
}
.cid-v8XDXCaMYD .mbr-section-title,
.cid-v8XDXCaMYD .mbr-section-btn {
  color: #422083;
}
.cid-v92sYujHdq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-v92sYujHdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92sYujHdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v92sYujHdq .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v92sYujHdq .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v92sYujHdq .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v92sYujHdq .card-wrapper {
  background: #ffffff;
}
.cid-v92sYujHdq .mbr-text,
.cid-v92sYujHdq .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-v92sYujHdq .card-title,
.cid-v92sYujHdq .card-box {
  text-align: left;
  color: #333333;
}
.cid-v92nLj9gQb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v92nLj9gQb .mbr-text {
  color: #333333;
}
.cid-v92nLj9gQb .mbr-section-subtitle {
  color: #000000;
}
.cid-v92nLj9gQb .mbr-section-title {
  color: #422083;
}
.cid-v92rv8vlc2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v92rv8vlc2 .mbr-text {
  color: #000000;
}
.cid-v92rv8vlc2 .mbr-section-subtitle {
  color: #333333;
}
.cid-v92rv8vlc2 .mbr-section-title {
  color: #422083;
}
.cid-v92vbMFHhi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v92vbMFHhi img,
.cid-v92vbMFHhi .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v92vbMFHhi .item:focus,
.cid-v92vbMFHhi span:focus {
  outline: none;
}
.cid-v92vbMFHhi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v92vbMFHhi .item {
    margin-bottom: 1rem;
  }
}
.cid-v92vbMFHhi .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v92vbMFHhi .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v92vbMFHhi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v92vbMFHhi .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v92vbMFHhi .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v92vbMFHhi .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v92vbMFHhi .mbr-section-title {
  color: #232323;
}
.cid-v92vbMFHhi .mbr-text,
.cid-v92vbMFHhi .mbr-section-btn {
  text-align: center;
}
.cid-v92vbMFHhi .item-title {
  text-align: left;
  color: #333333;
}
.cid-v92vbMFHhi .content-head {
  max-width: 800px;
}
.cid-v92vbMFHhi .mbr-text,
.cid-v92vbMFHhi .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v92vbMFHhi .mbr-section-title,
.cid-v92vbMFHhi .mbr-section-head .mbr-section-btn {
  color: #422083;
}
.cid-v93qqBSSnm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/implante-dentario-dentelli-6.png");
}
.cid-v93qqBSSnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93qqBSSnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93qqBSSnm .row {
  flex-direction: row-reverse;
}
.cid-v93qqBSSnm .mbr-description {
  text-align: left;
}
.cid-v93qqBSSnm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v93qqBSSnm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v93qqBSSnm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v93qqBSSnm .card-title,
.cid-v93qqBSSnm .iconfont-wrapper {
  color: #000000;
}
.cid-v93qqBSSnm .card-text {
  color: #000000;
}
.cid-v93qqBSSnm .mbr-section-title {
  color: #422083;
  text-align: center;
}
.cid-v93qqBSSnm .mbr-number {
  color: #422083;
}
.cid-v93qqBSSnm .mbr-text,
.cid-v93qqBSSnm .mbr-section-btn {
  text-align: center;
}
.cid-v93qqBSSnm .card-text,
.cid-v93qqBSSnm .item .mbr-section-btn {
  text-align: left;
}
.cid-v93qqBSSnm .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v93qqBSSnm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v93wMxr9B3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v93wMxr9B3 .mbr-text {
  color: #000000;
}
.cid-v93wMxr9B3 .mbr-section-subtitle {
  color: #000000;
}
.cid-v93wMxr9B3 .mbr-section-title {
  color: #422083;
}
.cid-v93xCsHiGr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v93xCsHiGr .mbr-text {
  color: #000000;
}
.cid-v93xCsHiGr .mbr-section-subtitle {
  color: #000000;
}
.cid-v93xCsHiGr .mbr-section-title {
  color: #422083;
}
.cid-v93D6zNevk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v93D6zNevk .mbr-text {
  color: #000000;
}
.cid-v93D6zNevk .mbr-section-subtitle {
  color: #000000;
}
.cid-v93D6zNevk .mbr-section-title {
  color: #422083;
}
.cid-v93DAB5SLf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-v93DAB5SLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93DAB5SLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93DAB5SLf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v93DAB5SLf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v93DAB5SLf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v93DAB5SLf .card-wrapper {
    padding: 4rem;
  }
}
.cid-v93DAB5SLf .mbr-text,
.cid-v93DAB5SLf .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-v93DAB5SLf .card-title,
.cid-v93DAB5SLf .card-box {
  text-align: left;
  color: #422083;
}
.cid-v93G2vYUx2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #6239b1;
}
.cid-v93G2vYUx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93G2vYUx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93G2vYUx2 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v93G2vYUx2 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v93G2vYUx2 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v93G2vYUx2 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v93G2vYUx2 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v93G2vYUx2 .row {
  flex-direction: row-reverse;
}
.cid-v93G2vYUx2 .image-wrapper {
  padding: 0 1rem;
}
.cid-v93G2vYUx2 img,
.cid-v93G2vYUx2 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v93G2vYUx2 img,
  .cid-v93G2vYUx2 .image-wrapper {
    max-height: 350px;
  }
}
.cid-v93G2vYUx2 .mbr-section-title {
  color: #422083;
}
.cid-v93G2vYUx2 .mbr-text {
  color: #000000;
}
.cid-v93G2vYUx2 .mbr-text,
.cid-v93G2vYUx2 .mbr-section-btn {
  color: #333333;
}
.cid-v93J2OoecJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v93J2OoecJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v93J2OoecJ .mbr-section-subtitle {
  color: #000000;
}
.cid-v93J2OoecJ .mbr-section-title {
  color: #422083;
  text-align: left;
}
.cid-v93KM0AMGk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-v93KM0AMGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93KM0AMGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v93KM0AMGk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v93KM0AMGk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v93KM0AMGk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v93KM0AMGk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v93KM0AMGk .mbr-section-title {
  color: #422083;
}
.cid-v93KM0AMGk .mbr-text,
.cid-v93KM0AMGk .mbr-section-btn {
  color: #000000;
}
.cid-v9rnhq8n0S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v9rnhq8n0S h6 {
  line-height: 1.2;
}
.cid-v9rnhq8n0S img,
.cid-v9rnhq8n0S .item-img {
  width: 100%;
  height: 100%;
}
.cid-v9rnhq8n0S .item:focus,
.cid-v9rnhq8n0S span:focus {
  outline: none;
}
.cid-v9rnhq8n0S .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v9rnhq8n0S .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v9rnhq8n0S .mbr-section-title {
  color: #422083;
}
.cid-v9rnhq8n0S .mbr-text,
.cid-v9rnhq8n0S .mbr-section-btn {
  color: #000000;
}
.cid-v9rnhq8n0S .item-title {
  color: #000000;
  text-align: center;
}
.cid-v9rnhq8n0S .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v9rnhq8n0S .item-text {
  color: #000000;
  text-align: center;
}
.cid-v9rnhq8n0S .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v9rnhq8n0S .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9rnhq8n0S .mbr-section-subtitle {
  color: #333333;
}
.cid-v9rnCQWKLM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/implante-dentario-dentelli-6.png");
}
.cid-v9rnCQWKLM .content-text {
  max-width: 800px;
}
.cid-v9rqiBtBCt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9rqiBtBCt img,
.cid-v9rqiBtBCt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v9rqiBtBCt .item:focus,
.cid-v9rqiBtBCt span:focus {
  outline: none;
}
.cid-v9rqiBtBCt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9rqiBtBCt .item {
    margin-bottom: 1rem;
  }
}
.cid-v9rqiBtBCt .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9rqiBtBCt .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9rqiBtBCt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9rqiBtBCt .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9rqiBtBCt .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9rqiBtBCt .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9rqiBtBCt .mbr-section-title {
  color: #232323;
}
.cid-v9rqiBtBCt .mbr-text,
.cid-v9rqiBtBCt .mbr-section-btn {
  text-align: center;
}
.cid-v9rqiBtBCt .item-title {
  text-align: left;
  color: #513190;
}
.cid-v9rqiBtBCt .content-head {
  max-width: 800px;
}
.cid-v9rqiBtBCt .mbr-text,
.cid-v9rqiBtBCt .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9rqiBtBCt .mbr-section-title,
.cid-v9rqiBtBCt .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #6239b1;
}
.cid-v9rqvB8JP2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #61c5bb;
}
.cid-v9rqvB8JP2 .justify-content-center {
  align-items: center;
}
.cid-v9rqvB8JP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rqvB8JP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rqvB8JP2 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v9rqvB8JP2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9rqvB8JP2 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v9rqvB8JP2 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v9rqvB8JP2 .row {
  align-items: center;
}
.cid-v9rqvB8JP2 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v9rqvB8JP2 .card-text {
    text-align: center;
  }
}
.cid-v9rreBTj2g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dentelli.png");
}
.cid-v9rreBTj2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rreBTj2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rreBTj2g .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9rreBTj2g .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v9rreBTj2g .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9rreBTj2g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v9rreBTj2g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v9rreBTj2g .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #513190;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #61c5bb;
  height: 80px;
  border-radius: 50%;
}
.cid-v9rreBTj2g .mbr-section-title {
  color: #422083;
}
.cid-v9rreBTj2g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9rreBTj2g .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9rreBTj2g .card-box .item-footer {
  margin-top: auto;
}
.cid-v9rreBTj2g .content-head {
  max-width: 800px;
}
.cid-v9rreBTj2g .card-title,
.cid-v9rreBTj2g .iconfont-wrapper {
  color: #333333;
}
.cid-v9rqzLAxBc {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-v9rqzLAxBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rqzLAxBc .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-v9rqzLAxBc .container {
    padding: 0 20px;
  }
}
.cid-v9rqzLAxBc .row {
  justify-content: center;
}
.cid-v9rqzLAxBc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v9rqzLAxBc .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9rqzLAxBc .video-block {
    margin-bottom: 30px;
  }
}
.cid-v9rqzLAxBc .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9rqzLAxBc .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v9rqzLAxBc .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #6239b1;
  color: #ffffff;
  text-shadow: none;
}
.cid-v9rqzLAxBc .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9rqzLAxBc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v9rqzLAxBc .mbr-section-title {
  color: #422083;
  text-align: center;
}
.cid-v9rrdMlj80 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9rrdMlj80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rrdMlj80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rrdMlj80 .content-text {
  max-width: 800px;
}
.cid-v9rrdMlj80 .mbr-section-title {
  color: #000000;
}
.cid-v9rrdMlj80 .mbr-text,
.cid-v9rrdMlj80 .mbr-section-btn {
  color: #000000;
}
.cid-v9rrOP72UT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #422083;
}
.cid-v9rrOP72UT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rrOP72UT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rrOP72UT .mbr-section-title {
  color: #61c5bb;
}
.cid-v9rrQLfPgy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #6239b1;
}
.cid-v9rrQLfPgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rrQLfPgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rrQLfPgy .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v9rrQLfPgy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-v9rrQLfPgy .container {
    padding: 0 26px;
  }
}
.cid-v9rrQLfPgy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-v9rrQLfPgy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9rrQLfPgy .embla__slide a {
  display: block;
  width: 100%;
}
.cid-v9rrQLfPgy .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9rrQLfPgy .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v9rrQLfPgy .embla__button--next,
.cid-v9rrQLfPgy .embla__button--prev {
  display: flex;
}
.cid-v9rrQLfPgy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v9rrQLfPgy .embla__button {
    display: none;
  }
}
.cid-v9rrQLfPgy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9rrQLfPgy .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-v9rrQLfPgy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-v9rrQLfPgy .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-v9rrQLfPgy .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-v9rrQLfPgy .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-v9rrQLfPgy .embla {
  position: relative;
  width: 100%;
}
.cid-v9rrQLfPgy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9rrQLfPgy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9rrQLfPgy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9rrQLfPgy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9rshao1NM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-v9rshao1NM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rshao1NM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rshao1NM .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v9rshao1NM .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v9rshao1NM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v9rshao1NM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v9rshao1NM .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v9rshao1NM .image-wrapper {
  padding: 0 1rem;
}
.cid-v9rshao1NM img,
.cid-v9rshao1NM .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9rshao1NM img,
  .cid-v9rshao1NM .image-wrapper {
    max-height: 350px;
  }
}
.cid-v9rshao1NM .mbr-section-title {
  color: #61c5bb;
}
.cid-v9rshao1NM .mbr-text {
  color: #000000;
}
.cid-v9rshao1NM .mbr-text,
.cid-v9rshao1NM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-v9rshao1NM .price {
  color: #333333;
}
.cid-v9rtFZy4SC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9rtFZy4SC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rtFZy4SC .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-v9rtFZy4SC .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v9rtFZy4SC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v9rtFZy4SC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9rtFZy4SC .media-content,
.cid-v9rtFZy4SC .mbr-figure {
  align-self: center;
}
.cid-v9rtFZy4SC .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v9rtFZy4SC .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v9rtFZy4SC .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v9rtFZy4SC .mbr-section-maintitle {
  text-align: center;
}
.cid-v9rtFZy4SC .mbr-section-title {
  text-align: left;
  color: #513190;
}
.cid-v9rtFZy4SC .mbr-text,
.cid-v9rtFZy4SC .mbr-section-btn {
  text-align: left;
}
.cid-v9rtGIpSJQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9rtGIpSJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rtGIpSJQ .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-v9rtGIpSJQ .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v9rtGIpSJQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v9rtGIpSJQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9rtGIpSJQ .media-content,
.cid-v9rtGIpSJQ .mbr-figure {
  align-self: center;
}
.cid-v9rtGIpSJQ .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v9rtGIpSJQ .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v9rtGIpSJQ .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v9rtGIpSJQ .mbr-section-maintitle {
  text-align: center;
}
.cid-v9rtGIpSJQ .mbr-section-title {
  text-align: left;
  color: #513190;
}
.cid-v9rtGIpSJQ .mbr-text,
.cid-v9rtGIpSJQ .mbr-section-btn {
  text-align: left;
}
.cid-v9rtHXfwfO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9rtHXfwfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rtHXfwfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rtHXfwfO .content-text {
  max-width: 800px;
}
.cid-v9rtHXfwfO .mbr-section-title {
  color: #000000;
}
.cid-v9rtHXfwfO .mbr-text,
.cid-v9rtHXfwfO .mbr-section-btn {
  color: #000000;
}
.cid-v9rtOQpYsF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9rtOQpYsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rtOQpYsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rtOQpYsF .row {
  flex-direction: row-reverse;
}
.cid-v9rtOQpYsF .mbr-description {
  color: #513190;
}
.cid-v9rtTSl0GX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #422083;
}
.cid-v9rtTSl0GX .justify-content-center {
  align-items: center;
}
.cid-v9rtTSl0GX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rtTSl0GX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rtTSl0GX .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v9rtTSl0GX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9rtTSl0GX .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v9rtTSl0GX .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v9rtTSl0GX .row {
  align-items: center;
}
.cid-v9rtTSl0GX .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v9rtTSl0GX .card-text {
    text-align: center;
  }
}
.cid-v9rw0RD66Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9rw0RD66Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rw0RD66Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rw0RD66Z .row {
  justify-content: center;
}
.cid-v9rw0RD66Z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9rw0RD66Z .item {
    margin-bottom: 1rem;
  }
}
.cid-v9rw0RD66Z .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f7f7f7;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9rw0RD66Z .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9rw0RD66Z .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v9rw0RD66Z .content-head {
  max-width: 800px;
}
.cid-v9rw0RD66Z .mbr-section-title {
  color: #451e90;
}
.cid-v9rw0RD66Z .card-title {
  color: #451e90;
}
.cid-v9rw0RD66Z P {
  color: #232323;
}
.cid-v9rw1Bz8GI .main_wrapper {
  position: relative;
  height: 870px;
  width: 100%;
}
.cid-v9rw1Bz8GI .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-v9rw1Bz8GI .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-v9rw1Bz8GI .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v9rw1Bz8GI .container-fluid {
    padding: 0;
  }
}
.cid-v9rw1Bz8GI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v9rw1Bz8GI .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9rw1Bz8GI .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v9rw1Bz8GI .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-v9rw1Bz8GI .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v9rw1Bz8GI .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-v9rw1Bz8GI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-v9rw1Bz8GI .google-map [data-state-details] {
  color: #edefeb;
  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-v9rw1Bz8GI .google-map[data-state] {
  background: #edefeb;
}
.cid-v9rw1Bz8GI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9rw1Bz8GI .google-map {
    position: static;
  }
}
.cid-umM2vXz0Cy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6239b1;
}
.cid-umM2vXz0Cy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-umM2vXz0Cy .btn-social,
.cid-umM2vXz0Cy .mbr-section-title {
  color: #57468b;
}
.cid-umM2vXz0Cy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #61c5bb;
}
.cid-umM2vXz0Cy .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-umM2vXz0Cy .soc-item:hover {
  background: #ffffff;
}
.cid-umM2vXz0Cy .soc-item:hover span {
  color: #61c5bb !important;
}
@media (max-width: 992px) {
  .cid-umM2vXz0Cy .align-left,
  .cid-umM2vXz0Cy .align-right {
    text-align: center;
  }
  .cid-umM2vXz0Cy .social-list {
    justify-content: center;
  }
  .cid-umM2vXz0Cy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-umM2vXz0Cy .mbr-text {
  color: #ffffff;
}
