body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #b10160 !important;
}
.bg-success {
  background-color: #383838 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #5d5d5d !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b10160 !important;
  border-color: #b10160 !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background-color: #650137 !important;
  border-color: #650137 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #650137 !important;
  border-color: #650137 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #e4017c !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-secondary:hover {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-info:hover {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
}
.btn-success:hover {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
  color: #ffffff !important;
}
.btn-warning:hover {
  color: #ffffff !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-white:hover {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover {
  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-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #b10160 !important;
  color: #ffffff !important;
  color: #b10160 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #b10160;
  color: #b10160;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b10160;
  border-color: #b10160;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b10160 !important;
  border-color: #b10160 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #b10160 !important;
  color: #ffffff !important;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  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-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #383838 !important;
  color: #ffffff !important;
  color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #383838;
  color: #383838;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #383838;
  border-color: #383838;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #383838 !important;
  color: #ffffff !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #5d5d5d !important;
  color: #ffffff !important;
  color: #5d5d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d5d5d;
  color: #5d5d5d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #5d5d5d !important;
  color: #ffffff !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b10160 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #383838 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #5d5d5d !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fe1a95 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6b6b6b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b10160;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #5d5d5d;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b10160;
  border-color: #b10160;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b10160;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fe34a1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9d9d9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #b10160;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b10160;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b10160;
  border-bottom-color: #b10160;
}
.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: #b10160 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b10160' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTuXtqKzG {
  min-height: 80px !important;
  position: static;
}
.cid-rUTuXtqKzG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .nav-item:focus,
.cid-rUTuXtqKzG .nav-link:focus {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTuXtqKzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rUTuXtqKzG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTuXtqKzG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTuXtqKzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTuXtqKzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTuXtqKzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTuXtqKzG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTuXtqKzG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTuXtqKzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTuXtqKzG .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTuXtqKzG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown-item.active,
.cid-rUTuXtqKzG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTuXtqKzG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTuXtqKzG .navbar-nav {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar-buttons {
  text-align: center;
}
.cid-rUTuXtqKzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b10160;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTuXtqKzG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTuXtqKzG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTuXtqKzG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTuXtqKzG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTuXtqKzG .navbar {
    height: 77px;
  }
  .cid-rUTuXtqKzG .navbar.opened {
    height: auto;
  }
}
.cid-rUTuXtqKzG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .text-btn {
  transition: transform 0.3s;
}
.cid-rUTuXtqKzG .btn:hover {
  transform: scale(0.8);
}
.cid-rUTuXtqKzG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTuXtqKzG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTuXtqKzG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b10160;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTuXtqKzG .nav-link:hover::before {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTuXtqKzG .link {
  margin: 0rem 1.2rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b10160;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTuXtqKzG .navbar-caption {
  font-family: 'Playfair Display', serif;
}
@media (max-width: 992px) {
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTuXtqKzG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTuXtqKzG .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #b10160 !important;
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTuXtqKzG .nav-link::before {
    display: none;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #ffffff !important;
    color: #b10160 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTuXtqKzG .btn-primary {
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rUTuXK8G54 {
  background-image: url("../../../assets/images/studiolegaleboretto-home-2000x1401.jpg");
}
.cid-rUTuXK8G54 .mbr-section-title {
  font-family: 'Merriweather', serif;
}
.cid-rUTuXK8G54 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-rUTuXK8G54 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}
.cid-rUTuXK8G54 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
}
.cid-rUTuXK8G54 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-rUTuXK8G54 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXK8G54 .bottom-title {
    margin-right: 2rem;
  }
}
.cid-rUTuXK8G54 .bottom-title {
  letter-spacing: 0px;
}
.cid-rUTuXK8G54 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rUTuXK8G54 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTuXK8G54 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-rUTuXK8G54 H2 {
  color: #ffffff;
  text-align: right;
}
.cid-rUTuXK8G54 H1 {
  text-align: center;
}
.cid-rUTuXZN8eM {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUTuXZN8eM .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-rUTuXZN8eM .mbr-section-title {
  color: #b10160;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: left;
}
.cid-rUTuXZN8eM img {
  height: 100%;
  object-fit: cover;
}
.cid-rUTuXZN8eM .mbr-figure {
  height: 100%;
}
.cid-rUTuXZN8eM .row {
  margin: 0;
  align-items: center;
}
.cid-rUTuXZN8eM .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXZN8eM .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXZN8eM .img-block {
    padding-left: 6rem;
  }
}
.cid-rUTuXZN8eM .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-rUTuXZN8eM .mbr-text,
.cid-rUTuXZN8eM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uYiozk27FB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eeeeee;
}
.cid-uYiozk27FB .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uYiozk27FB .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uYiozk27FB .mbr-section-title {
  color: #b10160;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: justify;
}
.cid-uYiozk27FB img {
  height: 100%;
  object-fit: cover;
}
.cid-uYiozk27FB .mbr-figure {
  height: 100%;
}
.cid-uYiozk27FB .row {
  margin: 0;
  align-items: center;
}
.cid-uYiozk27FB .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uYiozk27FB .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uYiozk27FB .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYiozk27FB .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uYiozk27FB .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYiozk27FB .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uYiozk27FB .img-block {
    padding-left: 6rem;
  }
}
.cid-uYiozk27FB .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uYiozk27FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYiozk27FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYiozk27FB .mbr-text,
.cid-uYiozk27FB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYo4EYJgRN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYo4EYJgRN p {
  margin-bottom: 0rem;
}
.cid-uYo4EYJgRN .btn {
  margin-bottom: 0rem;
}
.cid-uYo4EYJgRN .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYo4EYJgRN .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uYo4EYJgRN .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-uYo4EYJgRN .mbr-section-btn {
    text-align: left;
  }
  .cid-uYo4EYJgRN .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYo4EYJgRN .mbr-section-btn {
    text-align: left;
  }
  .cid-uYo4EYJgRN .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo4EYJgRN .btn {
    margin-top: 0rem;
  }
}
.cid-uYo4EYJgRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo4EYJgRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo4EYJgRN .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uYo0aWHNGh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uYo0aWHNGh .media-container-row {
  align-items: center;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYo0aWHNGh .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uYo0aWHNGh .foot-menu-item {
  transform: 0.2s;
}
.cid-uYo0aWHNGh .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uYo0aWHNGh .foot-menu {
    justify-content: center;
  }
  .cid-uYo0aWHNGh .mbr-text {
    text-align: center;
  }
  .cid-uYo0aWHNGh .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYo0aWHNGh .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uYo0aWHNGh .link:hover {
  text-decoration: underline;
}
.cid-uYo0aWHNGh .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uYo0aWHNGh .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uYo0aWHNGh .container {
    padding: 0;
  }
}
.cid-uYo0aWHNGh .media-container-row .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-uYnwhVS5rm {
  min-height: 80px !important;
  position: static;
}
.cid-uYnwhVS5rm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYnwhVS5rm .nav-item:focus,
.cid-uYnwhVS5rm .nav-link:focus {
  outline: none;
}
.cid-uYnwhVS5rm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYnwhVS5rm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYnwhVS5rm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYnwhVS5rm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnwhVS5rm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnwhVS5rm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uYnwhVS5rm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uYnwhVS5rm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYnwhVS5rm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYnwhVS5rm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnwhVS5rm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYnwhVS5rm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnwhVS5rm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnwhVS5rm .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-uYnwhVS5rm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnwhVS5rm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYnwhVS5rm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYnwhVS5rm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnwhVS5rm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYnwhVS5rm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnwhVS5rm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnwhVS5rm .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-uYnwhVS5rm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYnwhVS5rm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYnwhVS5rm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnwhVS5rm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYnwhVS5rm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYnwhVS5rm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYnwhVS5rm .navbar.navbar-short {
  background: #ffffff;
}
.cid-uYnwhVS5rm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYnwhVS5rm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnwhVS5rm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnwhVS5rm .dropdown-item.active,
.cid-uYnwhVS5rm .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uYnwhVS5rm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnwhVS5rm .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uYnwhVS5rm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uYnwhVS5rm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-uYnwhVS5rm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYnwhVS5rm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYnwhVS5rm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYnwhVS5rm .navbar-nav {
  margin: auto;
}
.cid-uYnwhVS5rm .navbar-buttons {
  text-align: center;
}
.cid-uYnwhVS5rm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYnwhVS5rm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b10160;
}
.cid-uYnwhVS5rm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYnwhVS5rm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYnwhVS5rm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYnwhVS5rm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYnwhVS5rm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYnwhVS5rm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYnwhVS5rm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYnwhVS5rm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYnwhVS5rm .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uYnwhVS5rm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYnwhVS5rm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYnwhVS5rm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYnwhVS5rm .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYnwhVS5rm .navbar {
    height: 77px;
  }
  .cid-uYnwhVS5rm .navbar.opened {
    height: auto;
  }
}
.cid-uYnwhVS5rm .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uYnwhVS5rm .text-btn {
  transition: transform 0.3s;
}
.cid-uYnwhVS5rm .btn:hover {
  transform: scale(0.8);
}
.cid-uYnwhVS5rm .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uYnwhVS5rm .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uYnwhVS5rm .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b10160;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uYnwhVS5rm .nav-link:hover::before {
  width: 100%;
}
.cid-uYnwhVS5rm .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uYnwhVS5rm .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uYnwhVS5rm .link {
  margin: 0rem 1.2rem;
}
.cid-uYnwhVS5rm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uYnwhVS5rm .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b10160;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uYnwhVS5rm .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uYnwhVS5rm .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uYnwhVS5rm .navbar-caption {
  font-family: 'Playfair Display', serif;
}
@media (max-width: 992px) {
  .cid-uYnwhVS5rm .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uYnwhVS5rm .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uYnwhVS5rm .dropdown-menu::before {
    display: none !important;
  }
  .cid-uYnwhVS5rm .btn:hover {
    background-color: #b10160 !important;
    color: #ffffff !important;
  }
  .cid-uYnwhVS5rm .dropdown-menu > a::after {
    display: none;
  }
  .cid-uYnwhVS5rm .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uYnwhVS5rm .nav-link::before {
    display: none;
  }
  .cid-uYnwhVS5rm .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uYnwhVS5rm .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uYnwhVS5rm .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uYnwhVS5rm .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uYnwhVS5rm .nav-dropdown .dropdown-item:focus,
  .cid-uYnwhVS5rm .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uYnwhVS5rm .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYnwhVS5rm .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYnwhVS5rm .container-fluid {
    padding-right: 0rem;
  }
  .cid-uYnwhVS5rm .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uYnwhVS5rm .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uYnwhVS5rm .btn:hover {
    background-color: #ffffff !important;
    color: #b10160 !important;
  }
  .cid-uYnwhVS5rm .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uYnwhVS5rm .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uYnwhVS5rm .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uYnwhVS5rm .nav-dropdown .dropdown-item:focus,
  .cid-uYnwhVS5rm .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uYnwhVS5rm .btn-primary {
  color: #ffffff !important;
}
.cid-uYnwhVS5rm .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uYnwhVS5rm .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uYnwhVS5rm .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uYsCaZsZSy {
  background-image: url("../../../assets/images/studiolegaleboretto-areedicompetenza01-960x874.jpeg");
}
.cid-uYsCaZsZSy .mbr-section-title {
  font-family: 'Merriweather', serif;
}
.cid-uYsCaZsZSy .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-uYsCaZsZSy .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}
.cid-uYsCaZsZSy .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
}
.cid-uYsCaZsZSy .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-uYsCaZsZSy .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-uYsCaZsZSy .bottom-title {
    margin-right: 2rem;
  }
}
.cid-uYsCaZsZSy .bottom-title {
  letter-spacing: 0px;
}
.cid-uYsCaZsZSy .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uYsCaZsZSy .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uYsCaZsZSy .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-uYsCaZsZSy H2 {
  color: #ffffff;
  text-align: right;
}
.cid-uYsCaZsZSy H1 {
  text-align: center;
}
.cid-uYnwyi1qC2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYnwyi1qC2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYnwyi1qC2 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYnwyi1qC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnwyi1qC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnwyi1qC2 H3 {
  color: #b10160;
}
.cid-uYnwyi1qC2 .mbr-text,
.cid-uYnwyi1qC2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYnwhWZCEO {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uYnwhWZCEO .accordion .card {
  overflow: hidden;
}
.cid-uYnwhWZCEO .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-uYnwhWZCEO .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-uYnwhWZCEO .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-uYnwhWZCEO .mbr-section-subtitle {
  color: #a8a8a8;
  font-weight: 700;
}
.cid-uYnwhWZCEO .panel-body {
  padding: 0.3rem 2rem;
}
.cid-uYnwhWZCEO .card-title {
  position: relative;
}
.cid-uYnwhWZCEO .mbr-text {
  position: relative;
}
.cid-uYnwhWZCEO .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #efefef;
  border-radius: 35px;
}
.cid-uYnwhWZCEO .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-uYnwhWZCEO .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uYnwhWZCEO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uYnwhWZCEO .card .card-header a.panel-title h4 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-uYnwhWZCEO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uYnwhWZCEO .card .card-header a.panel-title h4:hover {
  color: #b10160;
}
.cid-uYnwhWZCEO .sign {
  font-family: 'FontAwesome' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-uYnwhWZCEO .mbr-iconfont {
  border: 2px solid #b10160;
  border-radius: 50%;
  color: #b10160;
}
.cid-uYnwhWZCEO .mbri-arrow-up {
  background-color: transparent !important;
  color: #b10160 !important;
}
.cid-uYnwhWZCEO .mbri-arrow-up:before {
  content: "\f068";
}
.cid-uYnwhWZCEO .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uYnwhWZCEO .mbri-arrow-down:before {
  content: "\f067";
}
.cid-uYnwhWZCEO .panel-text {
  padding: 0rem;
  color: #000000;
}
.cid-uYnwhWZCEO .panel-collapse {
  margin-top: -1px;
}
.cid-uYnwhWZCEO .block-right {
  position: relative;
}
.cid-uYnwhWZCEO .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-uYnwhWZCEO .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-uYnwhWZCEO .wrapper-text-2 {
  position: absolute;
}
.cid-uYnwhWZCEO .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-uYnwhWZCEO .link:hover {
  color: #b10160 !important;
}
.cid-uYnwhWZCEO .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-uYnwhWZCEO .col {
  padding: 0rem;
}
.cid-uYnwhWZCEO .link:hover::after {
  opacity: 0;
}
.cid-uYnwhWZCEO .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(177, 1, 96, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-uYnwhWZCEO .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-uYnwhWZCEO .mbr-section-title,
.cid-uYnwhWZCEO .ornament {
  color: #161616;
  text-align: center;
}
.cid-uYnwhWZCEO H4 {
  color: #b10160;
}
.cid-uYsjeFAlzv {
  padding-top: 0px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uYsjeFAlzv .accordion .card {
  overflow: hidden;
}
.cid-uYsjeFAlzv .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-uYsjeFAlzv .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-uYsjeFAlzv .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-uYsjeFAlzv .mbr-section-subtitle {
  color: #a8a8a8;
  font-weight: 700;
}
.cid-uYsjeFAlzv .panel-body {
  padding: 0.3rem 2rem;
}
.cid-uYsjeFAlzv .card-title {
  position: relative;
}
.cid-uYsjeFAlzv .mbr-text {
  position: relative;
}
.cid-uYsjeFAlzv .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #efefef;
  border-radius: 35px;
}
.cid-uYsjeFAlzv .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-uYsjeFAlzv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uYsjeFAlzv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uYsjeFAlzv .card .card-header a.panel-title h4 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-uYsjeFAlzv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uYsjeFAlzv .card .card-header a.panel-title h4:hover {
  color: #b10160;
}
.cid-uYsjeFAlzv .sign {
  font-family: 'FontAwesome' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-uYsjeFAlzv .mbr-iconfont {
  border: 2px solid #b10160;
  border-radius: 50%;
  color: #b10160;
}
.cid-uYsjeFAlzv .mbri-arrow-up {
  background-color: transparent !important;
  color: #b10160 !important;
}
.cid-uYsjeFAlzv .mbri-arrow-up:before {
  content: "\f068";
}
.cid-uYsjeFAlzv .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uYsjeFAlzv .mbri-arrow-down:before {
  content: "\f067";
}
.cid-uYsjeFAlzv .panel-text {
  padding: 0rem;
  color: #000000;
}
.cid-uYsjeFAlzv .panel-collapse {
  margin-top: -1px;
}
.cid-uYsjeFAlzv .block-right {
  position: relative;
}
.cid-uYsjeFAlzv .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-uYsjeFAlzv .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-uYsjeFAlzv .wrapper-text-2 {
  position: absolute;
}
.cid-uYsjeFAlzv .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-uYsjeFAlzv .link:hover {
  color: #b10160 !important;
}
.cid-uYsjeFAlzv .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-uYsjeFAlzv .col {
  padding: 0rem;
}
.cid-uYsjeFAlzv .link:hover::after {
  opacity: 0;
}
.cid-uYsjeFAlzv .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(177, 1, 96, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-uYsjeFAlzv .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-uYsjeFAlzv .mbr-section-title,
.cid-uYsjeFAlzv .ornament {
  color: #161616;
  text-align: center;
}
.cid-uYsjeFAlzv H4 {
  color: #b10160;
}
.cid-uYo0aWHNGh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uYo0aWHNGh .media-container-row {
  align-items: center;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYo0aWHNGh .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uYo0aWHNGh .foot-menu-item {
  transform: 0.2s;
}
.cid-uYo0aWHNGh .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uYo0aWHNGh .foot-menu {
    justify-content: center;
  }
  .cid-uYo0aWHNGh .mbr-text {
    text-align: center;
  }
  .cid-uYo0aWHNGh .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYo0aWHNGh .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uYo0aWHNGh .link:hover {
  text-decoration: underline;
}
.cid-uYo0aWHNGh .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uYo0aWHNGh .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uYo0aWHNGh .container {
    padding: 0;
  }
}
.cid-uYo0aWHNGh .media-container-row .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-uYo0AtnVs3 {
  min-height: 80px !important;
  position: static;
}
.cid-uYo0AtnVs3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYo0AtnVs3 .nav-item:focus,
.cid-uYo0AtnVs3 .nav-link:focus {
  outline: none;
}
.cid-uYo0AtnVs3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYo0AtnVs3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYo0AtnVs3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYo0AtnVs3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYo0AtnVs3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYo0AtnVs3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uYo0AtnVs3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uYo0AtnVs3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYo0AtnVs3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYo0AtnVs3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYo0AtnVs3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYo0AtnVs3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYo0AtnVs3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYo0AtnVs3 .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-uYo0AtnVs3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYo0AtnVs3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYo0AtnVs3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYo0AtnVs3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYo0AtnVs3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYo0AtnVs3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYo0AtnVs3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYo0AtnVs3 .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-uYo0AtnVs3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYo0AtnVs3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYo0AtnVs3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYo0AtnVs3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYo0AtnVs3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYo0AtnVs3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYo0AtnVs3 .navbar.navbar-short {
  background: #ffffff;
}
.cid-uYo0AtnVs3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYo0AtnVs3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYo0AtnVs3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYo0AtnVs3 .dropdown-item.active,
.cid-uYo0AtnVs3 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uYo0AtnVs3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYo0AtnVs3 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uYo0AtnVs3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uYo0AtnVs3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-uYo0AtnVs3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYo0AtnVs3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYo0AtnVs3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYo0AtnVs3 .navbar-nav {
  margin: auto;
}
.cid-uYo0AtnVs3 .navbar-buttons {
  text-align: center;
}
.cid-uYo0AtnVs3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYo0AtnVs3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b10160;
}
.cid-uYo0AtnVs3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYo0AtnVs3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYo0AtnVs3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYo0AtnVs3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYo0AtnVs3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYo0AtnVs3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYo0AtnVs3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYo0AtnVs3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYo0AtnVs3 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uYo0AtnVs3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYo0AtnVs3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYo0AtnVs3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYo0AtnVs3 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYo0AtnVs3 .navbar {
    height: 77px;
  }
  .cid-uYo0AtnVs3 .navbar.opened {
    height: auto;
  }
}
.cid-uYo0AtnVs3 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uYo0AtnVs3 .text-btn {
  transition: transform 0.3s;
}
.cid-uYo0AtnVs3 .btn:hover {
  transform: scale(0.8);
}
.cid-uYo0AtnVs3 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uYo0AtnVs3 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uYo0AtnVs3 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b10160;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uYo0AtnVs3 .nav-link:hover::before {
  width: 100%;
}
.cid-uYo0AtnVs3 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uYo0AtnVs3 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uYo0AtnVs3 .link {
  margin: 0rem 1.2rem;
}
.cid-uYo0AtnVs3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uYo0AtnVs3 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b10160;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uYo0AtnVs3 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uYo0AtnVs3 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uYo0AtnVs3 .navbar-caption {
  font-family: 'Playfair Display', serif;
}
@media (max-width: 992px) {
  .cid-uYo0AtnVs3 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uYo0AtnVs3 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uYo0AtnVs3 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uYo0AtnVs3 .btn:hover {
    background-color: #b10160 !important;
    color: #ffffff !important;
  }
  .cid-uYo0AtnVs3 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uYo0AtnVs3 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uYo0AtnVs3 .nav-link::before {
    display: none;
  }
  .cid-uYo0AtnVs3 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uYo0AtnVs3 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uYo0AtnVs3 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uYo0AtnVs3 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uYo0AtnVs3 .nav-dropdown .dropdown-item:focus,
  .cid-uYo0AtnVs3 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uYo0AtnVs3 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYo0AtnVs3 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo0AtnVs3 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uYo0AtnVs3 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uYo0AtnVs3 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uYo0AtnVs3 .btn:hover {
    background-color: #ffffff !important;
    color: #b10160 !important;
  }
  .cid-uYo0AtnVs3 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uYo0AtnVs3 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uYo0AtnVs3 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uYo0AtnVs3 .nav-dropdown .dropdown-item:focus,
  .cid-uYo0AtnVs3 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uYo0AtnVs3 .btn-primary {
  color: #ffffff !important;
}
.cid-uYo0AtnVs3 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uYo0AtnVs3 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uYo0AtnVs3 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uYsEm5tTqq {
  background-image: url("../../../assets/images/studiolegaleboretto-contatti-828x1724.jpeg");
}
.cid-uYsEm5tTqq .mbr-section-title {
  font-family: 'Merriweather', serif;
}
.cid-uYsEm5tTqq .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-uYsEm5tTqq .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}
.cid-uYsEm5tTqq .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
}
.cid-uYsEm5tTqq .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-uYsEm5tTqq .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-uYsEm5tTqq .bottom-title {
    margin-right: 2rem;
  }
}
.cid-uYsEm5tTqq .bottom-title {
  letter-spacing: 0px;
}
.cid-uYsEm5tTqq .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uYsEm5tTqq .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uYsEm5tTqq .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-uYsEm5tTqq H2 {
  color: #ffffff;
  text-align: right;
}
.cid-uYsEm5tTqq H1 {
  text-align: center;
}
.cid-uYo3uwwOnE {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYo3uwwOnE .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYo3uwwOnE .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYo3uwwOnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo3uwwOnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo3uwwOnE H3 {
  color: #b10160;
}
.cid-uYo0QSOlMR {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uYo0QSOlMR .mbr-iconfont-2 {
  color: #b10160 !important;
  margin: 0 0.5rem;
}
.cid-uYo0QSOlMR .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #b10160;
}
.cid-uYo0QSOlMR .social-list {
  display: flex;
  justify-content: center;
}
.cid-uYo0QSOlMR .card-inner {
  transition: 0.7s;
}
.cid-uYo0QSOlMR .btn {
  margin-left: 0rem;
}
.cid-uYo0QSOlMR .row {
  padding-bottom: 8rem;
}
.cid-uYo0QSOlMR .link {
  margin: 0;
}
.cid-uYo0QSOlMR .card-title {
  position: relative;
}
.cid-uYo0QSOlMR .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-uYo0QSOlMR .card-box {
  position: relative;
}
.cid-uYo0QSOlMR .card-img {
  margin-bottom: 1.5rem;
}
.cid-uYo0QSOlMR .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uYo0QSOlMR .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYo0QSOlMR .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo0QSOlMR .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uYo0QSOlMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo0QSOlMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo0AuZFQs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uYo0AuZFQs .media-container-row {
  align-items: center;
}
.cid-uYo0AuZFQs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYo0AuZFQs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYo0AuZFQs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYo0AuZFQs .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uYo0AuZFQs .foot-menu-item {
  transform: 0.2s;
}
.cid-uYo0AuZFQs .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uYo0AuZFQs .foot-menu {
    justify-content: center;
  }
  .cid-uYo0AuZFQs .mbr-text {
    text-align: center;
  }
  .cid-uYo0AuZFQs .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYo0AuZFQs .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uYo0AuZFQs .link:hover {
  text-decoration: underline;
}
.cid-uYo0AuZFQs .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uYo0AuZFQs .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uYo0AuZFQs .container {
    padding: 0;
  }
}
.cid-uYo0AuZFQs .media-container-row .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-uYifl6Ht2C {
  min-height: 80px !important;
  position: static;
}
.cid-uYifl6Ht2C .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYifl6Ht2C .nav-item:focus,
.cid-uYifl6Ht2C .nav-link:focus {
  outline: none;
}
.cid-uYifl6Ht2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYifl6Ht2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYifl6Ht2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYifl6Ht2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYifl6Ht2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYifl6Ht2C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uYifl6Ht2C .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uYifl6Ht2C .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYifl6Ht2C .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYifl6Ht2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYifl6Ht2C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYifl6Ht2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYifl6Ht2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYifl6Ht2C .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-uYifl6Ht2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYifl6Ht2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYifl6Ht2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYifl6Ht2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYifl6Ht2C .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYifl6Ht2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYifl6Ht2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYifl6Ht2C .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-uYifl6Ht2C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYifl6Ht2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYifl6Ht2C .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYifl6Ht2C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYifl6Ht2C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYifl6Ht2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYifl6Ht2C .navbar.navbar-short {
  background: #ffffff;
}
.cid-uYifl6Ht2C .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYifl6Ht2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYifl6Ht2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYifl6Ht2C .dropdown-item.active,
.cid-uYifl6Ht2C .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uYifl6Ht2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYifl6Ht2C .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uYifl6Ht2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uYifl6Ht2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-uYifl6Ht2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYifl6Ht2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYifl6Ht2C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYifl6Ht2C .navbar-nav {
  margin: auto;
}
.cid-uYifl6Ht2C .navbar-buttons {
  text-align: center;
}
.cid-uYifl6Ht2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYifl6Ht2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b10160;
}
.cid-uYifl6Ht2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYifl6Ht2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYifl6Ht2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYifl6Ht2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYifl6Ht2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYifl6Ht2C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYifl6Ht2C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYifl6Ht2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYifl6Ht2C .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uYifl6Ht2C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYifl6Ht2C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYifl6Ht2C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYifl6Ht2C .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYifl6Ht2C .navbar {
    height: 77px;
  }
  .cid-uYifl6Ht2C .navbar.opened {
    height: auto;
  }
}
.cid-uYifl6Ht2C .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uYifl6Ht2C .text-btn {
  transition: transform 0.3s;
}
.cid-uYifl6Ht2C .btn:hover {
  transform: scale(0.8);
}
.cid-uYifl6Ht2C .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uYifl6Ht2C .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uYifl6Ht2C .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b10160;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uYifl6Ht2C .nav-link:hover::before {
  width: 100%;
}
.cid-uYifl6Ht2C .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uYifl6Ht2C .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uYifl6Ht2C .link {
  margin: 0rem 1.2rem;
}
.cid-uYifl6Ht2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uYifl6Ht2C .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b10160;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uYifl6Ht2C .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uYifl6Ht2C .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uYifl6Ht2C .navbar-caption {
  font-family: 'Playfair Display', serif;
}
@media (max-width: 992px) {
  .cid-uYifl6Ht2C .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uYifl6Ht2C .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uYifl6Ht2C .dropdown-menu::before {
    display: none !important;
  }
  .cid-uYifl6Ht2C .btn:hover {
    background-color: #b10160 !important;
    color: #ffffff !important;
  }
  .cid-uYifl6Ht2C .dropdown-menu > a::after {
    display: none;
  }
  .cid-uYifl6Ht2C .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uYifl6Ht2C .nav-link::before {
    display: none;
  }
  .cid-uYifl6Ht2C .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uYifl6Ht2C .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uYifl6Ht2C .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uYifl6Ht2C .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uYifl6Ht2C .nav-dropdown .dropdown-item:focus,
  .cid-uYifl6Ht2C .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uYifl6Ht2C .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYifl6Ht2C .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYifl6Ht2C .container-fluid {
    padding-right: 0rem;
  }
  .cid-uYifl6Ht2C .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uYifl6Ht2C .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uYifl6Ht2C .btn:hover {
    background-color: #ffffff !important;
    color: #b10160 !important;
  }
  .cid-uYifl6Ht2C .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uYifl6Ht2C .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uYifl6Ht2C .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uYifl6Ht2C .nav-dropdown .dropdown-item:focus,
  .cid-uYifl6Ht2C .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uYifl6Ht2C .btn-primary {
  color: #ffffff !important;
}
.cid-uYifl6Ht2C .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uYifl6Ht2C .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uYifl6Ht2C .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uYsC1Wljt0 {
  background-image: url("../../../assets/images/studiolegaleboretto-home-2000x1401.jpg");
}
.cid-uYsC1Wljt0 .mbr-section-title {
  font-family: 'Merriweather', serif;
}
.cid-uYsC1Wljt0 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-uYsC1Wljt0 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}
.cid-uYsC1Wljt0 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
}
.cid-uYsC1Wljt0 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-uYsC1Wljt0 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-uYsC1Wljt0 .bottom-title {
    margin-right: 2rem;
  }
}
.cid-uYsC1Wljt0 .bottom-title {
  letter-spacing: 0px;
}
.cid-uYsC1Wljt0 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uYsC1Wljt0 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uYsC1Wljt0 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-uYsC1Wljt0 H2 {
  color: #ffffff;
  text-align: right;
}
.cid-uYsC1Wljt0 H1 {
  text-align: center;
}
.cid-uYifl7yoHp {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYifl7yoHp .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uYifl7yoHp .mbr-section-title {
  color: #b10160;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-uYifl7yoHp img {
  height: 100%;
  object-fit: cover;
}
.cid-uYifl7yoHp .mbr-figure {
  height: 100%;
}
.cid-uYifl7yoHp .row {
  margin: 0;
  align-items: center;
}
.cid-uYifl7yoHp .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uYifl7yoHp .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uYifl7yoHp .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYifl7yoHp .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uYifl7yoHp .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYifl7yoHp .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uYifl7yoHp .img-block {
    padding-left: 6rem;
  }
}
.cid-uYifl7yoHp .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uYifl7yoHp .mbr-text,
.cid-uYifl7yoHp .mbr-section-btn {
  color: #000000;
}
.cid-uYo0aWHNGh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uYo0aWHNGh .media-container-row {
  align-items: center;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYo0aWHNGh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYo0aWHNGh .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uYo0aWHNGh .foot-menu-item {
  transform: 0.2s;
}
.cid-uYo0aWHNGh .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uYo0aWHNGh .foot-menu {
    justify-content: center;
  }
  .cid-uYo0aWHNGh .mbr-text {
    text-align: center;
  }
  .cid-uYo0aWHNGh .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYo0aWHNGh .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uYo0aWHNGh .link:hover {
  text-decoration: underline;
}
.cid-uYo0aWHNGh .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uYo0aWHNGh .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uYo0aWHNGh .container {
    padding: 0;
  }
}
.cid-uYo0aWHNGh .media-container-row .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-uYz7MIMMIG {
  min-height: 80px !important;
  position: static;
}
.cid-uYz7MIMMIG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYz7MIMMIG .nav-item:focus,
.cid-uYz7MIMMIG .nav-link:focus {
  outline: none;
}
.cid-uYz7MIMMIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYz7MIMMIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYz7MIMMIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYz7MIMMIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYz7MIMMIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYz7MIMMIG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uYz7MIMMIG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uYz7MIMMIG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYz7MIMMIG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYz7MIMMIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYz7MIMMIG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYz7MIMMIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYz7MIMMIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYz7MIMMIG .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-uYz7MIMMIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYz7MIMMIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYz7MIMMIG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYz7MIMMIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYz7MIMMIG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYz7MIMMIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYz7MIMMIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYz7MIMMIG .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-uYz7MIMMIG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYz7MIMMIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYz7MIMMIG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYz7MIMMIG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYz7MIMMIG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYz7MIMMIG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYz7MIMMIG .navbar.navbar-short {
  background: #ffffff;
}
.cid-uYz7MIMMIG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYz7MIMMIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYz7MIMMIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYz7MIMMIG .dropdown-item.active,
.cid-uYz7MIMMIG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uYz7MIMMIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYz7MIMMIG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uYz7MIMMIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uYz7MIMMIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-uYz7MIMMIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYz7MIMMIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYz7MIMMIG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYz7MIMMIG .navbar-nav {
  margin: auto;
}
.cid-uYz7MIMMIG .navbar-buttons {
  text-align: center;
}
.cid-uYz7MIMMIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYz7MIMMIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b10160;
}
.cid-uYz7MIMMIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYz7MIMMIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYz7MIMMIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYz7MIMMIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYz7MIMMIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYz7MIMMIG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYz7MIMMIG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYz7MIMMIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYz7MIMMIG .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uYz7MIMMIG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYz7MIMMIG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYz7MIMMIG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYz7MIMMIG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYz7MIMMIG .navbar {
    height: 77px;
  }
  .cid-uYz7MIMMIG .navbar.opened {
    height: auto;
  }
}
.cid-uYz7MIMMIG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uYz7MIMMIG .text-btn {
  transition: transform 0.3s;
}
.cid-uYz7MIMMIG .btn:hover {
  transform: scale(0.8);
}
.cid-uYz7MIMMIG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uYz7MIMMIG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uYz7MIMMIG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b10160;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uYz7MIMMIG .nav-link:hover::before {
  width: 100%;
}
.cid-uYz7MIMMIG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uYz7MIMMIG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uYz7MIMMIG .link {
  margin: 0rem 1.2rem;
}
.cid-uYz7MIMMIG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uYz7MIMMIG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b10160;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uYz7MIMMIG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uYz7MIMMIG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uYz7MIMMIG .navbar-caption {
  font-family: 'Playfair Display', serif;
}
@media (max-width: 992px) {
  .cid-uYz7MIMMIG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uYz7MIMMIG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uYz7MIMMIG .dropdown-menu::before {
    display: none !important;
  }
  .cid-uYz7MIMMIG .btn:hover {
    background-color: #b10160 !important;
    color: #ffffff !important;
  }
  .cid-uYz7MIMMIG .dropdown-menu > a::after {
    display: none;
  }
  .cid-uYz7MIMMIG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uYz7MIMMIG .nav-link::before {
    display: none;
  }
  .cid-uYz7MIMMIG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uYz7MIMMIG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uYz7MIMMIG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uYz7MIMMIG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uYz7MIMMIG .nav-dropdown .dropdown-item:focus,
  .cid-uYz7MIMMIG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uYz7MIMMIG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYz7MIMMIG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYz7MIMMIG .container-fluid {
    padding-right: 0rem;
  }
  .cid-uYz7MIMMIG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uYz7MIMMIG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uYz7MIMMIG .btn:hover {
    background-color: #ffffff !important;
    color: #b10160 !important;
  }
  .cid-uYz7MIMMIG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uYz7MIMMIG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uYz7MIMMIG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uYz7MIMMIG .nav-dropdown .dropdown-item:focus,
  .cid-uYz7MIMMIG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uYz7MIMMIG .btn-primary {
  color: #ffffff !important;
}
.cid-uYz7MIMMIG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uYz7MIMMIG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uYz7MIMMIG .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uYz7X1aKZF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYz7X1aKZF .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYz7X1aKZF .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYz7X1aKZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYz7X1aKZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYz7X1aKZF H3 {
  color: #b10160;
}
.cid-uYz7X1aKZF .mbr-text,
.cid-uYz7X1aKZF .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYz8QEXMmG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYz8QEXMmG .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYz8QEXMmG .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYz8QEXMmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYz8QEXMmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYz8QEXMmG H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYz8QEXMmG .mbr-text,
.cid-uYz8QEXMmG .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYzadOSsct {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzadOSsct .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzadOSsct .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzadOSsct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzadOSsct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzadOSsct H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYzadOSsct .mbr-text,
.cid-uYzadOSsct .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYzaDfva2o {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzaDfva2o .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzaDfva2o .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzaDfva2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzaDfva2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzaDfva2o H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYzaDfva2o .mbr-text,
.cid-uYzaDfva2o .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYzaRDBffY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzaRDBffY .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzaRDBffY .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzaRDBffY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzaRDBffY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzaRDBffY H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYzaRDBffY .mbr-text,
.cid-uYzaRDBffY .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYzaZGwIFV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzaZGwIFV .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzaZGwIFV .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzaZGwIFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzaZGwIFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzaZGwIFV H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYzaZGwIFV .mbr-text,
.cid-uYzaZGwIFV .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYzb4zvPal {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzb4zvPal .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzb4zvPal .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzb4zvPal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzb4zvPal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzb4zvPal H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYzb4zvPal .mbr-text,
.cid-uYzb4zvPal .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYzbgLNn8y {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzbgLNn8y .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzbgLNn8y .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzbgLNn8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzbgLNn8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzbgLNn8y H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYzbgLNn8y .mbr-text,
.cid-uYzbgLNn8y .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYzbnYFOnz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzbnYFOnz .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzbnYFOnz .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzbnYFOnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzbnYFOnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzbnYFOnz H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYzbnYFOnz .mbr-text,
.cid-uYzbnYFOnz .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYzbtuh4YG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYzbtuh4YG .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzbtuh4YG .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzbtuh4YG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzbtuh4YG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzbtuh4YG H3 {
  text-align: justify;
  color: #b10160;
}
.cid-uYzbtuh4YG .mbr-text,
.cid-uYzbtuh4YG .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-uYz7MK1Sdx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uYz7MK1Sdx .media-container-row {
  align-items: center;
}
.cid-uYz7MK1Sdx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYz7MK1Sdx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYz7MK1Sdx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYz7MK1Sdx .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uYz7MK1Sdx .foot-menu-item {
  transform: 0.2s;
}
.cid-uYz7MK1Sdx .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uYz7MK1Sdx .foot-menu {
    justify-content: center;
  }
  .cid-uYz7MK1Sdx .mbr-text {
    text-align: center;
  }
  .cid-uYz7MK1Sdx .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYz7MK1Sdx .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uYz7MK1Sdx .link:hover {
  text-decoration: underline;
}
.cid-uYz7MK1Sdx .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uYz7MK1Sdx .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uYz7MK1Sdx .container {
    padding: 0;
  }
}
.cid-uYz7MK1Sdx .media-container-row .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-uYzbXpmbYW {
  min-height: 80px !important;
  position: static;
}
.cid-uYzbXpmbYW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYzbXpmbYW .nav-item:focus,
.cid-uYzbXpmbYW .nav-link:focus {
  outline: none;
}
.cid-uYzbXpmbYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYzbXpmbYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYzbXpmbYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYzbXpmbYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYzbXpmbYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYzbXpmbYW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uYzbXpmbYW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uYzbXpmbYW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYzbXpmbYW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYzbXpmbYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYzbXpmbYW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYzbXpmbYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYzbXpmbYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYzbXpmbYW .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-uYzbXpmbYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYzbXpmbYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYzbXpmbYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYzbXpmbYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYzbXpmbYW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYzbXpmbYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYzbXpmbYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYzbXpmbYW .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-uYzbXpmbYW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYzbXpmbYW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYzbXpmbYW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYzbXpmbYW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYzbXpmbYW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYzbXpmbYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYzbXpmbYW .navbar.navbar-short {
  background: #ffffff;
}
.cid-uYzbXpmbYW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYzbXpmbYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYzbXpmbYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYzbXpmbYW .dropdown-item.active,
.cid-uYzbXpmbYW .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uYzbXpmbYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYzbXpmbYW .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uYzbXpmbYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uYzbXpmbYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-uYzbXpmbYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYzbXpmbYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYzbXpmbYW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYzbXpmbYW .navbar-nav {
  margin: auto;
}
.cid-uYzbXpmbYW .navbar-buttons {
  text-align: center;
}
.cid-uYzbXpmbYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYzbXpmbYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b10160;
}
.cid-uYzbXpmbYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYzbXpmbYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYzbXpmbYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYzbXpmbYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYzbXpmbYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYzbXpmbYW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYzbXpmbYW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYzbXpmbYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYzbXpmbYW .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uYzbXpmbYW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYzbXpmbYW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYzbXpmbYW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYzbXpmbYW .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYzbXpmbYW .navbar {
    height: 77px;
  }
  .cid-uYzbXpmbYW .navbar.opened {
    height: auto;
  }
}
.cid-uYzbXpmbYW .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uYzbXpmbYW .text-btn {
  transition: transform 0.3s;
}
.cid-uYzbXpmbYW .btn:hover {
  transform: scale(0.8);
}
.cid-uYzbXpmbYW .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uYzbXpmbYW .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uYzbXpmbYW .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b10160;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uYzbXpmbYW .nav-link:hover::before {
  width: 100%;
}
.cid-uYzbXpmbYW .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uYzbXpmbYW .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uYzbXpmbYW .link {
  margin: 0rem 1.2rem;
}
.cid-uYzbXpmbYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uYzbXpmbYW .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b10160;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uYzbXpmbYW .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uYzbXpmbYW .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uYzbXpmbYW .navbar-caption {
  font-family: 'Playfair Display', serif;
}
@media (max-width: 992px) {
  .cid-uYzbXpmbYW .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uYzbXpmbYW .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uYzbXpmbYW .dropdown-menu::before {
    display: none !important;
  }
  .cid-uYzbXpmbYW .btn:hover {
    background-color: #b10160 !important;
    color: #ffffff !important;
  }
  .cid-uYzbXpmbYW .dropdown-menu > a::after {
    display: none;
  }
  .cid-uYzbXpmbYW .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uYzbXpmbYW .nav-link::before {
    display: none;
  }
  .cid-uYzbXpmbYW .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uYzbXpmbYW .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uYzbXpmbYW .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uYzbXpmbYW .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uYzbXpmbYW .nav-dropdown .dropdown-item:focus,
  .cid-uYzbXpmbYW .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uYzbXpmbYW .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uYzbXpmbYW .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYzbXpmbYW .container-fluid {
    padding-right: 0rem;
  }
  .cid-uYzbXpmbYW .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uYzbXpmbYW .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uYzbXpmbYW .btn:hover {
    background-color: #ffffff !important;
    color: #b10160 !important;
  }
  .cid-uYzbXpmbYW .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uYzbXpmbYW .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uYzbXpmbYW .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uYzbXpmbYW .nav-dropdown .dropdown-item:focus,
  .cid-uYzbXpmbYW .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uYzbXpmbYW .btn-primary {
  color: #ffffff !important;
}
.cid-uYzbXpmbYW .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uYzbXpmbYW .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uYzbXpmbYW .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uYzccfKitR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzccfKitR .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzccfKitR .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzccfKitR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzccfKitR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzccfKitR H3 {
  color: #b10160;
}
.cid-uYzccfKitR .mbr-text,
.cid-uYzccfKitR .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uYzcsVxJGe {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzcsVxJGe .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzcsVxJGe .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzcsVxJGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzcsVxJGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzcsVxJGe H3 {
  color: #b10160;
  text-align: justify;
}
.cid-uYzcsVxJGe .mbr-text,
.cid-uYzcsVxJGe .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYzdlt4Bva {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzdlt4Bva .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzdlt4Bva .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzdlt4Bva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzdlt4Bva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzdlt4Bva H3 {
  color: #b10160;
  text-align: justify;
}
.cid-uYzdlt4Bva .mbr-text,
.cid-uYzdlt4Bva .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYzdpQd0je {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYzdpQd0je .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzdpQd0je .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzdpQd0je .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzdpQd0je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzdpQd0je H3 {
  color: #b10160;
  text-align: justify;
}
.cid-uYzdpQd0je .mbr-text,
.cid-uYzdpQd0je .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYzdxE6sYm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYzdxE6sYm .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uYzdxE6sYm .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uYzdxE6sYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzdxE6sYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzdxE6sYm H3 {
  color: #b10160;
  text-align: justify;
}
.cid-uYzdxE6sYm .mbr-text,
.cid-uYzdxE6sYm .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYzbXrbZ5s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uYzbXrbZ5s .media-container-row {
  align-items: center;
}
.cid-uYzbXrbZ5s .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYzbXrbZ5s .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYzbXrbZ5s .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYzbXrbZ5s .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uYzbXrbZ5s .foot-menu-item {
  transform: 0.2s;
}
.cid-uYzbXrbZ5s .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uYzbXrbZ5s .foot-menu {
    justify-content: center;
  }
  .cid-uYzbXrbZ5s .mbr-text {
    text-align: center;
  }
  .cid-uYzbXrbZ5s .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYzbXrbZ5s .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uYzbXrbZ5s .link:hover {
  text-decoration: underline;
}
.cid-uYzbXrbZ5s .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uYzbXrbZ5s .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uYzbXrbZ5s .container {
    padding: 0;
  }
}
.cid-uYzbXrbZ5s .media-container-row .mbr-text {
  color: #cccccc;
  text-align: center;
}
