body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #737373 !important;
}
.bg-success {
  background-color: #08af83 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #737373 !important;
  border-color: #737373 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #737373;
  border-color: #737373;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f14555;
  border-color: #f14555;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-secondary:hover {
  background-color: #ed162a !important;
  border-color: #ed162a !important;
}
.btn-info,
.btn-info:active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-info:hover {
  background-color: #a91f50 !important;
  border-color: #a91f50 !important;
}
.btn-success,
.btn-success:active {
  background-color: #08af83 !important;
  border-color: #08af83 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #08af83;
  border-color: #08af83;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-success:hover {
  background-color: #067e5e !important;
  border-color: #067e5e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #737373;
  color: #737373;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #737373 !important;
  border-color: #737373;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f14555;
  color: #f14555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f14555 !important;
  border-color: #f14555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d42764;
  color: #d42764;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d42764 !important;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #08af83;
  color: #08af83;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #08af83 !important;
  border-color: #08af83;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.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 !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #737373 !important;
}
.text-secondary {
  color: #f14555 !important;
}
.text-success {
  color: #08af83 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #999999 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c10f1f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #044d3a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #737373 !important;
}
.alert-success {
  background-color: #08af83;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #737373;
  border-color: #737373;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #737373;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #40f6c6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #737373;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #737373;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #737373;
  border-bottom-color: #737373;
}
.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: #737373 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f14555 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-uBghR3ydm6 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uBghR3ydm6 .nav-link,
.cid-uBghR3ydm6 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uBghR3ydm6 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uBghR3ydm6 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uBghR3ydm6 .nav-link.text-primary:hover,
.cid-uBghR3ydm6 .nav-link.text-primary:focus {
  color: #737373 !important;
}
.cid-uBghR3ydm6 .icons-menu {
  line-height: 0;
}
.cid-uBghR3ydm6 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uBghR3ydm6 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uBghR3ydm6 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uBghR3ydm6 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uBghR3ydm6 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uBghR3ydm6 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-uBghR3ydm6.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uBghR3ydm6 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uBghR3ydm6 .btn {
    white-space: nowrap;
  }
  .cid-uBghR3ydm6 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uBghR3ydm6 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uBghR3ydm6 .nav-item.dropdown:hover::before,
  .cid-uBghR3ydm6 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uBghR3ydm6 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uBghR3ydm6 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uBghR3ydm6 .navbar > .container,
.cid-uBghR3ydm6 .navbar > .container-fluid {
  align-items: center;
}
.cid-uBghR3ydm6 .dropdown-toggle::after,
.cid-uBghR3ydm6 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uBghR3ydm6 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uBghR3ydm6 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uBghR3ydm6 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uBghR3ydm6 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uBghR3ydm6 .nav-item:focus,
.cid-uBghR3ydm6 .nav-link:focus {
  outline: none;
}
.cid-uBghR3ydm6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uBghR3ydm6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBghR3ydm6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uBghR3ydm6 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uBghR3ydm6 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uBghR3ydm6 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uBghR3ydm6 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uBghR3ydm6 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uBghR3ydm6 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-uBghR3ydm6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBghR3ydm6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBghR3ydm6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-uBghR3ydm6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBghR3ydm6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBghR3ydm6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uBghR3ydm6 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uBghR3ydm6 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uBghR3ydm6 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBghR3ydm6.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBghR3ydm6 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uBghR3ydm6 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uBghR3ydm6 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uBghR3ydm6 .navbar-logo {
    margin: 0;
  }
  .cid-uBghR3ydm6 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uBghR3ydm6 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uBghR3ydm6 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBghR3ydm6 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uBghR3ydm6 .navbar {
    padding: 13px 90px;
  }
  .cid-uBghR3ydm6 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uBghR3ydm6 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uBghR3ydm6 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uBghR3ydm6 .dropdown-toggle::after,
  .cid-uBghR3ydm6 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uBghR3ydm6 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uBghR3ydm6 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uBghR3ydm6 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uBghR3ydm6 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uBghR3ydm6 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uBghR3ydm6.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uBghR3ydm6.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uBghR3ydm6.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBghR3ydm6.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uBghR3ydm6 .navbar {
    padding: 0 !important;
  }
  .cid-uBghR3ydm6 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uBghR3ydm6 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uBghR3ydm6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uBghR3ydm6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBghR3ydm6 .dropdown-item.active,
