body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.1rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f8efe8 !important;
}
.bg-info {
  background-color: #9f856d !important;
}
.bg-warning {
  background-color: #117a73 !important;
}
.bg-danger {
  background-color: #a73932 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #9f856d !important;
  border-color: #9f856d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #745f4c !important;
  border-color: #745f4c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #745f4c !important;
  border-color: #745f4c !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f8efe8 !important;
  border-color: #f8efe8 !important;
  color: #ad6934 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ad6934 !important;
  background-color: #e6c6ad !important;
  border-color: #e6c6ad !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ad6934 !important;
  background-color: #e6c6ad !important;
  border-color: #e6c6ad !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #117a73 !important;
  border-color: #117a73 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #083734 !important;
  border-color: #083734 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #083734 !important;
  border-color: #083734 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #a73932 !important;
  border-color: #a73932 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #6c2520 !important;
  border-color: #6c2520 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6c2520 !important;
  border-color: #6c2520 !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: #000000;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #645242;
  color: #645242 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #9f856d;
  border-color: #9f856d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9f856d !important;
  border-color: #9f856d !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #e0b99a;
  color: #e0b99a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ad6934 !important;
  background-color: #f8efe8;
  border-color: #f8efe8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ad6934 !important;
  background-color: #f8efe8 !important;
  border-color: #f8efe8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #05201f;
  color: #05201f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #117a73;
  border-color: #117a73;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #117a73 !important;
  border-color: #117a73 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #591e1a;
  color: #591e1a !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #a73932;
  border-color: #a73932;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a73932 !important;
  border-color: #a73932 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #f8efe8 !important;
}
.text-info {
  color: #9f856d !important;
}
.text-warning {
  color: #117a73 !important;
}
.text-danger {
  color: #a73932 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e0b99a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #645242 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #05201f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #591e1a !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: #9f856d;
}
.alert-warning {
  background-color: #117a73;
}
.alert-danger {
  background-color: #a73932;
}
.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-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d2c5ba;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #29e1d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d98580;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #a73932;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #a73932;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-qVkIIaQMEg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qVkIIaQMEg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qVkIIaQMEg .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-qVkIIaQMEg .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qVkIIaQMEg .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qVkIIaQMEg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qVkIIaQMEg .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qVkIIaQMEg .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qVkIIaQMEg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qVkIIaQMEg .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qVkIIaQMEg .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qVkIIaQMEg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qVkIIaQMEg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qVkIIaQMEg .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qVkIIaQMEg .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qVkIIaQMEg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qVkIIaQMEg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qVkIIaQMEg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qVkIIaQMEg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qVkIIaQMEg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qVkIIaQMEg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qVkIIaQMEg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qVkIIaQMEg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qVkIIaQMEg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qVkIIaQMEg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qVkIIaQMEg .dropdown-item.active,
.cid-qVkIIaQMEg .dropdown-item:active {
  background-color: transparent;
}
.cid-qVkIIaQMEg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qVkIIaQMEg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qVkIIaQMEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qVkIIaQMEg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qVkIIaQMEg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qVkIIaQMEg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qVkIIaQMEg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qVkIIaQMEg .navbar-buttons {
  text-align: center;
}
.cid-qVkIIaQMEg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qVkIIaQMEg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qVkIIaQMEg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qVkIIaQMEg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qVkIIaQMEg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qVkIIaQMEg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qVkIIaQMEg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qVkIIaQMEg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qVkIIaQMEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qVkIIaQMEg .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qVkIIaQMEg .nav-link:hover,
.cid-qVkIIaQMEg .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-qVkIIaQMEg .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-qVkIIaQMEg .nav-item a:link,
.cid-qVkIIaQMEg .nav-item a:active,
.cid-qVkIIaQMEg .nav-item a:visited {
  color: #000 !important;
}
.cid-qVkIIaQMEg .nav-item a:hover {
  color: #121A5A !important;
}
.cid-utOj2gwg1s {
  background-image: url("../../../assets/images/em-ritratti-wedding-web-5.webp");
}
.cid-utOj2gwg1s .mbr-text,
.cid-utOj2gwg1s .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-utOj2gwg1s .mbr-section-title {
  margin-left: -0.2rem;
}
.cid-utOj2gwg1s .mbr-section-title span {
  color: #ffbc00;
}
.cid-utOj2gwg1s .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-utOj2gwg1s .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-utOj2gwg1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-utOj2gwg1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUXGG9nd1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQUXGG9nd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUXGG9nd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUXGG9nd1 .card {
  justify-content: center;
}
.cid-uQUXGG9nd1 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uQUXGG9nd1 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQUXGG9nd1 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uQUXGG9nd1 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQUXGG9nd1 .image-wrapper img {
    height: 300px;
  }
}
.cid-uQUXGG9nd1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQUXGG9nd1 .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQUXGG9nd1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQUXGG9nd1 .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uQUXGG9nd1 .mbr-section-title {
  color: #000000;
}
.cid-uQUXGG9nd1 .mbr-text {
  color: #000000;
}
.cid-utVstbyJdx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a73932;
}
.cid-utVstbyJdx .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  text-align: left;
}
.cid-utVstbyJdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-utVstbyJdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQV2WXnvmQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQV2WXnvmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQV2WXnvmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uQV2WXnvmQ .container {
    max-width: 1400px;
  }
}
.cid-uQV2WXnvmQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uQV2WXnvmQ .card-wrapper {
  margin-top: 3rem;
  background: #f8efe8;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uQV2WXnvmQ .row {
  justify-content: center;
}
.cid-uQV2WXnvmQ .mbr-section-title {
  color: #117a73;
}
.cid-uQV2WXnvmQ .card-title,
.cid-uQV2WXnvmQ .iconfont-wrapper {
  color: #117a73;
}
.cid-uQVHKK5p06 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uQVHKK5p06 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQVHKK5p06 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQVHKK5p06 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQVHKK5p06 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQVHKK5p06 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uQVHKK5p06 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQVHKK5p06 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uQVHKK5p06 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uQVHKK5p06 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uQVHKK5p06 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-filter ul {
  display: block;
}
.cid-uQVHKK5p06 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uQVHKK5p06 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uQVHKK5p06 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-filter li.active::after,
.cid-uQVHKK5p06 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQVHKK5p06 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uQVHKK5p06 .icon-focus:before {
  content: '\e95e';
}
.cid-uQVHKK5p06 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uQVHKK5p06 .mbr-section-title {
  margin: 0;
}
.cid-uQVHKK5p06 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uQVHKK5p06 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-utOOMmWwNG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/au-0730-dn-2000x1334.jpeg");
}
.cid-utOOMmWwNG .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-utOOMmWwNG .mbr-text {
  width: 100%;
  height: auto;
}
.cid-utOOMmWwNG .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-utOOMmWwNG .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utOOMmWwNG .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-utOOMmWwNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-utOOMmWwNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVyLQIdCR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVyLQIdCR .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uQVyLQIdCR .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uQVyLQIdCR .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQVyLQIdCR .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uQVyLQIdCR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQVyLQIdCR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQVyLQIdCR b,
.cid-uQVyLQIdCR strong {
  font-weight: 900;
}
.cid-uQVyLQIdCR img,
.cid-uQVyLQIdCR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQVyLQIdCR .item:focus,
.cid-uQVyLQIdCR span:focus {
  outline: none;
}
.cid-uQVyLQIdCR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQVyLQIdCR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQVyLQIdCR .mbr-section-title {
  color: #444444;
}
.cid-uQVyLQIdCR .mbr-text,
.cid-uQVyLQIdCR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uQVyLQIdCR .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uQVyLQIdCR .mbr-section-subtitle {
  color: #444444;
}
.cid-uQVyLQIdCR .item-subtitle,
.cid-uQVyLQIdCR .item-content {
  text-align: center;
}
.cid-utP6fbd5bT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uQVA7vik1D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f856d;
}
.cid-uQVA7vik1D .card {
  width: 100%;
}
.cid-uQVA7vik1D .card .add__block {
  display: none;
}
.cid-uQVA7vik1D .add__block {
  margin-top: 35px;
}
.cid-uQVA7vik1D .add__block .add__block_image {
  width: 170px;
}
.cid-uQVA7vik1D .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uQVA7vik1D .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uQVA7vik1D .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uQVA7vik1D .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uQVA7vik1D .row {
  margin: 0;
}
.cid-uQVA7vik1D .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQVA7vik1D .step-container {
  margin-top: 25px;
}
.cid-uQVA7vik1D .padding__bot {
  padding-bottom: 50px;
}
.cid-uQVA7vik1D .step-text-content {
  padding-top: 10px;
}
.cid-uQVA7vik1D .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-uQVA7vik1D .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uQVA7vik1D .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQVA7vik1D .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uQVA7vik1D .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uQVA7vik1D .add__block {
    display: flex;
  }
  .cid-uQVA7vik1D .step-element {
    display: flex;
  }
  .cid-uQVA7vik1D .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uQVA7vik1D .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uQVA7vik1D .separline {
    position: relative;
  }
  .cid-uQVA7vik1D .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uQVA7vik1D .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uQVA7vik1D .add__block_title {
    margin-top: 30px;
  }
  .cid-uQVA7vik1D .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uQVA7vik1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVA7vik1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-qVkIQuiDiQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQVEjwa043 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uQVEjwa043 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQVEjwa043 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQVEjwa043 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQVEjwa043 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQVEjwa043 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uQVEjwa043 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQVEjwa043 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uQVEjwa043 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uQVEjwa043 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uQVEjwa043 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uQVEjwa043 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uQVEjwa043 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uQVEjwa043 .mbr-gallery-filter ul {
  display: block;
}
.cid-uQVEjwa043 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uQVEjwa043 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uQVEjwa043 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uQVEjwa043 .mbr-gallery-filter li.active::after,
.cid-uQVEjwa043 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uQVEjwa043 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQVEjwa043 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uQVEjwa043 .icon-focus:before {
  content: '\e95e';
}
.cid-uQVEjwa043 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uQVEjwa043 .mbr-section-title {
  margin: 0;
}
.cid-uQVEjwa043 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uQVEjwa043 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uQVBuMyDPK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/am-ritratti-maternita-web-3.webp");
}
.cid-uQVBuMyDPK .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uQVBuMyDPK .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uQVBuMyDPK .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uQVBuMyDPK .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQVBuMyDPK .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uQVBuMyDPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBuMyDPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ELpYekL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1ELpYekL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ELpYekL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .container {
    padding: 0 16px;
  }
}
.cid-uR1ELpYekL .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR1ELpYekL .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .image-wrapper img {
    height: 350px;
  }
}
.cid-uR1ELpYekL .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .content-wrapper {
    margin: 0;
  }
}
.cid-uR1ELpYekL .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uR1ELpYekL .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uR1ELpYekL .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uR1ELpYekL .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uR1ELpYekL .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uR1ELpYekL .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-control:hover,
.cid-uR1ELpYekL .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.cid-uR1ELpYekL .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9f856d;
  border-color: #000000;
  border-radius: 0;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-uR1ELpYekL .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uR1ELpYekL .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uR1ELpYekL .mbr-section-title {
  color: #1c1c1c;
}
.cid-uR1ELpYekL .mbr-desc {
  color: #1c1c1c;
}
.cid-uR1ELpYekL .mbr-text {
  color: #1c1c1c;
}
.cid-uR1ELpYekL H5 {
  color: #444444;
}
.cid-uR1ELpYekL P {
  text-align: left;
}
.cid-uQVDP42o8g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-uRMORL0jOv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRMORL0jOv .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uRMORL0jOv .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uRMORL0jOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMORL0jOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMP1QHwwT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8efe8;
}
.cid-uRMP1QHwwT .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #444444;
  text-align: left;
}
.cid-uRMP1QHwwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMP1QHwwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVLm5Vmpu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #a73932;
}
.cid-uQVLm5Vmpu .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uQVLm5Vmpu .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQVLm5Vmpu .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uQVLm5Vmpu .container {
    max-width: 100% !important;
  }
}
.cid-tiPqcVr2v3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a73932;
}
.cid-tiPqcVr2v3 a:link {
  text-decoration: none;
}
.cid-tiPqcVr2v3 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tiPqcVr2v3 .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-tiPqcVr2v3 .inner-text {
  line-height: 1.4em;
}
.cid-tiPqcVr2v3 .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-tiPqcVr2v3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tiPqcVr2v3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tiPqcVr2v3 .content-text,
.cid-tiPqcVr2v3 .inner-text {
  color: #ffffff;
}
.cid-tiPqcVr2v3 .content-text,
.cid-tiPqcVr2v3 .inner-text DIV {
  color: #ffffff;
}
.cid-qVGqC1bZ9S {
  background-image: url("../../../assets/images/5am7580-1209x806.jpeg");
}
.cid-qVGqC1bZ9S .row {
  margin-left: -5rem;
}
.cid-qVGqC1bZ9S .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-qVGqC1bZ9S .mbr-section-title,
.cid-qVGqC1bZ9S .mbr-section-subtitle {
  color: #232323;
}
.cid-qVGqC1bZ9S .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-qVGqC1bZ9S .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-qVGqC1bZ9S .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-qVGqC1bZ9S .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qVGqC1bZ9S .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-qVGqC1bZ9S h1 {
  text-transform: uppercase;
  font-style: italic;
}
.cid-qVGqC1bZ9S .mbr-section-title {
  color: #65605f;
}
.cid-rtJXShBUUs {
  background-image: url("../../../assets/images/sfondo-1-2000x1018.jpg");
}
.cid-rtJXShBUUs .row {
  margin-left: -5rem;
}
.cid-rtJXShBUUs .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-rtJXShBUUs .mbr-section-title,
.cid-rtJXShBUUs .mbr-section-subtitle {
  color: #232323;
}
.cid-rtJXShBUUs .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-rtJXShBUUs .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-rtJXShBUUs .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-rtJXShBUUs .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rtJXShBUUs .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rtJXShBUUs h1 {
  text-transform: uppercase;
  font-style: italic;
}
.cid-rtJXShBUUs .mbr-section-title {
  color: #65605f;
}
.cid-uSlx7T1qBG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uSlx7T1qBG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uSlx7T1qBG .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uSlx7T1qBG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uSlx7T1qBG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uSlx7T1qBG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSlx7T1qBG .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uSlx7T1qBG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uSlx7T1qBG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uSlx7T1qBG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSlx7T1qBG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uSlx7T1qBG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSlx7T1qBG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSlx7T1qBG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSlx7T1qBG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uSlx7T1qBG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uSlx7T1qBG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSlx7T1qBG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uSlx7T1qBG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uSlx7T1qBG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSlx7T1qBG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uSlx7T1qBG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSlx7T1qBG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSlx7T1qBG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSlx7T1qBG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uSlx7T1qBG .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uSlx7T1qBG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uSlx7T1qBG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSlx7T1qBG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uSlx7T1qBG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uSlx7T1qBG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSlx7T1qBG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uSlx7T1qBG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uSlx7T1qBG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uSlx7T1qBG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSlx7T1qBG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSlx7T1qBG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSlx7T1qBG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSlx7T1qBG .dropdown-item.active,
.cid-uSlx7T1qBG .dropdown-item:active {
  background-color: transparent;
}
.cid-uSlx7T1qBG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSlx7T1qBG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSlx7T1qBG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSlx7T1qBG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSlx7T1qBG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uSlx7T1qBG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSlx7T1qBG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSlx7T1qBG .navbar-buttons {
  text-align: center;
}
.cid-uSlx7T1qBG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uSlx7T1qBG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-uSlx7T1qBG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSlx7T1qBG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSlx7T1qBG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSlx7T1qBG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSlx7T1qBG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSlx7T1qBG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSlx7T1qBG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSlx7T1qBG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSlx7T1qBG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uSlx7T1qBG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uSlx7T1qBG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uSlx7T1qBG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uSlx7T1qBG .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uSlx7T1qBG .nav-link:hover,
.cid-uSlx7T1qBG .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-uSlx7T1qBG .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-uSlx7T1qBG .nav-item a:link,
.cid-uSlx7T1qBG .nav-item a:active,
.cid-uSlx7T1qBG .nav-item a:visited {
  color: #000 !important;
}
.cid-uSlx7T1qBG .nav-item a:hover {
  color: #121A5A !important;
}
.cid-uSlx7TIHkO {
  background-image: url("../../../assets/images/em-ritratti-wedding-web-5.webp");
}
.cid-uSlx7TIHkO .mbr-text,
.cid-uSlx7TIHkO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uSlx7TIHkO .mbr-section-title {
  margin-left: -0.2rem;
  text-transform: uppercase;
}
.cid-uSlx7TIHkO .mbr-section-title span {
  color: #ffbc00;
}
.cid-uSlx7TIHkO .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uSlx7TIHkO .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uSlx7TIHkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx7TIHkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlx7UhMTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlx7UhMTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx7UhMTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlx7UhMTN .card {
  justify-content: center;
}
.cid-uSlx7UhMTN .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uSlx7UhMTN .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSlx7UhMTN .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uSlx7UhMTN .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSlx7UhMTN .image-wrapper img {
    height: 300px;
  }
}
.cid-uSlx7UhMTN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSlx7UhMTN .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSlx7UhMTN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSlx7UhMTN .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSlx7UhMTN .mbr-section-title {
  color: #000000;
}
.cid-uSlx7UhMTN .mbr-text {
  color: #000000;
}
.cid-uSlx7UNvSp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a73932;
}
.cid-uSlx7UNvSp .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  text-align: left;
}
.cid-uSlx7UNvSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx7UNvSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlx7Vc1XH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSlx7Vc1XH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx7Vc1XH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uSlx7Vc1XH .container {
    max-width: 1400px;
  }
}
.cid-uSlx7Vc1XH .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uSlx7Vc1XH .card-wrapper {
  margin-top: 3rem;
  background: #f8efe8;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uSlx7Vc1XH .row {
  justify-content: center;
}
.cid-uSlx7Vc1XH .mbr-section-title {
  color: #117a73;
}
.cid-uSlx7Vc1XH .card-title,
.cid-uSlx7Vc1XH .iconfont-wrapper {
  color: #117a73;
}
.cid-uSlx7VQ3wt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSlx7VQ3wt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSlx7VQ3wt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSlx7VQ3wt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSlx7VQ3wt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSlx7VQ3wt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uSlx7VQ3wt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSlx7VQ3wt .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSlx7VQ3wt .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uSlx7VQ3wt .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uSlx7VQ3wt .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uSlx7VQ3wt .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uSlx7VQ3wt .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uSlx7VQ3wt .mbr-gallery-filter ul {
  display: block;
}
.cid-uSlx7VQ3wt .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uSlx7VQ3wt .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uSlx7VQ3wt .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uSlx7VQ3wt .mbr-gallery-filter li.active::after,
.cid-uSlx7VQ3wt .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uSlx7VQ3wt .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSlx7VQ3wt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uSlx7VQ3wt .icon-focus:before {
  content: '\e95e';
}
.cid-uSlx7VQ3wt .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uSlx7VQ3wt .mbr-section-title {
  margin: 0;
}
.cid-uSlx7VQ3wt .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uSlx7VQ3wt .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uSlx7WuEMh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/au-0730-dn-2000x1334.jpeg");
}
.cid-uSlx7WuEMh .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uSlx7WuEMh .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uSlx7WuEMh .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uSlx7WuEMh .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSlx7WuEMh .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uSlx7WuEMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx7WuEMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlx7WZA63 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSlx7WZA63 .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uSlx7WZA63 .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uSlx7WZA63 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uSlx7WZA63 .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uSlx7WZA63 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSlx7WZA63 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSlx7WZA63 b,
.cid-uSlx7WZA63 strong {
  font-weight: 900;
}
.cid-uSlx7WZA63 img,
.cid-uSlx7WZA63 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uSlx7WZA63 .item:focus,
.cid-uSlx7WZA63 span:focus {
  outline: none;
}
.cid-uSlx7WZA63 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSlx7WZA63 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSlx7WZA63 .mbr-section-title {
  color: #444444;
}
.cid-uSlx7WZA63 .mbr-text,
.cid-uSlx7WZA63 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSlx7WZA63 .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uSlx7WZA63 .mbr-section-subtitle {
  color: #444444;
}
.cid-uSlx7WZA63 .item-subtitle,
.cid-uSlx7WZA63 .item-content {
  text-align: center;
}
.cid-uSlx7XzOwC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uSlx7XWuvU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f856d;
}
.cid-uSlx7XWuvU .card {
  width: 100%;
}
.cid-uSlx7XWuvU .card .add__block {
  display: none;
}
.cid-uSlx7XWuvU .add__block {
  margin-top: 35px;
}
.cid-uSlx7XWuvU .add__block .add__block_image {
  width: 170px;
}
.cid-uSlx7XWuvU .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uSlx7XWuvU .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uSlx7XWuvU .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uSlx7XWuvU .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uSlx7XWuvU .row {
  margin: 0;
}
.cid-uSlx7XWuvU .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uSlx7XWuvU .step-container {
  margin-top: 25px;
}
.cid-uSlx7XWuvU .padding__bot {
  padding-bottom: 50px;
}
.cid-uSlx7XWuvU .step-text-content {
  padding-top: 10px;
}
.cid-uSlx7XWuvU .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uSlx7XWuvU .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uSlx7XWuvU .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSlx7XWuvU .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uSlx7XWuvU .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uSlx7XWuvU .add__block {
    display: flex;
  }
  .cid-uSlx7XWuvU .step-element {
    display: flex;
  }
  .cid-uSlx7XWuvU .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uSlx7XWuvU .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uSlx7XWuvU .separline {
    position: relative;
  }
  .cid-uSlx7XWuvU .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uSlx7XWuvU .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uSlx7XWuvU .add__block_title {
    margin-top: 30px;
  }
  .cid-uSlx7XWuvU .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uSlx7XWuvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx7XWuvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlx7Z8CkV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSlx7Zz1hZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSlx7Zz1hZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSlx7Zz1hZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSlx7Zz1hZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSlx7Zz1hZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSlx7Zz1hZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uSlx7Zz1hZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSlx7Zz1hZ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSlx7Zz1hZ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter ul {
  display: block;
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uSlx7Zz1hZ .mbr-gallery-filter li.active::after,
.cid-uSlx7Zz1hZ .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uSlx7Zz1hZ .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSlx7Zz1hZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uSlx7Zz1hZ .icon-focus:before {
  content: '\e95e';
}
.cid-uSlx7Zz1hZ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uSlx7Zz1hZ .mbr-section-title {
  margin: 0;
}
.cid-uSlx7Zz1hZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uSlx7Zz1hZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uSlx80h6kb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/am-ritratti-maternita-web-3.webp");
}
.cid-uSlx80h6kb .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uSlx80h6kb .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uSlx80h6kb .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uSlx80h6kb .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSlx80h6kb .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uSlx80h6kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx80h6kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlx80NfGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSlx80NfGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx80NfGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSlx80NfGN .container {
    padding: 0 16px;
  }
}
.cid-uSlx80NfGN .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSlx80NfGN .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSlx80NfGN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSlx80NfGN .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSlx80NfGN .image-wrapper img {
    height: 350px;
  }
}
.cid-uSlx80NfGN .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uSlx80NfGN .content-wrapper {
    margin: 0;
  }
}
.cid-uSlx80NfGN .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uSlx80NfGN .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uSlx80NfGN .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uSlx80NfGN .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uSlx80NfGN .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uSlx80NfGN .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uSlx80NfGN .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uSlx80NfGN .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uSlx80NfGN .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uSlx80NfGN .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uSlx80NfGN .dragArea.row .form-group .form-control:hover,
.cid-uSlx80NfGN .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uSlx80NfGN .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.cid-uSlx80NfGN .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uSlx80NfGN .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uSlx80NfGN .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9f856d;
  border-color: #000000;
  border-radius: 0;
}
.cid-uSlx80NfGN .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-uSlx80NfGN .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uSlx80NfGN .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uSlx80NfGN .mbr-section-title {
  color: #1c1c1c;
}
.cid-uSlx80NfGN .mbr-desc {
  color: #1c1c1c;
}
.cid-uSlx80NfGN .mbr-text {
  color: #1c1c1c;
}
.cid-uSlx80NfGN H5 {
  color: #444444;
}
.cid-uSlx80NfGN P {
  text-align: left;
}
.cid-uSlx81oyCe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-uSlx81RFMJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSlx81RFMJ .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uSlx81RFMJ .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uSlx81RFMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx81RFMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlx82vwrT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8efe8;
}
.cid-uSlx82vwrT .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #444444;
  text-align: left;
}
.cid-uSlx82vwrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlx82vwrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlO4Y0TCM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSlO4Y0TCM .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uSlO4Y0TCM .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSlO4Y0TCM .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uSlO4Y0TCM .container {
    max-width: 100% !important;
  }
}
.cid-uSlO5OnBDk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uSlO5OnBDk blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000 !important;
  text-transform: capitalize;
}
.cid-uSlO5OnBDk .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-uSlO5OnBDk .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-uSlO5OnBDk a:link,
.cid-uSlO5OnBDk a:active,
.cid-uSlO5OnBDk a:visited {
  color: #6E6E6E;
}
.cid-uSlO5OnBDk a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-uSlO5OnBDk .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-uSlO5OnBDk .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-uSlx830ncA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #a73932;
}
.cid-uSlx830ncA .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uSlx830ncA .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSlx830ncA .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uSlx830ncA .container {
    max-width: 100% !important;
  }
}
.cid-uSlx83rFt7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a73932;
}
.cid-uSlx83rFt7 a:link {
  text-decoration: none;
}
.cid-uSlx83rFt7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSlx83rFt7 .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-uSlx83rFt7 .inner-text {
  line-height: 1.4em;
}
.cid-uSlx83rFt7 .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-uSlx83rFt7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSlx83rFt7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uSlx83rFt7 .content-text,
.cid-uSlx83rFt7 .inner-text {
  color: #ffffff;
}
.cid-uSlx83rFt7 .content-text,
.cid-uSlx83rFt7 .inner-text DIV {
  color: #ffffff;
}
.cid-uSrbzdptZT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uSrbzdptZT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uSrbzdptZT .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uSrbzdptZT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uSrbzdptZT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uSrbzdptZT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSrbzdptZT .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uSrbzdptZT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uSrbzdptZT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uSrbzdptZT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSrbzdptZT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uSrbzdptZT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSrbzdptZT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSrbzdptZT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSrbzdptZT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uSrbzdptZT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uSrbzdptZT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSrbzdptZT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uSrbzdptZT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uSrbzdptZT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSrbzdptZT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uSrbzdptZT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSrbzdptZT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSrbzdptZT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSrbzdptZT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uSrbzdptZT .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uSrbzdptZT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uSrbzdptZT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSrbzdptZT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uSrbzdptZT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uSrbzdptZT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSrbzdptZT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uSrbzdptZT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uSrbzdptZT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uSrbzdptZT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSrbzdptZT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSrbzdptZT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSrbzdptZT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSrbzdptZT .dropdown-item.active,
.cid-uSrbzdptZT .dropdown-item:active {
  background-color: transparent;
}
.cid-uSrbzdptZT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSrbzdptZT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSrbzdptZT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSrbzdptZT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSrbzdptZT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uSrbzdptZT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSrbzdptZT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSrbzdptZT .navbar-buttons {
  text-align: center;
}
.cid-uSrbzdptZT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uSrbzdptZT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-uSrbzdptZT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSrbzdptZT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSrbzdptZT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSrbzdptZT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSrbzdptZT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSrbzdptZT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSrbzdptZT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSrbzdptZT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSrbzdptZT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uSrbzdptZT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uSrbzdptZT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uSrbzdptZT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uSrbzdptZT .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uSrbzdptZT .nav-link:hover,
.cid-uSrbzdptZT .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-uSrbzdptZT .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-uSrbzdptZT .nav-item a:link,
.cid-uSrbzdptZT .nav-item a:active,
.cid-uSrbzdptZT .nav-item a:visited {
  color: #000 !important;
}
.cid-uSrbzdptZT .nav-item a:hover {
  color: #121A5A !important;
}
.cid-uSrbze3xZ0 {
  background-image: url("../../../assets/images/nondisponibile-2000x1351.jpg");
}
.cid-uSrbze3xZ0 .mbr-text,
.cid-uSrbze3xZ0 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uSrbze3xZ0 .mbr-section-title {
  margin-left: -0.2rem;
  text-transform: uppercase;
}
.cid-uSrbze3xZ0 .mbr-section-title span {
  color: #ffbc00;
}
.cid-uSrbze3xZ0 .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uSrbze3xZ0 .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uSrbze3xZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbze3xZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrbzetGTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSrbzetGTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzetGTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrbzetGTa .card {
  justify-content: center;
}
.cid-uSrbzetGTa .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uSrbzetGTa .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSrbzetGTa .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uSrbzetGTa .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSrbzetGTa .image-wrapper img {
    height: 300px;
  }
}
.cid-uSrbzetGTa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSrbzetGTa .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSrbzetGTa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSrbzetGTa .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSrbzetGTa .mbr-section-title {
  color: #000000;
}
.cid-uSrbzetGTa .mbr-text {
  color: #000000;
}
.cid-uSrbzeR3tg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a73932;
}
.cid-uSrbzeR3tg .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  text-align: left;
}
.cid-uSrbzeR3tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzeR3tg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrbzfcaXV {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSrbzfcaXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzfcaXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uSrbzfcaXV .container {
    max-width: 1400px;
  }
}
.cid-uSrbzfcaXV .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uSrbzfcaXV .card-wrapper {
  margin-top: 3rem;
  background: #f8efe8;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uSrbzfcaXV .row {
  justify-content: center;
}
.cid-uSrbzfcaXV .mbr-section-title {
  color: #117a73;
}
.cid-uSrbzfcaXV .card-title,
.cid-uSrbzfcaXV .iconfont-wrapper {
  color: #117a73;
}
.cid-uSrbzfITq5 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSrbzfITq5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSrbzfITq5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSrbzfITq5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSrbzfITq5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSrbzfITq5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uSrbzfITq5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSrbzfITq5 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSrbzfITq5 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uSrbzfITq5 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uSrbzfITq5 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uSrbzfITq5 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uSrbzfITq5 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uSrbzfITq5 .mbr-gallery-filter ul {
  display: block;
}
.cid-uSrbzfITq5 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uSrbzfITq5 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uSrbzfITq5 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uSrbzfITq5 .mbr-gallery-filter li.active::after,
.cid-uSrbzfITq5 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uSrbzfITq5 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSrbzfITq5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uSrbzfITq5 .icon-focus:before {
  content: '\e95e';
}
.cid-uSrbzfITq5 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uSrbzfITq5 .mbr-section-title {
  margin: 0;
}
.cid-uSrbzfITq5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uSrbzfITq5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uSrbzgeNtk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/au-0730-dn-2000x1334.jpeg");
}
.cid-uSrbzgeNtk .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uSrbzgeNtk .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uSrbzgeNtk .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uSrbzgeNtk .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSrbzgeNtk .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uSrbzgeNtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzgeNtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrbzgAQ82 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSrbzgAQ82 .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uSrbzgAQ82 .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uSrbzgAQ82 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uSrbzgAQ82 .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uSrbzgAQ82 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSrbzgAQ82 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSrbzgAQ82 b,
.cid-uSrbzgAQ82 strong {
  font-weight: 900;
}
.cid-uSrbzgAQ82 img,
.cid-uSrbzgAQ82 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uSrbzgAQ82 .item:focus,
.cid-uSrbzgAQ82 span:focus {
  outline: none;
}
.cid-uSrbzgAQ82 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSrbzgAQ82 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSrbzgAQ82 .mbr-section-title {
  color: #444444;
}
.cid-uSrbzgAQ82 .mbr-text,
.cid-uSrbzgAQ82 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSrbzgAQ82 .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uSrbzgAQ82 .mbr-section-subtitle {
  color: #444444;
}
.cid-uSrbzgAQ82 .item-subtitle,
.cid-uSrbzgAQ82 .item-content {
  text-align: center;
}
.cid-uSrbzh5AvF {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uSrbzhpNNe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f856d;
}
.cid-uSrbzhpNNe .card {
  width: 100%;
}
.cid-uSrbzhpNNe .card .add__block {
  display: none;
}
.cid-uSrbzhpNNe .add__block {
  margin-top: 35px;
}
.cid-uSrbzhpNNe .add__block .add__block_image {
  width: 170px;
}
.cid-uSrbzhpNNe .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uSrbzhpNNe .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uSrbzhpNNe .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uSrbzhpNNe .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uSrbzhpNNe .row {
  margin: 0;
}
.cid-uSrbzhpNNe .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uSrbzhpNNe .step-container {
  margin-top: 25px;
}
.cid-uSrbzhpNNe .padding__bot {
  padding-bottom: 50px;
}
.cid-uSrbzhpNNe .step-text-content {
  padding-top: 10px;
}
.cid-uSrbzhpNNe .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uSrbzhpNNe .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uSrbzhpNNe .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSrbzhpNNe .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uSrbzhpNNe .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uSrbzhpNNe .add__block {
    display: flex;
  }
  .cid-uSrbzhpNNe .step-element {
    display: flex;
  }
  .cid-uSrbzhpNNe .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uSrbzhpNNe .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uSrbzhpNNe .separline {
    position: relative;
  }
  .cid-uSrbzhpNNe .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uSrbzhpNNe .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uSrbzhpNNe .add__block_title {
    margin-top: 30px;
  }
  .cid-uSrbzhpNNe .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uSrbzhpNNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzhpNNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrbzixzqP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrbziR5jL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSrbziR5jL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSrbziR5jL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSrbziR5jL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSrbziR5jL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSrbziR5jL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uSrbziR5jL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSrbziR5jL .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSrbziR5jL .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uSrbziR5jL .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uSrbziR5jL .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uSrbziR5jL .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uSrbziR5jL .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uSrbziR5jL .mbr-gallery-filter ul {
  display: block;
}
.cid-uSrbziR5jL .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uSrbziR5jL .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uSrbziR5jL .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uSrbziR5jL .mbr-gallery-filter li.active::after,
.cid-uSrbziR5jL .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uSrbziR5jL .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSrbziR5jL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uSrbziR5jL .icon-focus:before {
  content: '\e95e';
}
.cid-uSrbziR5jL .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uSrbziR5jL .mbr-section-title {
  margin: 0;
}
.cid-uSrbziR5jL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uSrbziR5jL .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uSrbzjsyIh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/am-ritratti-maternita-web-3.webp");
}
.cid-uSrbzjsyIh .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uSrbzjsyIh .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uSrbzjsyIh .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uSrbzjsyIh .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSrbzjsyIh .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uSrbzjsyIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzjsyIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrbzjSDV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSrbzjSDV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzjSDV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSrbzjSDV6 .container {
    padding: 0 16px;
  }
}
.cid-uSrbzjSDV6 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSrbzjSDV6 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSrbzjSDV6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSrbzjSDV6 .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSrbzjSDV6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uSrbzjSDV6 .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uSrbzjSDV6 .content-wrapper {
    margin: 0;
  }
}
.cid-uSrbzjSDV6 .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uSrbzjSDV6 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uSrbzjSDV6 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uSrbzjSDV6 .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uSrbzjSDV6 .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uSrbzjSDV6 .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uSrbzjSDV6 .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uSrbzjSDV6 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uSrbzjSDV6 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uSrbzjSDV6 .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uSrbzjSDV6 .dragArea.row .form-group .form-control:hover,
.cid-uSrbzjSDV6 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uSrbzjSDV6 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.cid-uSrbzjSDV6 .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uSrbzjSDV6 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uSrbzjSDV6 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9f856d;
  border-color: #000000;
  border-radius: 0;
}
.cid-uSrbzjSDV6 .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-uSrbzjSDV6 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uSrbzjSDV6 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uSrbzjSDV6 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uSrbzjSDV6 .mbr-desc {
  color: #1c1c1c;
}
.cid-uSrbzjSDV6 .mbr-text {
  color: #1c1c1c;
}
.cid-uSrbzjSDV6 H5 {
  color: #444444;
}
.cid-uSrbzjSDV6 P {
  text-align: left;
}
.cid-uSrbzkpUMM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-uSrbzkKSb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrbzkKSb3 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uSrbzkKSb3 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uSrbzkKSb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzkKSb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrbzlb0AG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8efe8;
}
.cid-uSrbzlb0AG .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #444444;
  text-align: left;
}
.cid-uSrbzlb0AG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrbzlb0AG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrbzmpyta {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #a73932;
}
.cid-uSrbzmpyta .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uSrbzmpyta .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSrbzmpyta .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uSrbzmpyta .container {
    max-width: 100% !important;
  }
}
.cid-uSrbzmLSwC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a73932;
}
.cid-uSrbzmLSwC a:link {
  text-decoration: none;
}
.cid-uSrbzmLSwC .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSrbzmLSwC .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-uSrbzmLSwC .inner-text {
  line-height: 1.4em;
}
.cid-uSrbzmLSwC .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-uSrbzmLSwC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSrbzmLSwC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uSrbzmLSwC .content-text,
.cid-uSrbzmLSwC .inner-text {
  color: #ffffff;
}
.cid-uSrbzmLSwC .content-text,
.cid-uSrbzmLSwC .inner-text DIV {
  color: #ffffff;
}
.cid-uSxm6VwILm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uSxm6VwILm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uSxm6VwILm .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uSxm6VwILm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uSxm6VwILm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uSxm6VwILm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSxm6VwILm .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uSxm6VwILm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uSxm6VwILm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uSxm6VwILm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSxm6VwILm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uSxm6VwILm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSxm6VwILm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSxm6VwILm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSxm6VwILm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uSxm6VwILm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uSxm6VwILm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSxm6VwILm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uSxm6VwILm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uSxm6VwILm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSxm6VwILm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uSxm6VwILm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSxm6VwILm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSxm6VwILm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSxm6VwILm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uSxm6VwILm .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uSxm6VwILm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uSxm6VwILm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSxm6VwILm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uSxm6VwILm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uSxm6VwILm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSxm6VwILm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uSxm6VwILm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uSxm6VwILm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uSxm6VwILm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSxm6VwILm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSxm6VwILm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSxm6VwILm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSxm6VwILm .dropdown-item.active,
.cid-uSxm6VwILm .dropdown-item:active {
  background-color: transparent;
}
.cid-uSxm6VwILm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSxm6VwILm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSxm6VwILm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSxm6VwILm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSxm6VwILm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uSxm6VwILm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSxm6VwILm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSxm6VwILm .navbar-buttons {
  text-align: center;
}
.cid-uSxm6VwILm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uSxm6VwILm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-uSxm6VwILm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSxm6VwILm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSxm6VwILm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSxm6VwILm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSxm6VwILm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSxm6VwILm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSxm6VwILm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSxm6VwILm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSxm6VwILm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uSxm6VwILm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uSxm6VwILm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uSxm6VwILm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uSxm6VwILm .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uSxm6VwILm .nav-link:hover,
.cid-uSxm6VwILm .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-uSxm6VwILm .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-uSxm6VwILm .nav-item a:link,
.cid-uSxm6VwILm .nav-item a:active,
.cid-uSxm6VwILm .nav-item a:visited {
  color: #000 !important;
}
.cid-uSxm6VwILm .nav-item a:hover {
  color: #121A5A !important;
}
.cid-uSxm6W5eFK {
  background-image: url("../../../assets/images/nondisponibile-2000x1351.jpg");
}
.cid-uSxm6W5eFK .mbr-text,
.cid-uSxm6W5eFK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uSxm6W5eFK .mbr-section-title {
  margin-left: -0.2rem;
  text-transform: uppercase;
}
.cid-uSxm6W5eFK .mbr-section-title span {
  color: #ffbc00;
}
.cid-uSxm6W5eFK .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uSxm6W5eFK .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uSxm6W5eFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm6W5eFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxm6Wqxvn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSxm6Wqxvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm6Wqxvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxm6Wqxvn .card {
  justify-content: center;
}
.cid-uSxm6Wqxvn .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uSxm6Wqxvn .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSxm6Wqxvn .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uSxm6Wqxvn .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSxm6Wqxvn .image-wrapper img {
    height: 300px;
  }
}
.cid-uSxm6Wqxvn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSxm6Wqxvn .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSxm6Wqxvn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSxm6Wqxvn .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSxm6Wqxvn .mbr-section-title {
  color: #000000;
}
.cid-uSxm6Wqxvn .mbr-text {
  color: #000000;
}
.cid-uSxm6WL683 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a73932;
}
.cid-uSxm6WL683 .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  text-align: left;
}
.cid-uSxm6WL683 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm6WL683 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxm6XaL7J {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSxm6XaL7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm6XaL7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uSxm6XaL7J .container {
    max-width: 1400px;
  }
}
.cid-uSxm6XaL7J .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uSxm6XaL7J .card-wrapper {
  margin-top: 3rem;
  background: #f8efe8;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uSxm6XaL7J .row {
  justify-content: center;
}
.cid-uSxm6XaL7J .mbr-section-title {
  color: #117a73;
}
.cid-uSxm6XaL7J .card-title,
.cid-uSxm6XaL7J .iconfont-wrapper {
  color: #117a73;
}
.cid-uSxm6XFYaU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSxm6XFYaU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSxm6XFYaU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSxm6XFYaU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSxm6XFYaU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSxm6XFYaU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uSxm6XFYaU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSxm6XFYaU .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSxm6XFYaU .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uSxm6XFYaU .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uSxm6XFYaU .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uSxm6XFYaU .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uSxm6XFYaU .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uSxm6XFYaU .mbr-gallery-filter ul {
  display: block;
}
.cid-uSxm6XFYaU .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uSxm6XFYaU .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uSxm6XFYaU .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uSxm6XFYaU .mbr-gallery-filter li.active::after,
.cid-uSxm6XFYaU .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uSxm6XFYaU .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSxm6XFYaU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uSxm6XFYaU .icon-focus:before {
  content: '\e95e';
}
.cid-uSxm6XFYaU .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uSxm6XFYaU .mbr-section-title {
  margin: 0;
}
.cid-uSxm6XFYaU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uSxm6XFYaU .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uSxm6Yb50s {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/au-0730-dn-2000x1334.jpeg");
}
.cid-uSxm6Yb50s .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uSxm6Yb50s .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uSxm6Yb50s .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uSxm6Yb50s .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSxm6Yb50s .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uSxm6Yb50s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm6Yb50s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxm6YyEnW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSxm6YyEnW .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uSxm6YyEnW .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uSxm6YyEnW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uSxm6YyEnW .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uSxm6YyEnW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSxm6YyEnW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSxm6YyEnW b,
.cid-uSxm6YyEnW strong {
  font-weight: 900;
}
.cid-uSxm6YyEnW img,
.cid-uSxm6YyEnW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uSxm6YyEnW .item:focus,
.cid-uSxm6YyEnW span:focus {
  outline: none;
}
.cid-uSxm6YyEnW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSxm6YyEnW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSxm6YyEnW .mbr-section-title {
  color: #444444;
}
.cid-uSxm6YyEnW .mbr-text,
.cid-uSxm6YyEnW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSxm6YyEnW .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uSxm6YyEnW .mbr-section-subtitle {
  color: #444444;
}
.cid-uSxm6YyEnW .item-subtitle,
.cid-uSxm6YyEnW .item-content {
  text-align: center;
}
.cid-uSxm6Z3IyJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uSxm6Zl11s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f856d;
}
.cid-uSxm6Zl11s .card {
  width: 100%;
}
.cid-uSxm6Zl11s .card .add__block {
  display: none;
}
.cid-uSxm6Zl11s .add__block {
  margin-top: 35px;
}
.cid-uSxm6Zl11s .add__block .add__block_image {
  width: 170px;
}
.cid-uSxm6Zl11s .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uSxm6Zl11s .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uSxm6Zl11s .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uSxm6Zl11s .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uSxm6Zl11s .row {
  margin: 0;
}
.cid-uSxm6Zl11s .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uSxm6Zl11s .step-container {
  margin-top: 25px;
}
.cid-uSxm6Zl11s .padding__bot {
  padding-bottom: 50px;
}
.cid-uSxm6Zl11s .step-text-content {
  padding-top: 10px;
}
.cid-uSxm6Zl11s .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uSxm6Zl11s .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uSxm6Zl11s .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSxm6Zl11s .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uSxm6Zl11s .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uSxm6Zl11s .add__block {
    display: flex;
  }
  .cid-uSxm6Zl11s .step-element {
    display: flex;
  }
  .cid-uSxm6Zl11s .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uSxm6Zl11s .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uSxm6Zl11s .separline {
    position: relative;
  }
  .cid-uSxm6Zl11s .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uSxm6Zl11s .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uSxm6Zl11s .add__block_title {
    margin-top: 30px;
  }
  .cid-uSxm6Zl11s .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uSxm6Zl11s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm6Zl11s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxm70n7V4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSxm70G3cs {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSxm70G3cs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSxm70G3cs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSxm70G3cs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSxm70G3cs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSxm70G3cs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uSxm70G3cs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSxm70G3cs .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSxm70G3cs .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uSxm70G3cs .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uSxm70G3cs .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uSxm70G3cs .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uSxm70G3cs .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uSxm70G3cs .mbr-gallery-filter ul {
  display: block;
}
.cid-uSxm70G3cs .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uSxm70G3cs .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uSxm70G3cs .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uSxm70G3cs .mbr-gallery-filter li.active::after,
.cid-uSxm70G3cs .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uSxm70G3cs .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSxm70G3cs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uSxm70G3cs .icon-focus:before {
  content: '\e95e';
}
.cid-uSxm70G3cs .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uSxm70G3cs .mbr-section-title {
  margin: 0;
}
.cid-uSxm70G3cs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uSxm70G3cs .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uSxm71aR1r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/am-ritratti-maternita-web-3.webp");
}
.cid-uSxm71aR1r .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uSxm71aR1r .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uSxm71aR1r .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uSxm71aR1r .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSxm71aR1r .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uSxm71aR1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm71aR1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxm71Av0n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSxm71Av0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm71Av0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSxm71Av0n .container {
    padding: 0 16px;
  }
}
.cid-uSxm71Av0n .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSxm71Av0n .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSxm71Av0n .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSxm71Av0n .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSxm71Av0n .image-wrapper img {
    height: 350px;
  }
}
.cid-uSxm71Av0n .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uSxm71Av0n .content-wrapper {
    margin: 0;
  }
}
.cid-uSxm71Av0n .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uSxm71Av0n .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uSxm71Av0n .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uSxm71Av0n .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uSxm71Av0n .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uSxm71Av0n .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uSxm71Av0n .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uSxm71Av0n .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uSxm71Av0n .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uSxm71Av0n .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uSxm71Av0n .dragArea.row .form-group .form-control:hover,
.cid-uSxm71Av0n .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uSxm71Av0n .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.cid-uSxm71Av0n .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uSxm71Av0n .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uSxm71Av0n .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9f856d;
  border-color: #000000;
  border-radius: 0;
}
.cid-uSxm71Av0n .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-uSxm71Av0n .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uSxm71Av0n .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uSxm71Av0n .mbr-section-title {
  color: #1c1c1c;
}
.cid-uSxm71Av0n .mbr-desc {
  color: #1c1c1c;
}
.cid-uSxm71Av0n .mbr-text {
  color: #1c1c1c;
}
.cid-uSxm71Av0n H5 {
  color: #444444;
}
.cid-uSxm71Av0n P {
  text-align: left;
}
.cid-uSxm7286wl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-uSxm72tYSY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSxm72tYSY .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uSxm72tYSY .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uSxm72tYSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm72tYSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxm72Xx0Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8efe8;
}
.cid-uSxm72Xx0Q .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #444444;
  text-align: left;
}
.cid-uSxm72Xx0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxm72Xx0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxm73p0XT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #a73932;
}
.cid-uSxm73p0XT .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uSxm73p0XT .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSxm73p0XT .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uSxm73p0XT .container {
    max-width: 100% !important;
  }
}
.cid-uSxm73Mcah {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a73932;
}
.cid-uSxm73Mcah a:link {
  text-decoration: none;
}
.cid-uSxm73Mcah .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSxm73Mcah .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-uSxm73Mcah .inner-text {
  line-height: 1.4em;
}
.cid-uSxm73Mcah .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-uSxm73Mcah .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSxm73Mcah .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uSxm73Mcah .content-text,
.cid-uSxm73Mcah .inner-text {
  color: #ffffff;
}
.cid-uSxm73Mcah .content-text,
.cid-uSxm73Mcah .inner-text DIV {
  color: #ffffff;
}
.cid-uSxnIowRgR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uSxnIowRgR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uSxnIowRgR .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uSxnIowRgR .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uSxnIowRgR .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uSxnIowRgR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSxnIowRgR .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uSxnIowRgR .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uSxnIowRgR .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uSxnIowRgR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSxnIowRgR .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uSxnIowRgR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSxnIowRgR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSxnIowRgR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSxnIowRgR .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uSxnIowRgR .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uSxnIowRgR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSxnIowRgR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uSxnIowRgR .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uSxnIowRgR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSxnIowRgR .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uSxnIowRgR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSxnIowRgR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSxnIowRgR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSxnIowRgR .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uSxnIowRgR .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uSxnIowRgR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uSxnIowRgR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSxnIowRgR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uSxnIowRgR .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uSxnIowRgR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSxnIowRgR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uSxnIowRgR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uSxnIowRgR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uSxnIowRgR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSxnIowRgR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSxnIowRgR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSxnIowRgR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSxnIowRgR .dropdown-item.active,
.cid-uSxnIowRgR .dropdown-item:active {
  background-color: transparent;
}
.cid-uSxnIowRgR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSxnIowRgR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSxnIowRgR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSxnIowRgR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSxnIowRgR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uSxnIowRgR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSxnIowRgR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSxnIowRgR .navbar-buttons {
  text-align: center;
}
.cid-uSxnIowRgR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uSxnIowRgR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-uSxnIowRgR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSxnIowRgR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSxnIowRgR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSxnIowRgR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSxnIowRgR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSxnIowRgR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSxnIowRgR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSxnIowRgR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSxnIowRgR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uSxnIowRgR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uSxnIowRgR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uSxnIowRgR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uSxnIowRgR .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uSxnIowRgR .nav-link:hover,
.cid-uSxnIowRgR .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-uSxnIowRgR .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-uSxnIowRgR .nav-item a:link,
.cid-uSxnIowRgR .nav-item a:active,
.cid-uSxnIowRgR .nav-item a:visited {
  color: #000 !important;
}
.cid-uSxnIowRgR .nav-item a:hover {
  color: #121A5A !important;
}
.cid-uSxnIpa61w {
  background-image: url("../../../assets/images/nondisponibile-2000x1351.jpg");
}
.cid-uSxnIpa61w .mbr-text,
.cid-uSxnIpa61w .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uSxnIpa61w .mbr-section-title {
  margin-left: -0.2rem;
  text-transform: uppercase;
}
.cid-uSxnIpa61w .mbr-section-title span {
  color: #ffbc00;
}
.cid-uSxnIpa61w .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uSxnIpa61w .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uSxnIpa61w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIpa61w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxnIpAn7f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSxnIpAn7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIpAn7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxnIpAn7f .card {
  justify-content: center;
}
.cid-uSxnIpAn7f .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uSxnIpAn7f .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSxnIpAn7f .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uSxnIpAn7f .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSxnIpAn7f .image-wrapper img {
    height: 300px;
  }
}
.cid-uSxnIpAn7f .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSxnIpAn7f .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSxnIpAn7f .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSxnIpAn7f .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSxnIpAn7f .mbr-section-title {
  color: #000000;
}
.cid-uSxnIpAn7f .mbr-text {
  color: #000000;
}
.cid-uSxnIpYiX2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a73932;
}
.cid-uSxnIpYiX2 .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  text-align: left;
}
.cid-uSxnIpYiX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIpYiX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxnIqnm5s {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSxnIqnm5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIqnm5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uSxnIqnm5s .container {
    max-width: 1400px;
  }
}
.cid-uSxnIqnm5s .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uSxnIqnm5s .card-wrapper {
  margin-top: 3rem;
  background: #f8efe8;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uSxnIqnm5s .row {
  justify-content: center;
}
.cid-uSxnIqnm5s .mbr-section-title {
  color: #117a73;
}
.cid-uSxnIqnm5s .card-title,
.cid-uSxnIqnm5s .iconfont-wrapper {
  color: #117a73;
}
.cid-uSxnIqWL8H {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSxnIqWL8H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSxnIqWL8H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSxnIqWL8H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSxnIqWL8H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSxnIqWL8H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uSxnIqWL8H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSxnIqWL8H .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSxnIqWL8H .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uSxnIqWL8H .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uSxnIqWL8H .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uSxnIqWL8H .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uSxnIqWL8H .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uSxnIqWL8H .mbr-gallery-filter ul {
  display: block;
}
.cid-uSxnIqWL8H .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uSxnIqWL8H .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uSxnIqWL8H .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uSxnIqWL8H .mbr-gallery-filter li.active::after,
.cid-uSxnIqWL8H .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uSxnIqWL8H .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSxnIqWL8H .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uSxnIqWL8H .icon-focus:before {
  content: '\e95e';
}
.cid-uSxnIqWL8H .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uSxnIqWL8H .mbr-section-title {
  margin: 0;
}
.cid-uSxnIqWL8H .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uSxnIqWL8H .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uSxnIrujvc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/au-0730-dn-2000x1334.jpeg");
}
.cid-uSxnIrujvc .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uSxnIrujvc .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uSxnIrujvc .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uSxnIrujvc .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSxnIrujvc .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uSxnIrujvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIrujvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxnIrX33Y {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSxnIrX33Y .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uSxnIrX33Y .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uSxnIrX33Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uSxnIrX33Y .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uSxnIrX33Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSxnIrX33Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSxnIrX33Y b,
.cid-uSxnIrX33Y strong {
  font-weight: 900;
}
.cid-uSxnIrX33Y img,
.cid-uSxnIrX33Y .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uSxnIrX33Y .item:focus,
.cid-uSxnIrX33Y span:focus {
  outline: none;
}
.cid-uSxnIrX33Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSxnIrX33Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSxnIrX33Y .mbr-section-title {
  color: #444444;
}
.cid-uSxnIrX33Y .mbr-text,
.cid-uSxnIrX33Y .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSxnIrX33Y .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uSxnIrX33Y .mbr-section-subtitle {
  color: #444444;
}
.cid-uSxnIrX33Y .item-subtitle,
.cid-uSxnIrX33Y .item-content {
  text-align: center;
}
.cid-uSxnIsttRg {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uSxnIsM9lS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f856d;
}
.cid-uSxnIsM9lS .card {
  width: 100%;
}
.cid-uSxnIsM9lS .card .add__block {
  display: none;
}
.cid-uSxnIsM9lS .add__block {
  margin-top: 35px;
}
.cid-uSxnIsM9lS .add__block .add__block_image {
  width: 170px;
}
.cid-uSxnIsM9lS .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uSxnIsM9lS .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uSxnIsM9lS .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uSxnIsM9lS .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uSxnIsM9lS .row {
  margin: 0;
}
.cid-uSxnIsM9lS .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uSxnIsM9lS .step-container {
  margin-top: 25px;
}
.cid-uSxnIsM9lS .padding__bot {
  padding-bottom: 50px;
}
.cid-uSxnIsM9lS .step-text-content {
  padding-top: 10px;
}
.cid-uSxnIsM9lS .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uSxnIsM9lS .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uSxnIsM9lS .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSxnIsM9lS .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uSxnIsM9lS .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uSxnIsM9lS .add__block {
    display: flex;
  }
  .cid-uSxnIsM9lS .step-element {
    display: flex;
  }
  .cid-uSxnIsM9lS .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uSxnIsM9lS .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uSxnIsM9lS .separline {
    position: relative;
  }
  .cid-uSxnIsM9lS .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uSxnIsM9lS .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uSxnIsM9lS .add__block_title {
    margin-top: 30px;
  }
  .cid-uSxnIsM9lS .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uSxnIsM9lS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIsM9lS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxnItLiZ0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSxnIu6Gnp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSxnIu6Gnp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSxnIu6Gnp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSxnIu6Gnp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSxnIu6Gnp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSxnIu6Gnp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uSxnIu6Gnp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSxnIu6Gnp .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSxnIu6Gnp .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uSxnIu6Gnp .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uSxnIu6Gnp .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uSxnIu6Gnp .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uSxnIu6Gnp .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uSxnIu6Gnp .mbr-gallery-filter ul {
  display: block;
}
.cid-uSxnIu6Gnp .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uSxnIu6Gnp .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uSxnIu6Gnp .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uSxnIu6Gnp .mbr-gallery-filter li.active::after,
.cid-uSxnIu6Gnp .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uSxnIu6Gnp .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSxnIu6Gnp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uSxnIu6Gnp .icon-focus:before {
  content: '\e95e';
}
.cid-uSxnIu6Gnp .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uSxnIu6Gnp .mbr-section-title {
  margin: 0;
}
.cid-uSxnIu6Gnp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uSxnIu6Gnp .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uSxnIuHsnq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/am-ritratti-maternita-web-3.webp");
}
.cid-uSxnIuHsnq .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uSxnIuHsnq .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uSxnIuHsnq .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uSxnIuHsnq .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSxnIuHsnq .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uSxnIuHsnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIuHsnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxnIv7kO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSxnIv7kO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIv7kO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSxnIv7kO8 .container {
    padding: 0 16px;
  }
}
.cid-uSxnIv7kO8 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSxnIv7kO8 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSxnIv7kO8 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSxnIv7kO8 .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSxnIv7kO8 .image-wrapper img {
    height: 350px;
  }
}
.cid-uSxnIv7kO8 .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uSxnIv7kO8 .content-wrapper {
    margin: 0;
  }
}
.cid-uSxnIv7kO8 .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uSxnIv7kO8 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uSxnIv7kO8 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uSxnIv7kO8 .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uSxnIv7kO8 .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uSxnIv7kO8 .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uSxnIv7kO8 .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uSxnIv7kO8 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uSxnIv7kO8 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uSxnIv7kO8 .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uSxnIv7kO8 .dragArea.row .form-group .form-control:hover,
.cid-uSxnIv7kO8 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uSxnIv7kO8 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.cid-uSxnIv7kO8 .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uSxnIv7kO8 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uSxnIv7kO8 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9f856d;
  border-color: #000000;
  border-radius: 0;
}
.cid-uSxnIv7kO8 .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-uSxnIv7kO8 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uSxnIv7kO8 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uSxnIv7kO8 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uSxnIv7kO8 .mbr-desc {
  color: #1c1c1c;
}
.cid-uSxnIv7kO8 .mbr-text {
  color: #1c1c1c;
}
.cid-uSxnIv7kO8 H5 {
  color: #444444;
}
.cid-uSxnIv7kO8 P {
  text-align: left;
}
.cid-uSxnIvEgFM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-uSxnIw4xPv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSxnIw4xPv .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uSxnIw4xPv .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uSxnIw4xPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIw4xPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxnIwzWjh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8efe8;
}
.cid-uSxnIwzWjh .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #444444;
  text-align: left;
}
.cid-uSxnIwzWjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnIwzWjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSBO3jRCCR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSBO3jRCCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSBO3jRCCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSBO3jRCCR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSBO3jRCCR .container-fluid {
    padding: 0 30px;
  }
}
.cid-uSBO3jRCCR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSBO3jRCCR .container {
    padding: 0 30px;
  }
}
.cid-uSBO3jRCCR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSBO3jRCCR .mbr-text {
  color: #444444;
  text-align: center;
}
.cid-uSBOw0PjHj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uSBOw0PjHj blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000 !important;
  text-transform: capitalize;
}
.cid-uSBOw0PjHj .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-uSBOw0PjHj .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-uSBOw0PjHj a:link,
.cid-uSBOw0PjHj a:active,
.cid-uSBOw0PjHj a:visited {
  color: #6E6E6E;
}
.cid-uSBOw0PjHj a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-uSBOw0PjHj .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-uSBOw0PjHj .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-uSxnIx1XFm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #a73932;
}
.cid-uSxnIx1XFm .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uSxnIx1XFm .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSxnIx1XFm .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uSxnIx1XFm .container {
    max-width: 100% !important;
  }
}
.cid-uSxnIxoqUC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a73932;
}
.cid-uSxnIxoqUC a:link {
  text-decoration: none;
}
.cid-uSxnIxoqUC .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSxnIxoqUC .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-uSxnIxoqUC .inner-text {
  line-height: 1.4em;
}
.cid-uSxnIxoqUC .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-uSxnIxoqUC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSxnIxoqUC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uSxnIxoqUC .content-text,
.cid-uSxnIxoqUC .inner-text {
  color: #ffffff;
}
.cid-uSxnIxoqUC .content-text,
.cid-uSxnIxoqUC .inner-text DIV {
  color: #ffffff;
}
