body {
  font-family: Muli;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #00b7ae !important;
}
.bg-success {
  background-color: #f5f7fa !important;
}
.bg-info {
  background-color: #656565 !important;
}
.bg-warning {
  background-color: #8faa26 !important;
}
.bg-danger {
  background-color: #48d678 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #00b7ae !important;
  border-color: #00b7ae !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #006b65 !important;
  border-color: #006b65 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #006b65 !important;
  border-color: #006b65 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #00b7ae !important;
  border-color: #00b7ae !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #006b65 !important;
  border-color: #006b65 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #006b65 !important;
  border-color: #006b65 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f5f7fa !important;
  border-color: #f5f7fa !important;
  color: #5070a0 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #5070a0 !important;
  background-color: #c2cee1 !important;
  border-color: #c2cee1 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5070a0 !important;
  background-color: #c2cee1 !important;
  border-color: #c2cee1 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #8faa26 !important;
  border-color: #8faa26 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #5a6b18 !important;
  border-color: #5a6b18 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a6b18 !important;
  border-color: #5a6b18 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #00514d;
  color: #00514d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #00b7ae;
  border-color: #00b7ae;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b7ae !important;
  border-color: #00b7ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #00514d;
  color: #00514d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #00b7ae;
  border-color: #00b7ae;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b7ae !important;
  border-color: #00b7ae !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #b1c1d8;
  color: #b1c1d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #5070a0;
  background-color: #f5f7fa;
  border-color: #f5f7fa;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5070a0 !important;
  background-color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #495713;
  color: #495713;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #8faa26;
  border-color: #8faa26;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8faa26 !important;
  border-color: #8faa26 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #00b7ae !important;
}
.text-secondary {
  color: #00b7ae !important;
}
.text-success {
  color: #f5f7fa !important;
}
.text-info {
  color: #656565 !important;
}
.text-warning {
  color: #8faa26 !important;
}
.text-danger {
  color: #48d678 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00514d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #00514d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b1c1d8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #323232 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #495713 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #229649 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #656565;
}
.alert-warning {
  background-color: #8faa26;
}
.alert-danger {
  background-color: #48d678;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00b7ae;
  border-color: #00b7ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #38fff5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a5a5a5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c8df70;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #effbf3;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #00b7ae;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #00b7ae !important;
  border-color: #00b7ae !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00b7ae;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00b7ae;
  border-bottom-color: #00b7ae;
}
.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: #000000 !important;
  background-color: #00b7ae !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: #00b7ae !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%;
}
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='%2300b7ae' %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;
}
.cid-uqWa7lMggQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uqWa7lMggQ .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-uqWa7lMggQ .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-uqWa7lMggQ .nav-link:hover:before {
  width: 100%;
}
.cid-uqWa7lMggQ .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-uqWa7lMggQ nav.navbar {
  position: fixed;
}
.cid-uqWa7lMggQ .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-uqWa7lMggQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqWa7lMggQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqWa7lMggQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqWa7lMggQ .dropdown-item:hover,
.cid-uqWa7lMggQ .dropdown-item:focus {
  background: #00b7ae !important;
  color: white !important;
}
.cid-uqWa7lMggQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqWa7lMggQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqWa7lMggQ .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-uqWa7lMggQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqWa7lMggQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqWa7lMggQ .dropdown-menu,
.cid-uqWa7lMggQ .navbar.opened {
  background: #f5f7fa !important;
}
.cid-uqWa7lMggQ .nav-item:focus,
.cid-uqWa7lMggQ .nav-link:focus {
  outline: none;
}
.cid-uqWa7lMggQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqWa7lMggQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqWa7lMggQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqWa7lMggQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqWa7lMggQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqWa7lMggQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqWa7lMggQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f7fa;
}
.cid-uqWa7lMggQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uqWa7lMggQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqWa7lMggQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uqWa7lMggQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqWa7lMggQ .navbar.collapsed {
  justify-content: center;
}
.cid-uqWa7lMggQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqWa7lMggQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqWa7lMggQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uqWa7lMggQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqWa7lMggQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqWa7lMggQ .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-uqWa7lMggQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqWa7lMggQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqWa7lMggQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqWa7lMggQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqWa7lMggQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqWa7lMggQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqWa7lMggQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqWa7lMggQ .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-uqWa7lMggQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqWa7lMggQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqWa7lMggQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqWa7lMggQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqWa7lMggQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqWa7lMggQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqWa7lMggQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqWa7lMggQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqWa7lMggQ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqWa7lMggQ .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqWa7lMggQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqWa7lMggQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqWa7lMggQ .dropdown-item.active,
.cid-uqWa7lMggQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uqWa7lMggQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqWa7lMggQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqWa7lMggQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqWa7lMggQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-uqWa7lMggQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqWa7lMggQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqWa7lMggQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqWa7lMggQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqWa7lMggQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqWa7lMggQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b7ae;
}
.cid-uqWa7lMggQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqWa7lMggQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqWa7lMggQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqWa7lMggQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqWa7lMggQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqWa7lMggQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqWa7lMggQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqWa7lMggQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqWa7lMggQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqWa7lMggQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqWa7lMggQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqWa7lMggQ .navbar {
    height: 70px;
  }
  .cid-uqWa7lMggQ .navbar.opened {
    height: auto;
  }
  .cid-uqWa7lMggQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqWa7i40VF {
  background-image: url("../../../assets/images/slider-1592x1061.png");
}
.cid-uqWa7i40VF .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uqWa7i40VF .row {
    text-align: center!important;
  }
}
.cid-uqWa7i40VF .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uqWa7i40VF .mbr-section-title {
    text-align: center;
  }
}
.cid-uqWa7i40VF .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uqWa7i40VF .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uqWa7i40VF .mbr-section-btn {
  margin-top: 20px;
}
.cid-uqWa7i40VF .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uqWa7i40VF .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uqWa7i40VF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqWa7i40VF .mbr-section-title,
.cid-uqWa7i40VF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urnopNeZAN {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #00b7ae;
}
.cid-urnopNeZAN .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urnopNeZAN .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-urnopNeZAN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-urnopNeZAN .inner-container {
    width: 100% !important;
  }
}
.cid-uE9QodNmbr {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-uE9QodNmbr .image-block {
  margin: auto;
}
.cid-uE9QodNmbr figcaption {
  position: relative;
}
.cid-uE9QodNmbr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uE9QodNmbr .image-block {
    width: 100% !important;
  }
}
.cid-uqWc0jH2Dk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqWc0jH2Dk .mbr-section-subtitle {
  color: #767676;
}
.cid-uqWc0jH2Dk H2 {
  color: #00b7ae;
}
.cid-uqWa7izeNB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uqWa7izeNB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqWa7izeNB p {
  color: #767676;
  text-align: left;
}
.cid-uqWa7izeNB .card-box {
  padding-top: 2rem;
}
.cid-uqWa7izeNB .card-wrapper {
  height: 100%;
}
.cid-uqWa7izeNB .card-title {
  text-align: center;
  color: #00b7ae;
}
.cid-uqWa7izeNB P {
  text-align: center;
}
.cid-uqWdGqV9QF {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqWdGqV9QF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqWdGqV9QF p {
  color: #767676;
  text-align: left;
}
.cid-uqWdGqV9QF .card-box {
  padding-top: 2rem;
}
.cid-uqWdGqV9QF .card-wrapper {
  height: 100%;
}
.cid-uqWdGqV9QF .card-title {
  text-align: center;
  color: #00b7ae;
}
.cid-uqWdGqV9QF P {
  text-align: center;
  color: #767676;
}
.cid-urnpCj7mAw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/endodoncia-1440x960.jpg");
}
.cid-urnpCj7mAw H2 {
  color: #ffffff;
}
.cid-urnruoytzw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00b7ae;
}
.cid-urnruoytzw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urnqMVsR8Q {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #00b7ae;
}
.cid-urnqMVsR8Q .counter-container {
  color: #767676;
}
.cid-urnqMVsR8Q .counter-container ul {
  margin-bottom: 0;
}
.cid-urnqMVsR8Q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-urnqMVsR8Q .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-urnqMVsR8Q .mbr-text {
  color: #ffffff;
}
.cid-uqWod06KwK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-uqWod06KwK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uqWod06KwK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uqWod06KwK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqWod06KwK .mbr-text {
    text-align: center;
  }
}
.cid-uqWod06KwK H1 {
  color: #00b7ae;
}
.cid-uqWod06KwK .mbr-text,
.cid-uqWod06KwK .mbr-section-btn {
  color: #767676;
}
.cid-uqWpLIQPQ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uqWpLIQPQ8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uqWpLIQPQ8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqWpLIQPQ8 .mbr-text {
    text-align: center;
  }
}
.cid-uqWpLIQPQ8 H1 {
  color: #00b7ae;
}
.cid-uqWpLIQPQ8 .mbr-text,
.cid-uqWpLIQPQ8 .mbr-section-btn {
  color: #767676;
}
.cid-uqWqKhlJBz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-uqWqKhlJBz .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uqWqKhlJBz .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uqWqKhlJBz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqWqKhlJBz .mbr-text {
    text-align: center;
  }
}
.cid-uqWqKhlJBz H1 {
  color: #00b7ae;
}
.cid-uqWqKhlJBz .mbr-text,
.cid-uqWqKhlJBz .mbr-section-btn {
  color: #767676;
}
.cid-uqWa7k7IlY {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/7557-985x657.png");
}
.cid-uqWa7k7IlY .mbr-text,
.cid-uqWa7k7IlY .mbr-section-btn {
  text-align: center;
}
.cid-uqWa7k7IlY H2 {
  text-align: center;
}
.cid-uqWa7kmjpA {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uqWa7kmjpA .mbr-section-subtitle {
  color: #00b7ae;
  font-weight: 800;
}
.cid-uqWa7kmjpA .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-uqWa7kmjpA .mbr-section-title {
  color: #00b7ae;
  font-weight: 700;
  text-align: center;
}
.cid-uqWa7kmjpA .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-uqWa7kmjpA .mbr-text {
  color: #656565;
  margin: 1.5rem 0;
}
.cid-uqWa7kmjpA .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uqWa7kmjpA .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uqWa7kmjpA .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uqWa7kmjpA .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #00b7ae;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uqWa7kmjpA .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.cid-uqWa7kmjpA .card .card-wrap .card-title {
  font-weight: 700;
  color: #00b7ae;
}
.cid-uqWa7kmjpA .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-uqWa7kmjpA .card .card-wrap .user-desc {
  font-weight: 600;
  color: #656565;
}
.cid-uqWa7kmjpA .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-uqWa7kmjpA .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uqWa7kmjpA .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #00b7ae;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uqWa7kmjpA .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #f5f7fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uqWa7kmjpA .card .card-wrap .social-list .soc-item:hover {
  background-color: #009f97 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uqWa7kmjpA .mbr-iconfont {
  color: #f5f7fa;
}
.cid-uqWa7kmjpA .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uqWa7kmjpA .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #f5f7fa;
}
@media (min-width: 992px) {
  .cid-uqWa7kmjpA .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-uqWa7kmjpA .card {
    margin-bottom: 30px;
  }
}
.cid-urnfiHkfjC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00b7ae;
}
.cid-tloTK7ldqP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-tloTK7ldqP .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-tloTK7ldqP .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-tloTK7ldqP .nav-link:hover:before {
  width: 100%;
}
.cid-tloTK7ldqP .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-tloTK7ldqP nav.navbar {
  position: fixed;
}
.cid-tloTK7ldqP .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-tloTK7ldqP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tloTK7ldqP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tloTK7ldqP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tloTK7ldqP .dropdown-item:hover,
.cid-tloTK7ldqP .dropdown-item:focus {
  background: #00b7ae !important;
  color: white !important;
}
.cid-tloTK7ldqP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tloTK7ldqP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tloTK7ldqP .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-tloTK7ldqP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tloTK7ldqP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tloTK7ldqP .dropdown-menu,
.cid-tloTK7ldqP .navbar.opened {
  background: #f5f7fa !important;
}
.cid-tloTK7ldqP .nav-item:focus,
.cid-tloTK7ldqP .nav-link:focus {
  outline: none;
}
.cid-tloTK7ldqP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tloTK7ldqP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tloTK7ldqP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tloTK7ldqP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tloTK7ldqP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tloTK7ldqP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tloTK7ldqP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f7fa;
}
.cid-tloTK7ldqP .navbar.opened {
  transition: all 0.3s;
}
.cid-tloTK7ldqP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tloTK7ldqP .navbar .navbar-logo img {
  width: auto;
}
.cid-tloTK7ldqP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tloTK7ldqP .navbar.collapsed {
  justify-content: center;
}
.cid-tloTK7ldqP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tloTK7ldqP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tloTK7ldqP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-tloTK7ldqP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tloTK7ldqP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tloTK7ldqP .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-tloTK7ldqP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tloTK7ldqP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tloTK7ldqP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tloTK7ldqP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tloTK7ldqP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tloTK7ldqP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tloTK7ldqP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tloTK7ldqP .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-tloTK7ldqP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tloTK7ldqP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tloTK7ldqP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tloTK7ldqP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tloTK7ldqP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tloTK7ldqP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tloTK7ldqP .navbar.navbar-short {
  min-height: 80px;
}
.cid-tloTK7ldqP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tloTK7ldqP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tloTK7ldqP .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tloTK7ldqP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tloTK7ldqP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tloTK7ldqP .dropdown-item.active,
.cid-tloTK7ldqP .dropdown-item:active {
  background-color: transparent;
}
.cid-tloTK7ldqP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tloTK7ldqP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tloTK7ldqP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tloTK7ldqP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-tloTK7ldqP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tloTK7ldqP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tloTK7ldqP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tloTK7ldqP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tloTK7ldqP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tloTK7ldqP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b7ae;
}
.cid-tloTK7ldqP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tloTK7ldqP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tloTK7ldqP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tloTK7ldqP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tloTK7ldqP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tloTK7ldqP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tloTK7ldqP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tloTK7ldqP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tloTK7ldqP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tloTK7ldqP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tloTK7ldqP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tloTK7ldqP .navbar {
    height: 70px;
  }
  .cid-tloTK7ldqP .navbar.opened {
    height: auto;
  }
  .cid-tloTK7ldqP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgZ2YRRG6e {
  background-image: url("../../../assets/images/68-1592x1061.png");
}
.cid-tgZ2YRRG6e .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tgZ2YRRG6e .row {
    text-align: center!important;
  }
}
.cid-tgZ2YRRG6e .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tgZ2YRRG6e .mbr-section-title {
    text-align: center;
  }
}
.cid-tgZ2YRRG6e .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-tgZ2YRRG6e .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tgZ2YRRG6e .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgZ2YRRG6e .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tgZ2YRRG6e .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tgZ2YRRG6e .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tgZ2YRRG6e .mbr-section-title,
.cid-tgZ2YRRG6e .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uE9Qv046O8 {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-uE9Qv046O8 .image-block {
  margin: auto;
}
.cid-uE9Qv046O8 figcaption {
  position: relative;
}
.cid-uE9Qv046O8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uE9Qv046O8 .image-block {
    width: 100% !important;
  }
}
.cid-uqVWs958QH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqVWs958QH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqVWs958QH p {
  color: #767676;
  text-align: left;
}
.cid-uqVWs958QH .card-box {
  padding-top: 2rem;
}
.cid-uqVWs958QH .card-wrapper {
  height: 100%;
}
.cid-uqVWs958QH .card-title {
  text-align: center;
  color: #00b7ae;
}
.cid-uqVWs958QH P {
  text-align: center;
}
.cid-uqVY7L3pCV {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #00b7ae;
}
.cid-uqVY7L3pCV .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uqVY7L3pCV .carousel-item.active,
.cid-uqVY7L3pCV .carousel-item-next,
.cid-uqVY7L3pCV .carousel-item-prev {
  display: flex;
}
.cid-uqVY7L3pCV .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-uqVY7L3pCV .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-uqVY7L3pCV .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uqVY7L3pCV .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqVY7L3pCV .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uqVY7L3pCV .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqVY7L3pCV .user_name {
  color: #ffffff;
}
.cid-uqVY7L3pCV .user_text {
  color: #ffffff;
}
.cid-uqW4jQZB7n {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqW4jQZB7n .mbr-section-subtitle {
  color: #767676;
}
.cid-uqW4jQZB7n H2 {
  color: #00b7ae;
}
.cid-uqW4ej98S1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqW4ej98S1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqW4ej98S1 p {
  color: #767676;
  text-align: left;
}
.cid-uqW4ej98S1 .card-box {
  padding-top: 2rem;
}
.cid-uqW4ej98S1 .card-wrapper {
  height: 100%;
}
.cid-uqW4ej98S1 .card-title {
  text-align: center;
  color: #00b7ae;
}
.cid-uqW4ej98S1 P {
  text-align: center;
  color: #767676;
}
.cid-uqW586N2aX {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/7557-985x657.png");
}
.cid-uqW586N2aX .mbr-text,
.cid-uqW586N2aX .mbr-section-btn {
  text-align: center;
}
.cid-uqW586N2aX H2 {
  text-align: center;
}
.cid-rSbcpd8ZX6 {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rSbcpd8ZX6 .mbr-section-subtitle {
  color: #00b7ae;
  font-weight: 800;
}
.cid-rSbcpd8ZX6 .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbcpd8ZX6 .mbr-section-title {
  color: #00b7ae;
  font-weight: 700;
  text-align: center;
}
.cid-rSbcpd8ZX6 .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSbcpd8ZX6 .mbr-text {
  color: #656565;
  margin: 1.5rem 0;
}
.cid-rSbcpd8ZX6 .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-rSbcpd8ZX6 .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbcpd8ZX6 .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbcpd8ZX6 .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #00b7ae;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-rSbcpd8ZX6 .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.cid-rSbcpd8ZX6 .card .card-wrap .card-title {
  font-weight: 700;
  color: #00b7ae;
}
.cid-rSbcpd8ZX6 .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-rSbcpd8ZX6 .card .card-wrap .user-desc {
  font-weight: 600;
  color: #656565;
}
.cid-rSbcpd8ZX6 .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-rSbcpd8ZX6 .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rSbcpd8ZX6 .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #00b7ae;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-rSbcpd8ZX6 .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #f5f7fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rSbcpd8ZX6 .card .card-wrap .social-list .soc-item:hover {
  background-color: #009f97 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-rSbcpd8ZX6 .mbr-iconfont {
  color: #f5f7fa;
}
.cid-rSbcpd8ZX6 .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSbcpd8ZX6 .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #f5f7fa;
}
@media (min-width: 992px) {
  .cid-rSbcpd8ZX6 .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-rSbcpd8ZX6 .card {
    margin-bottom: 30px;
  }
}
.cid-urnfiHkfjC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00b7ae;
}
.cid-usgQtPj8v7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-usgQtPj8v7 .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-usgQtPj8v7 .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-usgQtPj8v7 .nav-link:hover:before {
  width: 100%;
}
.cid-usgQtPj8v7 .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-usgQtPj8v7 nav.navbar {
  position: fixed;
}
.cid-usgQtPj8v7 .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-usgQtPj8v7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usgQtPj8v7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usgQtPj8v7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usgQtPj8v7 .dropdown-item:hover,
.cid-usgQtPj8v7 .dropdown-item:focus {
  background: #00b7ae !important;
  color: white !important;
}
.cid-usgQtPj8v7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usgQtPj8v7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usgQtPj8v7 .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-usgQtPj8v7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usgQtPj8v7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usgQtPj8v7 .dropdown-menu,
.cid-usgQtPj8v7 .navbar.opened {
  background: #f5f7fa !important;
}
.cid-usgQtPj8v7 .nav-item:focus,
.cid-usgQtPj8v7 .nav-link:focus {
  outline: none;
}
.cid-usgQtPj8v7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usgQtPj8v7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usgQtPj8v7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usgQtPj8v7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usgQtPj8v7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usgQtPj8v7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usgQtPj8v7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f7fa;
}
.cid-usgQtPj8v7 .navbar.opened {
  transition: all 0.3s;
}
.cid-usgQtPj8v7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usgQtPj8v7 .navbar .navbar-logo img {
  width: auto;
}
.cid-usgQtPj8v7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usgQtPj8v7 .navbar.collapsed {
  justify-content: center;
}
.cid-usgQtPj8v7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usgQtPj8v7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usgQtPj8v7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-usgQtPj8v7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usgQtPj8v7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usgQtPj8v7 .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-usgQtPj8v7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usgQtPj8v7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usgQtPj8v7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usgQtPj8v7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usgQtPj8v7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usgQtPj8v7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usgQtPj8v7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usgQtPj8v7 .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-usgQtPj8v7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usgQtPj8v7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usgQtPj8v7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usgQtPj8v7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usgQtPj8v7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usgQtPj8v7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usgQtPj8v7 .navbar.navbar-short {
  min-height: 80px;
}
.cid-usgQtPj8v7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usgQtPj8v7 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-usgQtPj8v7 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usgQtPj8v7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usgQtPj8v7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usgQtPj8v7 .dropdown-item.active,
.cid-usgQtPj8v7 .dropdown-item:active {
  background-color: transparent;
}
.cid-usgQtPj8v7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usgQtPj8v7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usgQtPj8v7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usgQtPj8v7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-usgQtPj8v7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usgQtPj8v7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usgQtPj8v7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usgQtPj8v7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usgQtPj8v7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usgQtPj8v7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b7ae;
}
.cid-usgQtPj8v7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usgQtPj8v7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usgQtPj8v7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usgQtPj8v7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usgQtPj8v7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usgQtPj8v7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usgQtPj8v7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usgQtPj8v7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usgQtPj8v7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usgQtPj8v7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usgQtPj8v7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usgQtPj8v7 .navbar {
    height: 70px;
  }
  .cid-usgQtPj8v7 .navbar.opened {
    height: auto;
  }
  .cid-usgQtPj8v7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usgQtLuiss {
  background-image: url("../../../assets/images/slider-1592x1061.png");
}
.cid-usgQtLuiss .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-usgQtLuiss .row {
    text-align: center!important;
  }
}
.cid-usgQtLuiss .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-usgQtLuiss .mbr-section-title {
    text-align: center;
  }
}
.cid-usgQtLuiss .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-usgQtLuiss .mbr-text a:hover {
  text-decoration: underline;
}
.cid-usgQtLuiss .mbr-section-btn {
  margin-top: 20px;
}
.cid-usgQtLuiss .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-usgQtLuiss .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usgQtLuiss .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usgQtLuiss .mbr-section-title,
.cid-usgQtLuiss .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uE9QAj8V3n {
  background: #f5f7fa;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-uE9QAj8V3n .image-block {
  margin: auto;
}
.cid-uE9QAj8V3n figcaption {
  position: relative;
}
.cid-uE9QAj8V3n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uE9QAj8V3n .image-block {
    width: 100% !important;
  }
}
.cid-usgQtNhnYT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-usgQtNhnYT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-usgQtNhnYT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-usgQtNhnYT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-usgQtNhnYT .mbr-text {
    text-align: center;
  }
}
.cid-usgQtNhnYT H1 {
  color: #00b7ae;
}
.cid-usgQtNhnYT .mbr-text,
.cid-usgQtNhnYT .mbr-section-btn {
  color: #767676;
}
.cid-usgQtMVgcD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00b7ae;
}
.cid-usgQtMVgcD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usgQtN6Ggz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #00b7ae;
}
.cid-usgQtN6Ggz .counter-container {
  color: #767676;
}
.cid-usgQtN6Ggz .counter-container ul {
  margin-bottom: 0;
}
.cid-usgQtN6Ggz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-usgQtN6Ggz .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-usgQtN6Ggz .mbr-text {
  color: #ffffff;
}
.cid-usgVnZqmoa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usgVnZqmoa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-usgVnZqmoa .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-usgVnZqmoa .mbr-text {
    text-align: center;
  }
}
.cid-usgVnZqmoa H1 {
  color: #00b7ae;
}
.cid-usgVnZqmoa .mbr-text,
.cid-usgVnZqmoa .mbr-section-btn {
  color: #767676;
}
.cid-usgQtMFEIU {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/endodoncia-1440x960.jpg");
}
.cid-usgQtMFEIU H2 {
  color: #ffffff;
}
.cid-usgUMd8xPu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #00b7ae;
}
.cid-usgUMd8xPu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-usgUMd8xPu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-usgUMd8xPu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-usgUMd8xPu .mbr-text {
    text-align: center;
  }
}
.cid-usgUMd8xPu H1 {
  color: #ffffff;
}
.cid-usgUMd8xPu .mbr-text,
.cid-usgUMd8xPu .mbr-section-btn {
  color: #ffffff;
}
.cid-usgQtNwESx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usgQtNwESx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-usgQtNwESx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-usgQtNwESx .mbr-text {
    text-align: center;
  }
}
.cid-usgQtNwESx H1 {
  color: #00b7ae;
}
.cid-usgQtNwESx .mbr-text,
.cid-usgQtNwESx .mbr-section-btn {
  color: #767676;
}
.cid-usgQtO1qxf {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/7557-985x657.png");
}
.cid-usgQtO1qxf .mbr-text,
.cid-usgQtO1qxf .mbr-section-btn {
  text-align: center;
}
.cid-usgQtO1qxf H2 {
  text-align: center;
}
.cid-usgQtOgE4s {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-usgQtOgE4s .mbr-section-subtitle {
  color: #00b7ae;
  font-weight: 800;
}
.cid-usgQtOgE4s .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-usgQtOgE4s .mbr-section-title {
  color: #00b7ae;
  font-weight: 700;
  text-align: center;
}
.cid-usgQtOgE4s .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-usgQtOgE4s .mbr-text {
  color: #656565;
  margin: 1.5rem 0;
}
.cid-usgQtOgE4s .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-usgQtOgE4s .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-usgQtOgE4s .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-usgQtOgE4s .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #00b7ae;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-usgQtOgE4s .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.cid-usgQtOgE4s .card .card-wrap .card-title {
  font-weight: 700;
  color: #00b7ae;
}
.cid-usgQtOgE4s .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-usgQtOgE4s .card .card-wrap .user-desc {
  font-weight: 600;
  color: #656565;
}
.cid-usgQtOgE4s .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-usgQtOgE4s .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-usgQtOgE4s .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #00b7ae;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-usgQtOgE4s .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #f5f7fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-usgQtOgE4s .card .card-wrap .social-list .soc-item:hover {
  background-color: #009f97 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-usgQtOgE4s .mbr-iconfont {
  color: #f5f7fa;
}
.cid-usgQtOgE4s .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-usgQtOgE4s .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #f5f7fa;
}
@media (min-width: 992px) {
  .cid-usgQtOgE4s .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-usgQtOgE4s .card {
    margin-bottom: 30px;
  }
}
.cid-usgQtPHF80 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00b7ae;
}
.cid-uqWv3wbpc5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uqWv3wbpc5 .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-uqWv3wbpc5 .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-uqWv3wbpc5 .nav-link:hover:before {
  width: 100%;
}
.cid-uqWv3wbpc5 .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-uqWv3wbpc5 nav.navbar {
  position: fixed;
}
.cid-uqWv3wbpc5 .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-uqWv3wbpc5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqWv3wbpc5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqWv3wbpc5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqWv3wbpc5 .dropdown-item:hover,
.cid-uqWv3wbpc5 .dropdown-item:focus {
  background: #00b7ae !important;
  color: white !important;
}
.cid-uqWv3wbpc5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqWv3wbpc5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqWv3wbpc5 .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-uqWv3wbpc5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqWv3wbpc5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqWv3wbpc5 .dropdown-menu,
.cid-uqWv3wbpc5 .navbar.opened {
  background: #f5f7fa !important;
}
.cid-uqWv3wbpc5 .nav-item:focus,
.cid-uqWv3wbpc5 .nav-link:focus {
  outline: none;
}
.cid-uqWv3wbpc5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqWv3wbpc5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqWv3wbpc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqWv3wbpc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqWv3wbpc5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqWv3wbpc5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqWv3wbpc5 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f7fa;
}
.cid-uqWv3wbpc5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqWv3wbpc5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqWv3wbpc5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqWv3wbpc5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqWv3wbpc5 .navbar.collapsed {
  justify-content: center;
}
.cid-uqWv3wbpc5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqWv3wbpc5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqWv3wbpc5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uqWv3wbpc5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqWv3wbpc5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqWv3wbpc5 .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-uqWv3wbpc5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqWv3wbpc5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqWv3wbpc5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqWv3wbpc5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqWv3wbpc5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqWv3wbpc5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqWv3wbpc5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqWv3wbpc5 .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-uqWv3wbpc5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqWv3wbpc5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqWv3wbpc5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqWv3wbpc5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqWv3wbpc5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqWv3wbpc5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqWv3wbpc5 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqWv3wbpc5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqWv3wbpc5 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqWv3wbpc5 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqWv3wbpc5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqWv3wbpc5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqWv3wbpc5 .dropdown-item.active,
.cid-uqWv3wbpc5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqWv3wbpc5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqWv3wbpc5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqWv3wbpc5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqWv3wbpc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-uqWv3wbpc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqWv3wbpc5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqWv3wbpc5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqWv3wbpc5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqWv3wbpc5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqWv3wbpc5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b7ae;
}
.cid-uqWv3wbpc5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqWv3wbpc5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqWv3wbpc5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqWv3wbpc5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqWv3wbpc5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqWv3wbpc5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqWv3wbpc5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqWv3wbpc5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqWv3wbpc5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqWv3wbpc5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqWv3wbpc5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqWv3wbpc5 .navbar {
    height: 70px;
  }
  .cid-uqWv3wbpc5 .navbar.opened {
    height: auto;
  }
  .cid-uqWv3wbpc5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqWv3rZQnv {
  background-image: url("../../../assets/images/header-1592x1061.png");
}
.cid-uqWv3rZQnv .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uqWv3rZQnv .row {
    text-align: center!important;
  }
}
.cid-uqWv3rZQnv .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uqWv3rZQnv .mbr-section-title {
    text-align: center;
  }
}
.cid-uqWv3rZQnv .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uqWv3rZQnv .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uqWv3rZQnv .mbr-section-btn {
  margin-top: 20px;
}
.cid-uqWv3rZQnv .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uqWv3rZQnv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uqWv3rZQnv .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqWv3rZQnv .mbr-section-title,
.cid-uqWv3rZQnv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uE9oMPSzb6 {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-uE9oMPSzb6 .image-block {
  margin: auto;
}
.cid-uE9oMPSzb6 figcaption {
  position: relative;
}
.cid-uE9oMPSzb6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uE9oMPSzb6 .image-block {
    width: 100% !important;
  }
}
.cid-uqWv3tTPpu {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uqWv3tTPpu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uqWv3tTPpu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqWv3tTPpu .mbr-text {
    text-align: center;
  }
}
.cid-uqWv3tTPpu H1 {
  color: #00b7ae;
}
.cid-uqWv3tTPpu .mbr-text,
.cid-uqWv3tTPpu .mbr-section-btn {
  color: #767676;
}
.cid-uwcsbkOIVe {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uwcsbkOIVe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uwcsbkOIVe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwcsbkOIVe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwcsbkOIVe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uwcsbkOIVe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00b7ae;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #00b7ae, #00b7ae) !important;
}
.cid-uwcsbkOIVe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uwcsbkOIVe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uwcsbkOIVe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uwcsbkOIVe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #00b7ae !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #00b7ae, #00b7ae) !important;
}
.cid-urnuuBdmHv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #00b7ae;
}
.cid-urnuuBdmHv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqWv3uABlb {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/7557-985x657.png");
}
.cid-uqWv3uABlb .mbr-text,
.cid-uqWv3uABlb .mbr-section-btn {
  text-align: center;
}
.cid-uqWv3uABlb H2 {
  text-align: center;
}
.cid-uqWv3uQ8Ix {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uqWv3uQ8Ix .mbr-section-subtitle {
  color: #00b7ae;
  font-weight: 800;
}
.cid-uqWv3uQ8Ix .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-uqWv3uQ8Ix .mbr-section-title {
  color: #00b7ae;
  font-weight: 700;
  text-align: center;
}
.cid-uqWv3uQ8Ix .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-uqWv3uQ8Ix .mbr-text {
  color: #656565;
  margin: 1.5rem 0;
}
.cid-uqWv3uQ8Ix .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uqWv3uQ8Ix .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uqWv3uQ8Ix .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uqWv3uQ8Ix .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #00b7ae;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uqWv3uQ8Ix .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.cid-uqWv3uQ8Ix .card .card-wrap .card-title {
  font-weight: 700;
  color: #00b7ae;
}
.cid-uqWv3uQ8Ix .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-uqWv3uQ8Ix .card .card-wrap .user-desc {
  font-weight: 600;
  color: #656565;
}
.cid-uqWv3uQ8Ix .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-uqWv3uQ8Ix .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uqWv3uQ8Ix .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #00b7ae;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uqWv3uQ8Ix .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #f5f7fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uqWv3uQ8Ix .card .card-wrap .social-list .soc-item:hover {
  background-color: #009f97 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uqWv3uQ8Ix .mbr-iconfont {
  color: #f5f7fa;
}
.cid-uqWv3uQ8Ix .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uqWv3uQ8Ix .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #f5f7fa;
}
@media (min-width: 992px) {
  .cid-uqWv3uQ8Ix .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-uqWv3uQ8Ix .card {
    margin-bottom: 30px;
  }
}
.cid-urnfiHkfjC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00b7ae;
}
.cid-uwcugj7j9q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uwcugj7j9q .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-uwcugj7j9q .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-uwcugj7j9q .nav-link:hover:before {
  width: 100%;
}
.cid-uwcugj7j9q .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-uwcugj7j9q nav.navbar {
  position: fixed;
}
.cid-uwcugj7j9q .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-uwcugj7j9q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwcugj7j9q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwcugj7j9q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwcugj7j9q .dropdown-item:hover,
.cid-uwcugj7j9q .dropdown-item:focus {
  background: #00b7ae !important;
  color: white !important;
}
.cid-uwcugj7j9q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwcugj7j9q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwcugj7j9q .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-uwcugj7j9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwcugj7j9q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwcugj7j9q .dropdown-menu,
.cid-uwcugj7j9q .navbar.opened {
  background: #f5f7fa !important;
}
.cid-uwcugj7j9q .nav-item:focus,
.cid-uwcugj7j9q .nav-link:focus {
  outline: none;
}
.cid-uwcugj7j9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwcugj7j9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwcugj7j9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwcugj7j9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwcugj7j9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwcugj7j9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwcugj7j9q .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f7fa;
}
.cid-uwcugj7j9q .navbar.opened {
  transition: all 0.3s;
}
.cid-uwcugj7j9q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwcugj7j9q .navbar .navbar-logo img {
  width: auto;
}
.cid-uwcugj7j9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwcugj7j9q .navbar.collapsed {
  justify-content: center;
}
.cid-uwcugj7j9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwcugj7j9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwcugj7j9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uwcugj7j9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwcugj7j9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwcugj7j9q .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-uwcugj7j9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwcugj7j9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwcugj7j9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwcugj7j9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwcugj7j9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwcugj7j9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwcugj7j9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwcugj7j9q .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-uwcugj7j9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwcugj7j9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwcugj7j9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwcugj7j9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwcugj7j9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwcugj7j9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwcugj7j9q .navbar.navbar-short {
  min-height: 80px;
}
.cid-uwcugj7j9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwcugj7j9q .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uwcugj7j9q .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwcugj7j9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwcugj7j9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwcugj7j9q .dropdown-item.active,
.cid-uwcugj7j9q .dropdown-item:active {
  background-color: transparent;
}
.cid-uwcugj7j9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwcugj7j9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwcugj7j9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwcugj7j9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-uwcugj7j9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwcugj7j9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwcugj7j9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwcugj7j9q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwcugj7j9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwcugj7j9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b7ae;
}
.cid-uwcugj7j9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwcugj7j9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwcugj7j9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwcugj7j9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwcugj7j9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwcugj7j9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwcugj7j9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwcugj7j9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwcugj7j9q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwcugj7j9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwcugj7j9q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwcugj7j9q .navbar {
    height: 70px;
  }
  .cid-uwcugj7j9q .navbar.opened {
    height: auto;
  }
  .cid-uwcugj7j9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwcugfJbP3 {
  background-image: url("../../../assets/images/79779-1538x1000.png");
}
.cid-uwcugfJbP3 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uwcugfJbP3 .row {
    text-align: center!important;
  }
}
.cid-uwcugfJbP3 .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uwcugfJbP3 .mbr-section-title {
    text-align: center;
  }
}
.cid-uwcugfJbP3 .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uwcugfJbP3 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uwcugfJbP3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwcugfJbP3 .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uwcugfJbP3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uwcugfJbP3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uwcugfJbP3 .mbr-section-title,
.cid-uwcugfJbP3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uE9QJ4CGl6 {
  background: #f5f7fa;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-uE9QJ4CGl6 .image-block {
  margin: auto;
}
.cid-uE9QJ4CGl6 figcaption {
  position: relative;
}
.cid-uE9QJ4CGl6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uE9QJ4CGl6 .image-block {
    width: 100% !important;
  }
}
.cid-uwcuggiA8B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
@media (min-width: 992px) {
  .cid-uwcuggiA8B .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uwcuggiA8B .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uwcuggiA8B .mbr-text {
    text-align: center;
  }
}
.cid-uwcuggiA8B H1 {
  color: #00b7ae;
}
.cid-uwcuggiA8B .mbr-text,
.cid-uwcuggiA8B .mbr-section-btn {
  color: #767676;
}
.cid-uwczpRQwjj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/8888997-1538x1000.png");
}
.cid-uwczpRQwjj .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-uwczpRQwjj .media-container-column {
  background-color: #00b7ae;
}
@media (max-width: 767px) {
  .cid-uwczpRQwjj .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uwczpRQwjj .mbr-text,
.cid-uwczpRQwjj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uwczpRQwjj H1 {
  color: #ffffff;
}
.cid-uwcQyUZpRq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwcQyUZpRq .mbr-section-subtitle {
  color: #767676;
}
.cid-uwcQyUZpRq H2 {
  color: #00b7ae;
}
.cid-uwcQovI6UU {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uwcQovI6UU .mbr-text {
  color: #767676;
}
.cid-uwcQovI6UU h4 {
  text-align: center;
}
.cid-uwcQovI6UU p {
  text-align: center;
}
.cid-uwcQovI6UU .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uwcQovI6UU .card-title,
.cid-uwcQovI6UU .card-img {
  text-align: center;
  color: #767676;
}
.cid-uwcWI7A7Yb {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/97797997-1538x1000.png");
}
.cid-uwcWI7A7Yb .mbr-text,
.cid-uwcWI7A7Yb .mbr-section-btn {
  text-align: center;
}
.cid-uwcWI7A7Yb H2 {
  text-align: center;
}
.cid-uwcUhjqFNH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #00b7ae;
}
.cid-uwcUhjqFNH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-uwcUhjqFNH .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-uwcUhjqFNH .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uwcUhjqFNH .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-uwcUhjqFNH .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-uwcUhjqFNH .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uwcUhjqFNH .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uwcUhjqFNH .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -30px;
}
.cid-uwcUhjqFNH .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uwcUhjqFNH .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-uwcUhjqFNH .iconsBackground {
    left: 1.5rem;
  }
  .cid-uwcUhjqFNH .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uwcUhjqFNH .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uwcUhjqFNH .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uwcUhjqFNH .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uwcUhjqFNH .mbr-section-title {
  color: #ffffff;
}
.cid-uwcUhjqFNH .mbr-timeline-title {
  color: #00b7ae;
}
.cid-uwcY2Egdtf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-uwcY2Egdtf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uwcY2Egdtf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uwcY2Egdtf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uwcY2Egdtf .mbr-text {
    text-align: center;
  }
}
.cid-uwcY2Egdtf H1 {
  color: #00b7ae;
}
.cid-uwcY2Egdtf .mbr-text,
.cid-uwcY2Egdtf .mbr-section-btn {
  color: #767676;
}
.cid-uwcS33njlb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uwcS33njlb .mbr-section-subtitle {
  color: #767676;
}
.cid-uwcS33njlb .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwcS33njlb .mbr-text {
  color: #767676;
}
.cid-uwcS33njlb .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-uwcS33njlb .mbr-author-name {
  color: #00b7ae;
}
.cid-uwcS33njlb .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-uwcS33njlb .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uwcS33njlb .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uwcS33njlb .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uwcS33njlb .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uwcS33njlb .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uwcS33njlb H2 {
  color: #00b7ae;
}
.cid-uwcughS923 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/7557-985x657.png");
}
.cid-uwcughS923 .mbr-text,
.cid-uwcughS923 .mbr-section-btn {
  text-align: center;
}
.cid-uwcughS923 H2 {
  text-align: center;
}
.cid-uwcugi52IW {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uwcugi52IW .mbr-section-subtitle {
  color: #00b7ae;
  font-weight: 800;
}
.cid-uwcugi52IW .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-uwcugi52IW .mbr-section-title {
  color: #00b7ae;
  font-weight: 700;
  text-align: center;
}
.cid-uwcugi52IW .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-uwcugi52IW .mbr-text {
  color: #656565;
  margin: 1.5rem 0;
}
.cid-uwcugi52IW .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uwcugi52IW .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uwcugi52IW .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uwcugi52IW .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #00b7ae;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-uwcugi52IW .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.cid-uwcugi52IW .card .card-wrap .card-title {
  font-weight: 700;
  color: #00b7ae;
}
.cid-uwcugi52IW .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 20px;
}
.cid-uwcugi52IW .card .card-wrap .user-desc {
  font-weight: 600;
  color: #656565;
}
.cid-uwcugi52IW .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-uwcugi52IW .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uwcugi52IW .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #00b7ae;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uwcugi52IW .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #f5f7fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uwcugi52IW .card .card-wrap .social-list .soc-item:hover {
  background-color: #009f97 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uwcugi52IW .mbr-iconfont {
  color: #f5f7fa;
}
.cid-uwcugi52IW .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uwcugi52IW .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #f5f7fa;
}
@media (min-width: 992px) {
  .cid-uwcugi52IW .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-uwcugi52IW .card {
    margin-bottom: 30px;
  }
}
.cid-uwcugjxPiF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00b7ae;
}
.cid-urngl4d97z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-urngl4d97z .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-urngl4d97z .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-urngl4d97z .nav-link:hover:before {
  width: 100%;
}
.cid-urngl4d97z .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-urngl4d97z nav.navbar {
  position: fixed;
}
.cid-urngl4d97z .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-urngl4d97z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urngl4d97z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urngl4d97z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urngl4d97z .dropdown-item:hover,
.cid-urngl4d97z .dropdown-item:focus {
  background: #00b7ae !important;
  color: white !important;
}
.cid-urngl4d97z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urngl4d97z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urngl4d97z .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-urngl4d97z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urngl4d97z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urngl4d97z .dropdown-menu,
.cid-urngl4d97z .navbar.opened {
  background: #f5f7fa !important;
}
.cid-urngl4d97z .nav-item:focus,
.cid-urngl4d97z .nav-link:focus {
  outline: none;
}
.cid-urngl4d97z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urngl4d97z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urngl4d97z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urngl4d97z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urngl4d97z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urngl4d97z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urngl4d97z .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f7fa;
}
.cid-urngl4d97z .navbar.opened {
  transition: all 0.3s;
}
.cid-urngl4d97z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urngl4d97z .navbar .navbar-logo img {
  width: auto;
}
.cid-urngl4d97z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urngl4d97z .navbar.collapsed {
  justify-content: center;
}
.cid-urngl4d97z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urngl4d97z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urngl4d97z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-urngl4d97z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urngl4d97z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urngl4d97z .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-urngl4d97z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urngl4d97z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urngl4d97z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urngl4d97z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urngl4d97z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urngl4d97z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urngl4d97z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urngl4d97z .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-urngl4d97z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urngl4d97z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urngl4d97z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urngl4d97z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urngl4d97z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urngl4d97z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urngl4d97z .navbar.navbar-short {
  min-height: 80px;
}
.cid-urngl4d97z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urngl4d97z .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-urngl4d97z .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urngl4d97z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urngl4d97z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urngl4d97z .dropdown-item.active,
.cid-urngl4d97z .dropdown-item:active {
  background-color: transparent;
}
.cid-urngl4d97z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urngl4d97z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urngl4d97z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urngl4d97z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
}
.cid-urngl4d97z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urngl4d97z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urngl4d97z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urngl4d97z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urngl4d97z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urngl4d97z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b7ae;
}
.cid-urngl4d97z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urngl4d97z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urngl4d97z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urngl4d97z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urngl4d97z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urngl4d97z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urngl4d97z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urngl4d97z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urngl4d97z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urngl4d97z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urngl4d97z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urngl4d97z .navbar {
    height: 70px;
  }
  .cid-urngl4d97z .navbar.opened {
    height: auto;
  }
  .cid-urngl4d97z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urngl1Mqfn {
  background-image: url("../../../assets/images/dr-img-2000x1335.jpg");
}
.cid-urngl1Mqfn .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-urngl1Mqfn .row {
    text-align: center!important;
  }
}
.cid-urngl1Mqfn .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-urngl1Mqfn .mbr-section-title {
    text-align: center;
  }
}
.cid-urngl1Mqfn .mbr-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-urngl1Mqfn .mbr-text a:hover {
  text-decoration: underline;
}
.cid-urngl1Mqfn .mbr-section-btn {
  margin-top: 20px;
}
.cid-urngl1Mqfn .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-urngl1Mqfn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urngl1Mqfn .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urngl1Mqfn .mbr-section-title,
.cid-urngl1Mqfn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urngqhBn8N {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-urngqhBn8N .content {
    text-align: center;
  }
  .cid-urngqhBn8N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-urngqhBn8N .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-urngqhBn8N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urngqhBn8N .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-urngqhBn8N .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-urngqhBn8N .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-urngqhBn8N .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urngqhBn8N .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urngqhBn8N .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urngqhBn8N .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urngqhBn8N .google-map {
  height: 25rem;
  position: relative;
}
.cid-urngqhBn8N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urngqhBn8N .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urngqhBn8N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urngqhBn8N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urngl4zI4r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00b7ae;
}