.cid-uBghR3ydm6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBghR3ydm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBghR3ydm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uBghR3ydm6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uBghR3ydm6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #737373;
}
.cid-uBghR3ydm6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBghR3ydm6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBghR3ydm6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBghR3ydm6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBghR3ydm6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBghR3ydm6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBghR3ydm6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBghR3ydm6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uBghR3ydm6 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uBghR3ydm6 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBghR3ydm6 .navbar {
    height: 97px;
  }
  .cid-uBghR3ydm6 .navbar.opened {
    height: auto;
  }
  .cid-uBghR3ydm6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBgpsNioXL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBgpsNioXL .title__block {
  position: relative;
  z-index: 10;
}
.cid-uBgpsNioXL .mbr-section-title {
  margin-bottom: 25px;
  color: #737373;
}
.cid-uBgpsNioXL .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #737373;
}
.cid-uBgpsNioXL .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uBgpsNioXL .mbr-section-btn {
  padding-right: 150px;
}
.cid-uBgpsNioXL .slider__block .container {
  padding: 0 15px;
}
.cid-uBgpsNioXL .carousel {
  padding-bottom: 100px;
}
.cid-uBgpsNioXL .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uBgpsNioXL .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uBgpsNioXL .carousel-item.active {
  opacity: 1;
}
.cid-uBgpsNioXL .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uBgpsNioXL .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uBgpsNioXL .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uBgpsNioXL .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uBgpsNioXL .carousel-item .cloneditem-1,
.cid-uBgpsNioXL .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uBgpsNioXL .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uBgpsNioXL .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uBgpsNioXL .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uBgpsNioXL .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uBgpsNioXL .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uBgpsNioXL .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uBgpsNioXL .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uBgpsNioXL .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uBgpsNioXL .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uBgpsNioXL .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uBgpsNioXL .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uBgpsNioXL .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uBgpsNioXL .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uBgpsNioXL .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uBgpsNioXL .cloneditem-1,
.cid-uBgpsNioXL .cloneditem-2,
.cid-uBgpsNioXL .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uBgpsNioXL .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uBgpsNioXL .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uBgpsNioXL .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uBgpsNioXL .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uBgpsNioXL .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uBgpsNioXL .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uBgpsNioXL .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uBgpsNioXL .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uBgpsNioXL .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uBgpsNioXL .carousel-inner.slides2 .cloneditem-1,
  .cid-uBgpsNioXL .carousel-inner.slides2 .cloneditem-2,
  .cid-uBgpsNioXL .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uBgpsNioXL .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uBgpsNioXL .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uBgpsNioXL .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uBgpsNioXL .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uBgpsNioXL .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uBgpsNioXL .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uBgpsNioXL .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uBgpsNioXL .carousel-inner.slides3 .cloneditem-1,
  .cid-uBgpsNioXL .carousel-inner.slides3 .cloneditem-2,
  .cid-uBgpsNioXL .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uBgpsNioXL .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uBgpsNioXL .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uBgpsNioXL .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uBgpsNioXL .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uBgpsNioXL .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uBgpsNioXL .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uBgpsNioXL .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uBgpsNioXL .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uBgpsNioXL .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uBgpsNioXL .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uBgpsNioXL .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uBgpsNioXL .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uBgpsNioXL .carousel {
    padding-bottom: 50px;
  }
}
.cid-uBgpsNioXL .mbr-text,
.cid-uBgpsNioXL .mbr-section-btn {
  color: #737373;
}
.cid-uBh3vLdG39 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/20240421-190037-2000x2667.jpeg");
}
.cid-uBh3vLdG39 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uBh3vLdG39 .mbr-section-title b,
.cid-uBh3vLdG39 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uBh3vLdG39 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uBh3vLdG39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBh3vLdG39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBh3vLdG39 .mbr-section-title,
.cid-uBh3vLdG39 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uBh3vLdG39 .mbr-section-title,
.cid-uBh3vLdG39 .mbr-section-btn {
  color: #f3eee8;
}
.cid-uJh7ULgBos {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f3eee8;
}
.cid-uJh7ULgBos .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #737373;
}
.cid-uJh7ULgBos .mbr-section-title {
  color: #d3045f;
}
.cid-uJh7ULgBos .link {
  display: block;
  margin-top: 50px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uJh7ULgBos .link a {
  font-weight: 700;
}
.cid-uJh7ULgBos .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uJh7ULgBos .link:hover span {
  transform: translateX(9px);
}
.cid-uJh7ULgBos .wrap {
  margin-top: 13px;
}
.cid-uJh7ULgBos .wrap .card__block {
  position: relative;
  padding-right: 90px;
  margin-bottom: 69px;
}
.cid-uJh7ULgBos .wrap .card__block:before {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  width: 29px;
  height: 29px;
  background-image: url("../../../assets/images/logo-casa-teresa-alba-170x170.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uJh7ULgBos .wrap .card__block .card__text {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cid-uJh7ULgBos .mbr-section-subtitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .cid-uJh7ULgBos .wrap {
    margin-top: 45px;
  }
  .cid-uJh7ULgBos .wrap .card__block {
    min-height: 29px;
    padding-right: 5px;
    margin-bottom: 29px;
  }
  .cid-uJh7ULgBos .wrap .card__block:before {
    left: -52px;
  }
  .cid-uJh7ULgBos .link {
    margin-top: 12px;
    margin-bottom: 9px;
  }
}
.cid-uJh7ULgBos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh7ULgBos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh7ULgBos .card__text {
  text-align: left;
  color: #737373;
}
.cid-uJh7ULgBos .mbr-section-title,
.cid-uJh7ULgBos .link {
  color: #737373;
  text-align: left;
}
.cid-uJh7DwFMtK {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-uJh7DwFMtK .mbr-section-subtitle {
  font-weight: 500;
  color: #737373;
}
.cid-uJh7DwFMtK .wrap {
  padding-left: 90px;
}
.cid-uJh7DwFMtK .mbr-section-title {
  color: #737373;
}
.cid-uJh7DwFMtK .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uJh7DwFMtK .link a {
  font-weight: 700;
}
.cid-uJh7DwFMtK .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uJh7DwFMtK .link:hover span {
  transform: translateX(9px);
}
.cid-uJh7DwFMtK .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #737373;
}
.cid-uJh7DwFMtK .mbr-text {
  margin-bottom: 10px;
}
.cid-uJh7DwFMtK .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-uJh7DwFMtK .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-uJh7DwFMtK .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-uJh7DwFMtK .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uJh7DwFMtK .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uJh7DwFMtK .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-uJh7DwFMtK .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-uJh7DwFMtK .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uJh7DwFMtK .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-uJh7DwFMtK .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-uJh7DwFMtK .image__block {
    transform: translateX(-30px);
  }
  .cid-uJh7DwFMtK .figure:before {
    content: none;
  }
  .cid-uJh7DwFMtK .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-uJh7DwFMtK .wrap {
    padding-left: 0;
  }
  .cid-uJh7DwFMtK .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-uJh7DwFMtK .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-uJh7DwFMtK .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-uJh7DwFMtK .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uJh7DwFMtK .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-uJh7DwFMtK .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-uJh7DwFMtK .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-uJh7DwFMtK .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-uJh7DwFMtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh7DwFMtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1l6Lexutq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3eee8;
}
.cid-s1l6Lexutq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-s1l6Lexutq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-s1l6Lexutq .logo__footer img {
  display: block;
  width: 85px;
  object-fit: cover ;
}
.cid-s1l6Lexutq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-s1l6Lexutq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-s1l6Lexutq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-s1l6Lexutq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-s1l6Lexutq .item a {
  font-weight: 600;
}
.cid-s1l6Lexutq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-s1l6Lexutq .item:last-child:after {
  display: none;
}
.cid-s1l6Lexutq .footer__social {
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #737373;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-s1l6Lexutq .mbr-iconfont:hover {
  color: #737373;
}
.cid-s1l6Lexutq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ffffff;
}
.cid-s1l6Lexutq .footer__ink {
  text-align: right;
}
.cid-s1l6Lexutq .copyright,
.cid-s1l6Lexutq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s1l6Lexutq .footer__menu {
    padding-right: 0;
  }
}
.cid-s1l6Lexutq .copyright {
  color: #737373;
}
.cid-s1l6Lexutq .ink {
  color: #737373;
}
.cid-uELHezZBhf {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uELHezZBhf .nav-link,
.cid-uELHezZBhf .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uELHezZBhf .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uELHezZBhf .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uELHezZBhf .nav-link.text-primary:hover,
.cid-uELHezZBhf .nav-link.text-primary:focus {
  color: #737373 !important;
}
.cid-uELHezZBhf .icons-menu {
  line-height: 0;
}
.cid-uELHezZBhf .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uELHezZBhf .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uELHezZBhf .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uELHezZBhf .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uELHezZBhf .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uELHezZBhf .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-uELHezZBhf.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uELHezZBhf .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uELHezZBhf .btn {
    white-space: nowrap;
  }
  .cid-uELHezZBhf .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uELHezZBhf .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uELHezZBhf .nav-item.dropdown:hover::before,
  .cid-uELHezZBhf .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uELHezZBhf .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uELHezZBhf .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uELHezZBhf .navbar > .container,
.cid-uELHezZBhf .navbar > .container-fluid {
  align-items: center;
}
.cid-uELHezZBhf .dropdown-toggle::after,
.cid-uELHezZBhf .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uELHezZBhf .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uELHezZBhf .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uELHezZBhf .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uELHezZBhf .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uELHezZBhf .nav-item:focus,
.cid-uELHezZBhf .nav-link:focus {
  outline: none;
}
.cid-uELHezZBhf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uELHezZBhf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELHezZBhf .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uELHezZBhf a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uELHezZBhf ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uELHezZBhf .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uELHezZBhf .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uELHezZBhf .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uELHezZBhf .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-uELHezZBhf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELHezZBhf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uELHezZBhf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-uELHezZBhf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uELHezZBhf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELHezZBhf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uELHezZBhf .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uELHezZBhf .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uELHezZBhf .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELHezZBhf.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELHezZBhf .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uELHezZBhf .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uELHezZBhf .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uELHezZBhf .navbar-logo {
    margin: 0;
  }
  .cid-uELHezZBhf .navbar-logo img {
    height: 60px !important;
  }
  .cid-uELHezZBhf .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uELHezZBhf .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uELHezZBhf .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uELHezZBhf .navbar {
    padding: 13px 90px;
  }
  .cid-uELHezZBhf .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uELHezZBhf .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uELHezZBhf .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uELHezZBhf .dropdown-toggle::after,
  .cid-uELHezZBhf .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uELHezZBhf .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uELHezZBhf a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uELHezZBhf ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uELHezZBhf .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uELHezZBhf .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uELHezZBhf.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uELHezZBhf.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uELHezZBhf.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uELHezZBhf.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uELHezZBhf .navbar {
    padding: 0 !important;
  }
  .cid-uELHezZBhf ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uELHezZBhf a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uELHezZBhf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uELHezZBhf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELHezZBhf .dropdown-item.active,
.cid-uELHezZBhf .dropdown-item:active {
  background-color: transparent;
}
.cid-uELHezZBhf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uELHezZBhf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uELHezZBhf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uELHezZBhf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #737373;
}
.cid-uELHezZBhf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uELHezZBhf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uELHezZBhf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uELHezZBhf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uELHezZBhf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uELHezZBhf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uELHezZBhf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uELHezZBhf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uELHezZBhf .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uELHezZBhf .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uELHezZBhf .navbar {
    height: 97px;
  }
  .cid-uELHezZBhf .navbar.opened {
    height: auto;
  }
  .cid-uELHezZBhf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFraPi0Iwk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFraPi0Iwk .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFraPi0Iwk .mbr-section-title b,
.cid-uFraPi0Iwk .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uFraPi0Iwk .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFraPi0Iwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFraPi0Iwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFraPi0Iwk .mbr-section-title,
.cid-uFraPi0Iwk .mbr-section-btn {
  color: #737373;
  text-align: center;
}
.cid-uELIkNt7OJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uELIkNt7OJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uELIkNt7OJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uELIkNt7OJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uELIkNt7OJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uELIkNt7OJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uELIkNt7OJ .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uELIkNt7OJ .mbr-section-subtitle {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uELIkNt7OJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELIkNt7OJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSX2clCWS {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFSX2clCWS .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFSX2clCWS .mbr-section-title b,
.cid-uFSX2clCWS .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uFSX2clCWS .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uFSX2clCWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSX2clCWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSX2clCWS .mbr-section-title,
.cid-uFSX2clCWS .mbr-section-btn {
  text-align: center;
  color: #737373;
}
.cid-uELHeFIRYn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3eee8;
}
.cid-uELHeFIRYn .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-uELHeFIRYn .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uELHeFIRYn .logo__footer img {
  display: block;
  width: 85px;
  object-fit: cover ;
}
.cid-uELHeFIRYn .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uELHeFIRYn .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uELHeFIRYn .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uELHeFIRYn .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uELHeFIRYn .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uELHeFIRYn .item a {
  font-weight: 600;
}
.cid-uELHeFIRYn .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uELHeFIRYn .item:last-child:after {
  display: none;
}
.cid-uELHeFIRYn .footer__social {
  padding-bottom: 21px;
}
.cid-uELHeFIRYn .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #737373;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uELHeFIRYn .mbr-iconfont:hover {
  color: #737373;
}
.cid-uELHeFIRYn .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ffffff;
}
.cid-uELHeFIRYn .footer__ink {
  text-align: right;
}
.cid-uELHeFIRYn .copyright,
.cid-uELHeFIRYn .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uELHeFIRYn .footer__menu {
    padding-right: 0;
  }
}
.cid-uELHeFIRYn .copyright {
  color: #737373;
}
.cid-uELHeFIRYn .ink {
  color: #737373;
}
.cid-uFqB9b3HgD {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFqB9b3HgD .nav-link,
.cid-uFqB9b3HgD .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFqB9b3HgD .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFqB9b3HgD .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFqB9b3HgD .nav-link.text-primary:hover,
.cid-uFqB9b3HgD .nav-link.text-primary:focus {
  color: #737373 !important;
}
.cid-uFqB9b3HgD .icons-menu {
  line-height: 0;
}
.cid-uFqB9b3HgD .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFqB9b3HgD .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFqB9b3HgD .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFqB9b3HgD .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFqB9b3HgD .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFqB9b3HgD .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-uFqB9b3HgD.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFqB9b3HgD .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFqB9b3HgD .btn {
    white-space: nowrap;
  }
  .cid-uFqB9b3HgD .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFqB9b3HgD .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFqB9b3HgD .nav-item.dropdown:hover::before,
  .cid-uFqB9b3HgD .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFqB9b3HgD .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFqB9b3HgD .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFqB9b3HgD .navbar > .container,
.cid-uFqB9b3HgD .navbar > .container-fluid {
  align-items: center;
}
.cid-uFqB9b3HgD .dropdown-toggle::after,
.cid-uFqB9b3HgD .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFqB9b3HgD .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFqB9b3HgD .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFqB9b3HgD .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFqB9b3HgD .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFqB9b3HgD .nav-item:focus,
.cid-uFqB9b3HgD .nav-link:focus {
  outline: none;
}
.cid-uFqB9b3HgD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFqB9b3HgD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqB9b3HgD .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFqB9b3HgD a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFqB9b3HgD ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFqB9b3HgD .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFqB9b3HgD .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFqB9b3HgD .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFqB9b3HgD .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-uFqB9b3HgD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqB9b3HgD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFqB9b3HgD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-uFqB9b3HgD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFqB9b3HgD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqB9b3HgD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFqB9b3HgD .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFqB9b3HgD .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFqB9b3HgD .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqB9b3HgD.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqB9b3HgD .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFqB9b3HgD .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFqB9b3HgD .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFqB9b3HgD .navbar-logo {
    margin: 0;
  }
  .cid-uFqB9b3HgD .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFqB9b3HgD .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFqB9b3HgD .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFqB9b3HgD .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFqB9b3HgD .navbar {
    padding: 13px 90px;
  }
  .cid-uFqB9b3HgD .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFqB9b3HgD .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFqB9b3HgD .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFqB9b3HgD .dropdown-toggle::after,
  .cid-uFqB9b3HgD .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFqB9b3HgD .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFqB9b3HgD a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFqB9b3HgD ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFqB9b3HgD .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFqB9b3HgD .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFqB9b3HgD.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFqB9b3HgD.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFqB9b3HgD.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFqB9b3HgD.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFqB9b3HgD .navbar {
    padding: 0 !important;
  }
  .cid-uFqB9b3HgD ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFqB9b3HgD a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFqB9b3HgD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFqB9b3HgD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqB9b3HgD .dropdown-item.active,
.cid-uFqB9b3HgD .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqB9b3HgD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFqB9b3HgD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFqB9b3HgD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFqB9b3HgD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #737373;
}
.cid-uFqB9b3HgD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFqB9b3HgD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFqB9b3HgD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFqB9b3HgD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFqB9b3HgD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFqB9b3HgD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFqB9b3HgD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFqB9b3HgD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFqB9b3HgD .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFqB9b3HgD .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFqB9b3HgD .navbar {
    height: 97px;
  }
  .cid-uFqB9b3HgD .navbar.opened {
    height: auto;
  }
  .cid-uFqB9b3HgD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqBgTqDRZ {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uFqBgTqDRZ .mbr-section-title {
  margin-bottom: 25px;
  text-align: center;
  color: #737373;
}
.cid-uFqBgTqDRZ .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  text-align: center;
  color: #737373;
}
.cid-uFqBgTqDRZ .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uFqBgTqDRZ .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uFqBgTqDRZ .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #000000;
}
.cid-uFqBgTqDRZ .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #737373 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uFqBgTqDRZ .mbr-gallery-filter ul {
  display: block;
}
.cid-uFqBgTqDRZ .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uFqBgTqDRZ .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uFqBgTqDRZ .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uFqBgTqDRZ .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #737373;
  transition: all 0.3s ease;
}
.cid-uFqBgTqDRZ .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uFqBgTqDRZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFqBgTqDRZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uFqBgTqDRZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uFqBgTqDRZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFqBgTqDRZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFqBgTqDRZ .mbr-gallery-item > div:hover::before {
  opacity: 0.2 !important;
}
.cid-uFqBgTqDRZ .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uFqBgTqDRZ .icon-focus {
  display: none;
}
.cid-uFqBgTqDRZ .mbr-gallery-item > div img,
.cid-uFqBgTqDRZ .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uFqBgTqDRZ .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uFqBgTqDRZ .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uFqBgTqDRZ .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uFqBgTqDRZ .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uFqBgTqDRZ .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uFqBgTqDRZ .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uFqBgTqDRZ .mbr-section-title {
    text-align: center;
  }
  .cid-uFqBgTqDRZ .image {
    top: auto;
    height: 420px;
  }
  .cid-uFqBgTqDRZ .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uFqBgTqDRZ .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uFqBgTqDRZ .mbr-gallery-item > div img,
  .cid-uFqBgTqDRZ .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uFqBgTqDRZ .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uFqBgTqDRZ .image {
    height: 290px;
  }
}
.cid-uFqB9c6Z2U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3eee8;
}
.cid-uFqB9c6Z2U .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-uFqB9c6Z2U .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFqB9c6Z2U .logo__footer img {
  display: block;
  width: 85px;
  object-fit: cover ;
}
.cid-uFqB9c6Z2U .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFqB9c6Z2U .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFqB9c6Z2U .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFqB9c6Z2U .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFqB9c6Z2U .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFqB9c6Z2U .item a {
  font-weight: 600;
}
.cid-uFqB9c6Z2U .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFqB9c6Z2U .item:last-child:after {
  display: none;
}
.cid-uFqB9c6Z2U .footer__social {
  padding-bottom: 21px;
}
.cid-uFqB9c6Z2U .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #737373;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFqB9c6Z2U .mbr-iconfont:hover {
  color: #737373;
}
.cid-uFqB9c6Z2U .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ffffff;
}
.cid-uFqB9c6Z2U .footer__ink {
  text-align: right;
}
.cid-uFqB9c6Z2U .copyright,
.cid-uFqB9c6Z2U .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFqB9c6Z2U .footer__menu {
    padding-right: 0;
  }
}
.cid-uFqB9c6Z2U .copyright {
  color: #737373;
}
.cid-uFqB9c6Z2U .ink {
  color: #737373;
}
.cid-uFT6nJidzE {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uFT6nJidzE .nav-link,
.cid-uFT6nJidzE .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uFT6nJidzE .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFT6nJidzE .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFT6nJidzE .nav-link.text-primary:hover,
.cid-uFT6nJidzE .nav-link.text-primary:focus {
  color: #737373 !important;
}
.cid-uFT6nJidzE .icons-menu {
  line-height: 0;
}
.cid-uFT6nJidzE .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uFT6nJidzE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uFT6nJidzE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uFT6nJidzE .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uFT6nJidzE .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uFT6nJidzE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-uFT6nJidzE.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uFT6nJidzE .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uFT6nJidzE .btn {
    white-space: nowrap;
  }
  .cid-uFT6nJidzE .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uFT6nJidzE .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uFT6nJidzE .nav-item.dropdown:hover::before,
  .cid-uFT6nJidzE .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uFT6nJidzE .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uFT6nJidzE .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFT6nJidzE .navbar > .container,
.cid-uFT6nJidzE .navbar > .container-fluid {
  align-items: center;
}
.cid-uFT6nJidzE .dropdown-toggle::after,
.cid-uFT6nJidzE .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uFT6nJidzE .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uFT6nJidzE .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uFT6nJidzE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uFT6nJidzE .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uFT6nJidzE .nav-item:focus,
.cid-uFT6nJidzE .nav-link:focus {
  outline: none;
}
.cid-uFT6nJidzE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFT6nJidzE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFT6nJidzE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFT6nJidzE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uFT6nJidzE ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uFT6nJidzE .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFT6nJidzE .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFT6nJidzE .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFT6nJidzE .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-uFT6nJidzE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFT6nJidzE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFT6nJidzE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-uFT6nJidzE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFT6nJidzE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFT6nJidzE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFT6nJidzE .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uFT6nJidzE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uFT6nJidzE .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFT6nJidzE.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFT6nJidzE .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uFT6nJidzE .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFT6nJidzE .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uFT6nJidzE .navbar-logo {
    margin: 0;
  }
  .cid-uFT6nJidzE .navbar-logo img {
    height: 60px !important;
  }
  .cid-uFT6nJidzE .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uFT6nJidzE .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFT6nJidzE .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uFT6nJidzE .navbar {
    padding: 13px 90px;
  }
  .cid-uFT6nJidzE .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFT6nJidzE .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uFT6nJidzE .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFT6nJidzE .dropdown-toggle::after,
  .cid-uFT6nJidzE .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uFT6nJidzE .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uFT6nJidzE a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uFT6nJidzE ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uFT6nJidzE .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uFT6nJidzE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uFT6nJidzE.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFT6nJidzE.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFT6nJidzE.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFT6nJidzE.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uFT6nJidzE .navbar {
    padding: 0 !important;
  }
  .cid-uFT6nJidzE ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uFT6nJidzE a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uFT6nJidzE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uFT6nJidzE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFT6nJidzE .dropdown-item.active,
.cid-uFT6nJidzE .dropdown-item:active {
  background-color: transparent;
}
.cid-uFT6nJidzE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFT6nJidzE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uFT6nJidzE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFT6nJidzE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #737373;
}
.cid-uFT6nJidzE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFT6nJidzE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFT6nJidzE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFT6nJidzE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFT6nJidzE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFT6nJidzE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFT6nJidzE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFT6nJidzE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uFT6nJidzE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uFT6nJidzE .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFT6nJidzE .navbar {
    height: 97px;
  }
  .cid-uFT6nJidzE .navbar.opened {
    height: auto;
  }
  .cid-uFT6nJidzE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFT6y27SzV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFT6y27SzV .title__block {
  margin-bottom: 89px;
}
.cid-uFT6y27SzV .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFT6y27SzV .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uFT6y27SzV .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #737373;
}
.cid-uFT6y27SzV .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-uFT6y27SzV .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uFT6y27SzV .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-uFT6y27SzV .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uFT6y27SzV .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uFT6y27SzV .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uFT6y27SzV .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uFT6y27SzV .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #003d59;
}
.cid-uFT6y27SzV .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uFT6y27SzV .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #003d59;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uFT6y27SzV .title__block {
    margin-bottom: 40px;
  }
  .cid-uFT6y27SzV .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uFT6y27SzV .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uFT6y27SzV .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uFT6y27SzV .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uFT6y27SzV .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uFT6y27SzV .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uFT6y27SzV .iconBackground {
    left: 0 !important;
  }
  .cid-uFT6y27SzV .separline:before {
    left: 0 !important;
  }
}
.cid-uFT6y27SzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFT6y27SzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFT6y27SzV .mbr-section-title {
  color: #737373;
}
.cid-uFT6y27SzV .mbr-section-subtitle {
  color: #737373;
}
.cid-uFT6y27SzV .mbr-timeline-text {
  color: #737373;
}
.cid-uFT6nLLiuF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3eee8;
}
.cid-uFT6nLLiuF .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-uFT6nLLiuF .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFT6nLLiuF .logo__footer img {
  display: block;
  width: 85px;
  object-fit: cover ;
}
.cid-uFT6nLLiuF .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uFT6nLLiuF .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uFT6nLLiuF .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uFT6nLLiuF .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uFT6nLLiuF .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uFT6nLLiuF .item a {
  font-weight: 600;
}
.cid-uFT6nLLiuF .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uFT6nLLiuF .item:last-child:after {
  display: none;
}
.cid-uFT6nLLiuF .footer__social {
  padding-bottom: 21px;
}
.cid-uFT6nLLiuF .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #737373;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uFT6nLLiuF .mbr-iconfont:hover {
  color: #737373;
}
.cid-uFT6nLLiuF .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ffffff;
}
.cid-uFT6nLLiuF .footer__ink {
  text-align: right;
}
.cid-uFT6nLLiuF .copyright,
.cid-uFT6nLLiuF .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uFT6nLLiuF .footer__menu {
    padding-right: 0;
  }
}
.cid-uFT6nLLiuF .copyright {
  color: #737373;
}
.cid-uFT6nLLiuF .ink {
  color: #737373;
}
