@import url(https://fonts.googleapis.com/css?family=Charm:400,700&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Charm', handwriting;
  font-size: 4.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Charm', handwriting;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Charm', handwriting;
  font-size: 1.5rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-5 {
  font-family: 'Charm', handwriting;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Charm', handwriting;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  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-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.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-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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-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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Charm', handwriting;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-rShLbQ3osu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200224-wa0014.jpg");
}
.cid-rShLbQ3osu H3 {
  color: #ffffff;
}
.cid-rShLc3v1AN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200224-wa0017.jpg");
}
.cid-rShLl4fuIu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200224-wa0027.jpg");
}
.cid-rSiU2vSlyU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200224-wa0035.jpg");
}
.cid-rShM2htuh8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rShM2htuh8 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rShM2htuh8 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rShM2htuh8 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rShM2htuh8 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rShM2htuh8 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rShM2htuh8 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rShM2htuh8 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rShM2htuh8 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rShM2htuh8 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rShM2htuh8 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rShM2htuh8 [class^="socicon-"]:before,
.cid-rShM2htuh8 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rShM2htuh8 .btn {
    font-size: 20px !important;
  }
}
.cid-rShLNjz3XP {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rShLNjz3XP .content {
    text-align: center;
  }
  .cid-rShLNjz3XP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rShLNjz3XP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rShLNjz3XP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rShLNjz3XP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rShLNjz3XP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rShLNjz3XP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rShLNjz3XP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rShLNjz3XP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rShLNjz3XP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rShLNjz3XP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rShLNjz3XP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rShLNjz3XP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rShLNjz3XP P {
  color: #232323;
}
.cid-rShLNjz3XP H5 {
  color: #232323;
}
.cid-rShRAX7mdl .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rShRAX7mdl .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-rShRAX7mdl a {
  font-style: normal;
}
.cid-rShRAX7mdl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rShRAX7mdl .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rShRAX7mdl .nav-item:focus,
.cid-rShRAX7mdl .nav-link:focus {
  outline: none;
}
.cid-rShRAX7mdl .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rShRAX7mdl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rShRAX7mdl .menu-logo {
  margin-right: auto;
}
.cid-rShRAX7mdl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShRAX7mdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rShRAX7mdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rShRAX7mdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rShRAX7mdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rShRAX7mdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rShRAX7mdl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rShRAX7mdl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rShRAX7mdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rShRAX7mdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShRAX7mdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rShRAX7mdl .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rShRAX7mdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rShRAX7mdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShRAX7mdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rShRAX7mdl .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rShRAX7mdl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rShRAX7mdl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rShRAX7mdl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rShRAX7mdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rShRAX7mdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rShRAX7mdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rShRAX7mdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rShRAX7mdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rShRAX7mdl button.navbar-toggler:focus {
  outline: none;
}
.cid-rShRAX7mdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rShRAX7mdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShRAX7mdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShRAX7mdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShRAX7mdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShRAX7mdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShRAX7mdl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShRAX7mdl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShRAX7mdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShRAX7mdl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rShRAX7mdl .collapsed .btn {
  display: -webkit-flex;
}
.cid-rShRAX7mdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rShRAX7mdl .collapsed .navbar-collapse.collapsing,
.cid-rShRAX7mdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rShRAX7mdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rShRAX7mdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rShRAX7mdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rShRAX7mdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rShRAX7mdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rShRAX7mdl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rShRAX7mdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rShRAX7mdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rShRAX7mdl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rShRAX7mdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-rShRAX7mdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rShRAX7mdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rShRAX7mdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rShRAX7mdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rShRAX7mdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rShRAX7mdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rShRAX7mdl.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rShRAX7mdl img {
    height: 3.8rem !important;
  }
  .cid-rShRAX7mdl .btn {
    display: -webkit-flex;
  }
  .cid-rShRAX7mdl button.navbar-toggler {
    display: block;
  }
  .cid-rShRAX7mdl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rShRAX7mdl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rShRAX7mdl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rShRAX7mdl .navbar-collapse.collapsing,
  .cid-rShRAX7mdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-rShRAX7mdl .navbar-collapse.collapsing .navbar-nav,
  .cid-rShRAX7mdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rShRAX7mdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rShRAX7mdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rShRAX7mdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-rShRAX7mdl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rShRAX7mdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rShRAX7mdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rShRAX7mdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rShRAX7mdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rShRAX7mdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rShRAX7mdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rShRAX7mdl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rShRAX7mdl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rShRAX7mdl .nav-link:hover,
.cid-rShRAX7mdl .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rShSroV1QC {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("assets/images-new/brand/scavolini/13599_forni-Neff-per-Scavolini.jpg");
}
.cid-rShSroV1QC H1 {
  text-align: left;
}
.cid-rShSroV1QC H3 {
  text-align: left;
  color: #ffffff;
}
.cid-rShSroV1QC .mbr-text,
.cid-rShSroV1QC .mbr-section-btn {
  text-align: left;
}
.cid-rShVjb0gLV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rShVjb0gLV .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rShVjb0gLV H2 {
  text-align: left;
}
.cid-rShTjGv6DR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rShTjGv6DR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rShTjGv6DR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rShTjGv6DR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rShTjGv6DR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rShTjGv6DR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rShTjGv6DR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rShTjGv6DR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rShTjGv6DR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rShTjGv6DR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rShSrzkZsS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rShSrzkZsS .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rShSrzkZsS .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rShSrzkZsS .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rShSrzkZsS .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rShSrzkZsS .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rShSrzkZsS .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rShSrzkZsS .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rShSrzkZsS .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rShSrzkZsS .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rShSrzkZsS .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rShSrzkZsS [class^="socicon-"]:before,
.cid-rShSrzkZsS [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rShSrzkZsS .btn {
    font-size: 20px !important;
  }
}
.cid-rShSrD7GQ9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rShSrD7GQ9 .content {
    text-align: center;
  }
  .cid-rShSrD7GQ9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rShSrD7GQ9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rShSrD7GQ9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rShSrD7GQ9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rShSrD7GQ9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rShSrD7GQ9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rShSrD7GQ9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rShSrD7GQ9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rShSrD7GQ9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rShSrD7GQ9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rShSrD7GQ9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rShSrD7GQ9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rShSrD7GQ9 P {
  color: #232323;
}
.cid-rShSrD7GQ9 H5 {
  color: #232323;
}
.cid-rShSrIAuGn .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rShSrIAuGn .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-rShSrIAuGn a {
  font-style: normal;
}
.cid-rShSrIAuGn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rShSrIAuGn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rShSrIAuGn .nav-item:focus,
.cid-rShSrIAuGn .nav-link:focus {
  outline: none;
}
.cid-rShSrIAuGn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rShSrIAuGn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rShSrIAuGn .menu-logo {
  margin-right: auto;
}
.cid-rShSrIAuGn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rShSrIAuGn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rShSrIAuGn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rShSrIAuGn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rShSrIAuGn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rShSrIAuGn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rShSrIAuGn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rShSrIAuGn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rShSrIAuGn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rShSrIAuGn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rShSrIAuGn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rShSrIAuGn .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rShSrIAuGn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rShSrIAuGn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rShSrIAuGn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rShSrIAuGn .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rShSrIAuGn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rShSrIAuGn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rShSrIAuGn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rShSrIAuGn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rShSrIAuGn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rShSrIAuGn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rShSrIAuGn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rShSrIAuGn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rShSrIAuGn button.navbar-toggler:focus {
  outline: none;
}
.cid-rShSrIAuGn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rShSrIAuGn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rShSrIAuGn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rShSrIAuGn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rShSrIAuGn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rShSrIAuGn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShSrIAuGn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rShSrIAuGn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rShSrIAuGn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rShSrIAuGn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rShSrIAuGn .collapsed .btn {
  display: -webkit-flex;
}
.cid-rShSrIAuGn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rShSrIAuGn .collapsed .navbar-collapse.collapsing,
.cid-rShSrIAuGn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rShSrIAuGn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rShSrIAuGn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rShSrIAuGn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rShSrIAuGn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rShSrIAuGn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rShSrIAuGn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rShSrIAuGn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rShSrIAuGn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rShSrIAuGn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rShSrIAuGn .collapsed button.navbar-toggler {
  display: block;
}
.cid-rShSrIAuGn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rShSrIAuGn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rShSrIAuGn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rShSrIAuGn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rShSrIAuGn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rShSrIAuGn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rShSrIAuGn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rShSrIAuGn img {
    height: 3.8rem !important;
  }
  .cid-rShSrIAuGn .btn {
    display: -webkit-flex;
  }
  .cid-rShSrIAuGn button.navbar-toggler {
    display: block;
  }
  .cid-rShSrIAuGn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rShSrIAuGn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rShSrIAuGn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rShSrIAuGn .navbar-collapse.collapsing,
  .cid-rShSrIAuGn .navbar-collapse.show {
    display: block !important;
  }
  .cid-rShSrIAuGn .navbar-collapse.collapsing .navbar-nav,
  .cid-rShSrIAuGn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rShSrIAuGn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rShSrIAuGn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rShSrIAuGn .navbar-collapse.collapsing .navbar-buttons,
  .cid-rShSrIAuGn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rShSrIAuGn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rShSrIAuGn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rShSrIAuGn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rShSrIAuGn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rShSrIAuGn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rShSrIAuGn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rShSrIAuGn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rShSrIAuGn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rShSrIAuGn .nav-link:hover,
.cid-rShSrIAuGn .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rSiidvgQFl {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200224-wa0032-1.jpg");
}
.cid-rSiidvgQFl H1 {
  text-align: left;
}
.cid-rSiidvgQFl H3 {
  text-align: left;
  color: #ffffff;
}
.cid-rSiidvgQFl .mbr-text,
.cid-rSiidvgQFl .mbr-section-btn {
  text-align: left;
}
.cid-rSiidz1EVK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSiidz1EVK .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rSiidz1EVK H2 {
  text-align: left;
}
.cid-rSiidB7SfR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rSiidB7SfR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSiidB7SfR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSiidB7SfR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSiidB7SfR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSiidB7SfR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSiidB7SfR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rSiidB7SfR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rSiidB7SfR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rSiidB7SfR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSiidJxwSh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rSiidJxwSh .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rSiidJxwSh .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rSiidJxwSh .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rSiidJxwSh .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rSiidJxwSh .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rSiidJxwSh .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rSiidJxwSh .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rSiidJxwSh .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rSiidJxwSh .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rSiidJxwSh .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rSiidJxwSh [class^="socicon-"]:before,
.cid-rSiidJxwSh [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rSiidJxwSh .btn {
    font-size: 20px !important;
  }
}
.cid-rSiidMquuM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rSiidMquuM .content {
    text-align: center;
  }
  .cid-rSiidMquuM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rSiidMquuM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rSiidMquuM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rSiidMquuM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rSiidMquuM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rSiidMquuM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rSiidMquuM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rSiidMquuM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rSiidMquuM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rSiidMquuM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rSiidMquuM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rSiidMquuM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rSiidMquuM P {
  color: #232323;
}
.cid-rSiidMquuM H5 {
  color: #232323;
}
.cid-rSiidRZpLY .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rSiidRZpLY .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-rSiidRZpLY a {
  font-style: normal;
}
.cid-rSiidRZpLY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rSiidRZpLY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rSiidRZpLY .nav-item:focus,
.cid-rSiidRZpLY .nav-link:focus {
  outline: none;
}
.cid-rSiidRZpLY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSiidRZpLY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rSiidRZpLY .menu-logo {
  margin-right: auto;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rSiidRZpLY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rSiidRZpLY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSiidRZpLY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSiidRZpLY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSiidRZpLY .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rSiidRZpLY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rSiidRZpLY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSiidRZpLY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSiidRZpLY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rSiidRZpLY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rSiidRZpLY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSiidRZpLY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rSiidRZpLY button.navbar-toggler:focus {
  outline: none;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSiidRZpLY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiidRZpLY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSiidRZpLY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSiidRZpLY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiidRZpLY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSiidRZpLY .collapsed .btn {
  display: -webkit-flex;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rSiidRZpLY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rSiidRZpLY .collapsed button.navbar-toggler {
  display: block;
}
.cid-rSiidRZpLY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rSiidRZpLY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSiidRZpLY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rSiidRZpLY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSiidRZpLY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSiidRZpLY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rSiidRZpLY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSiidRZpLY img {
    height: 3.8rem !important;
  }
  .cid-rSiidRZpLY .btn {
    display: -webkit-flex;
  }
  .cid-rSiidRZpLY button.navbar-toggler {
    display: block;
  }
  .cid-rSiidRZpLY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rSiidRZpLY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSiidRZpLY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing,
  .cid-rSiidRZpLY .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing .navbar-nav,
  .cid-rSiidRZpLY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSiidRZpLY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSiidRZpLY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSiidRZpLY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSiidRZpLY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rSiidRZpLY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSiidRZpLY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSiidRZpLY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rSiidRZpLY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rSiidRZpLY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rSiidRZpLY .nav-link:hover,
.cid-rSiidRZpLY .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rSin0DqYz9 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200224-wa0015.jpg");
}
.cid-rSin0DqYz9 H1 {
  text-align: left;
}
.cid-rSin0DqYz9 H3 {
  text-align: left;
  color: #ffffff;
}
.cid-rSin0DqYz9 .mbr-text,
.cid-rSin0DqYz9 .mbr-section-btn {
  text-align: left;
}
.cid-rSin0GZJsT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSin0GZJsT .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rSin0GZJsT H2 {
  text-align: left;
}
.cid-rSin0IXBg0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rSin0IXBg0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSin0IXBg0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSin0IXBg0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSin0IXBg0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSin0IXBg0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSin0IXBg0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rSin0IXBg0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rSin0IXBg0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rSin0IXBg0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSin0SObEx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rSin0SObEx .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rSin0SObEx .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rSin0SObEx .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rSin0SObEx .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rSin0SObEx .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rSin0SObEx .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rSin0SObEx .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rSin0SObEx .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rSin0SObEx .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rSin0SObEx .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rSin0SObEx [class^="socicon-"]:before,
.cid-rSin0SObEx [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rSin0SObEx .btn {
    font-size: 20px !important;
  }
}
.cid-rSin0VVhDt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rSin0VVhDt .content {
    text-align: center;
  }
  .cid-rSin0VVhDt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rSin0VVhDt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rSin0VVhDt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rSin0VVhDt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rSin0VVhDt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rSin0VVhDt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rSin0VVhDt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rSin0VVhDt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rSin0VVhDt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rSin0VVhDt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rSin0VVhDt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rSin0VVhDt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rSin0VVhDt P {
  color: #232323;
}
.cid-rSin0VVhDt H5 {
  color: #232323;
}
.cid-rSin10eD61 .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rSin10eD61 .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-rSin10eD61 a {
  font-style: normal;
}
.cid-rSin10eD61 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rSin10eD61 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rSin10eD61 .nav-item:focus,
.cid-rSin10eD61 .nav-link:focus {
  outline: none;
}
.cid-rSin10eD61 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSin10eD61 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rSin10eD61 .menu-logo {
  margin-right: auto;
}
.cid-rSin10eD61 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSin10eD61 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rSin10eD61 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSin10eD61 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rSin10eD61 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSin10eD61 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rSin10eD61 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rSin10eD61 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rSin10eD61 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSin10eD61 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSin10eD61 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSin10eD61 .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rSin10eD61 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rSin10eD61 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSin10eD61 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSin10eD61 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rSin10eD61 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rSin10eD61 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rSin10eD61 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rSin10eD61 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rSin10eD61 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSin10eD61 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSin10eD61 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSin10eD61 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rSin10eD61 button.navbar-toggler:focus {
  outline: none;
}
.cid-rSin10eD61 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rSin10eD61 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSin10eD61 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSin10eD61 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSin10eD61 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSin10eD61 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSin10eD61 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSin10eD61 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSin10eD61 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSin10eD61 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSin10eD61 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rSin10eD61 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSin10eD61 .collapsed .navbar-collapse.collapsing,
.cid-rSin10eD61 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSin10eD61 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSin10eD61 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSin10eD61 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSin10eD61 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSin10eD61 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSin10eD61 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSin10eD61 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSin10eD61 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rSin10eD61 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rSin10eD61 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rSin10eD61 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rSin10eD61 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSin10eD61 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rSin10eD61 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSin10eD61 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSin10eD61 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rSin10eD61.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSin10eD61 img {
    height: 3.8rem !important;
  }
  .cid-rSin10eD61 .btn {
    display: -webkit-flex;
  }
  .cid-rSin10eD61 button.navbar-toggler {
    display: block;
  }
  .cid-rSin10eD61 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rSin10eD61 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSin10eD61 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSin10eD61 .navbar-collapse.collapsing,
  .cid-rSin10eD61 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSin10eD61 .navbar-collapse.collapsing .navbar-nav,
  .cid-rSin10eD61 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSin10eD61 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSin10eD61 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rSin10eD61 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSin10eD61 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSin10eD61 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSin10eD61 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSin10eD61 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rSin10eD61 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSin10eD61 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSin10eD61 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rSin10eD61 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rSin10eD61 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rSin10eD61 .nav-link:hover,
.cid-rSin10eD61 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rSiDBAif4W {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSiDBAif4W .mbr-section-subtitle {
  color: #232323;
}
.cid-rSiDqfgLi4 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSiDqfgLi4 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rSiDqfgLi4 .icon-block {
  margin-bottom: 10px;
}
.cid-rSiDqfgLi4 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rSiDqfgLi4 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rSiDqfgLi4 .mbr-text {
  color: #232323;
}
.cid-rSiDqfgLi4 textarea.form-control {
  min-height: 100px;
}
.cid-rSiDqfgLi4 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rSiDqfgLi4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rSiDqfgLi4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rSiDqfgLi4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rSiDqfgLi4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rSiDqfgLi4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rSiDqfgLi4 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rSiDqfgLi4 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rSiDqfgLi4 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rSiCWXdsb8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rSiCWXdsb8 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rSiCWXdsb8 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rSiCWXdsb8 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rSiCWXdsb8 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rSiCWXdsb8 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rSiCWXdsb8 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rSiCWXdsb8 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rSiCWXdsb8 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rSiCWXdsb8 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rSiCWXdsb8 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rSiCWXdsb8 [class^="socicon-"]:before,
.cid-rSiCWXdsb8 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rSiCWXdsb8 .btn {
    font-size: 20px !important;
  }
}
.cid-rSiCX0c0ou {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rSiCX0c0ou .content {
    text-align: center;
  }
  .cid-rSiCX0c0ou .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rSiCX0c0ou .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rSiCX0c0ou .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rSiCX0c0ou .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rSiCX0c0ou .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rSiCX0c0ou .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rSiCX0c0ou .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rSiCX0c0ou .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rSiCX0c0ou .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rSiCX0c0ou .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rSiCX0c0ou .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rSiCX0c0ou .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rSiCX0c0ou P {
  color: #232323;
}
.cid-rSiCX0c0ou H5 {
  color: #232323;
}
.cid-rSiCX4EQeW .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rSiCX4EQeW .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-rSiCX4EQeW a {
  font-style: normal;
}
.cid-rSiCX4EQeW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rSiCX4EQeW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rSiCX4EQeW .nav-item:focus,
.cid-rSiCX4EQeW .nav-link:focus {
  outline: none;
}
.cid-rSiCX4EQeW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSiCX4EQeW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rSiCX4EQeW .menu-logo {
  margin-right: auto;
}
.cid-rSiCX4EQeW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSiCX4EQeW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rSiCX4EQeW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSiCX4EQeW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rSiCX4EQeW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSiCX4EQeW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rSiCX4EQeW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rSiCX4EQeW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rSiCX4EQeW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSiCX4EQeW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSiCX4EQeW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSiCX4EQeW .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rSiCX4EQeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rSiCX4EQeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSiCX4EQeW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSiCX4EQeW .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rSiCX4EQeW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rSiCX4EQeW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rSiCX4EQeW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rSiCX4EQeW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rSiCX4EQeW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSiCX4EQeW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSiCX4EQeW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSiCX4EQeW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rSiCX4EQeW button.navbar-toggler:focus {
  outline: none;
}
.cid-rSiCX4EQeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rSiCX4EQeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSiCX4EQeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiCX4EQeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiCX4EQeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSiCX4EQeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiCX4EQeW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSiCX4EQeW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSiCX4EQeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiCX4EQeW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSiCX4EQeW .collapsed .btn {
  display: -webkit-flex;
}
.cid-rSiCX4EQeW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSiCX4EQeW .collapsed .navbar-collapse.collapsing,
.cid-rSiCX4EQeW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSiCX4EQeW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSiCX4EQeW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSiCX4EQeW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSiCX4EQeW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSiCX4EQeW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSiCX4EQeW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSiCX4EQeW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSiCX4EQeW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rSiCX4EQeW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rSiCX4EQeW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rSiCX4EQeW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rSiCX4EQeW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSiCX4EQeW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rSiCX4EQeW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSiCX4EQeW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSiCX4EQeW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rSiCX4EQeW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSiCX4EQeW img {
    height: 3.8rem !important;
  }
  .cid-rSiCX4EQeW .btn {
    display: -webkit-flex;
  }
  .cid-rSiCX4EQeW button.navbar-toggler {
    display: block;
  }
  .cid-rSiCX4EQeW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rSiCX4EQeW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSiCX4EQeW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSiCX4EQeW .navbar-collapse.collapsing,
  .cid-rSiCX4EQeW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSiCX4EQeW .navbar-collapse.collapsing .navbar-nav,
  .cid-rSiCX4EQeW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSiCX4EQeW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSiCX4EQeW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rSiCX4EQeW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSiCX4EQeW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSiCX4EQeW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSiCX4EQeW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSiCX4EQeW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rSiCX4EQeW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSiCX4EQeW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSiCX4EQeW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rSiCX4EQeW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rSiCX4EQeW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rSiCX4EQeW .nav-link:hover,
.cid-rSiCX4EQeW .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rSiMGlppEQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-20200224-wa0019.jpg");
}
.cid-rSiMGlppEQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rSiMGlppEQ .btn {
  margin: 0 0 .5rem 0;
}
.cid-rSiLloy1DM {
  background-image: url("../../../assets/images/img-20200224-wa0019.jpg");
}
.cid-rSiLloy1DM H1 {
  text-align: left;
}
.cid-rSiLloy1DM H3 {
  text-align: left;
  color: #ffffff;
}
.cid-rSiLloy1DM .mbr-text,
.cid-rSiLloy1DM .mbr-section-btn {
  text-align: left;
}
.cid-rSiO7YpYiT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSiO7YpYiT .mbr-section-subtitle {
  color: #767676;
}
.cid-rSiLlIxCFd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSiLlIxCFd .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rSiLlIxCFd .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rSiLlIxCFd .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rSiLlIxCFd .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rSiLlIxCFd .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rSiLlIxCFd .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rSiLlIxCFd .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rSiLlIxCFd .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rSiLlIxCFd .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rSiLlIxCFd .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rSiLlIxCFd [class^="socicon-"]:before,
.cid-rSiLlIxCFd [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rSiLlIxCFd .btn {
    font-size: 20px !important;
  }
}
.cid-rSiLlNKQbd {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rSiLlNKQbd .content {
    text-align: center;
  }
  .cid-rSiLlNKQbd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rSiLlNKQbd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rSiLlNKQbd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rSiLlNKQbd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rSiLlNKQbd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rSiLlNKQbd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rSiLlNKQbd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rSiLlNKQbd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rSiLlNKQbd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rSiLlNKQbd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rSiLlNKQbd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rSiLlNKQbd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rSiLlNKQbd P {
  color: #232323;
}
.cid-rSiLlNKQbd H5 {
  color: #232323;
}
.cid-rSiLlShq8Q .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rSiLlShq8Q .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-rSiLlShq8Q a {
  font-style: normal;
}
.cid-rSiLlShq8Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rSiLlShq8Q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rSiLlShq8Q .nav-item:focus,
.cid-rSiLlShq8Q .nav-link:focus {
  outline: none;
}
.cid-rSiLlShq8Q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSiLlShq8Q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rSiLlShq8Q .menu-logo {
  margin-right: auto;
}
.cid-rSiLlShq8Q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSiLlShq8Q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rSiLlShq8Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSiLlShq8Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rSiLlShq8Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSiLlShq8Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rSiLlShq8Q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rSiLlShq8Q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rSiLlShq8Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSiLlShq8Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSiLlShq8Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSiLlShq8Q .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rSiLlShq8Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rSiLlShq8Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSiLlShq8Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSiLlShq8Q .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rSiLlShq8Q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rSiLlShq8Q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rSiLlShq8Q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rSiLlShq8Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rSiLlShq8Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSiLlShq8Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSiLlShq8Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSiLlShq8Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rSiLlShq8Q button.navbar-toggler:focus {
  outline: none;
}
.cid-rSiLlShq8Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rSiLlShq8Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSiLlShq8Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiLlShq8Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiLlShq8Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSiLlShq8Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiLlShq8Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSiLlShq8Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSiLlShq8Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiLlShq8Q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSiLlShq8Q .collapsed .btn {
  display: -webkit-flex;
}
.cid-rSiLlShq8Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSiLlShq8Q .collapsed .navbar-collapse.collapsing,
.cid-rSiLlShq8Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSiLlShq8Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSiLlShq8Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSiLlShq8Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSiLlShq8Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSiLlShq8Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSiLlShq8Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSiLlShq8Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSiLlShq8Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rSiLlShq8Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rSiLlShq8Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-rSiLlShq8Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rSiLlShq8Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSiLlShq8Q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rSiLlShq8Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSiLlShq8Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSiLlShq8Q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rSiLlShq8Q.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSiLlShq8Q img {
    height: 3.8rem !important;
  }
  .cid-rSiLlShq8Q .btn {
    display: -webkit-flex;
  }
  .cid-rSiLlShq8Q button.navbar-toggler {
    display: block;
  }
  .cid-rSiLlShq8Q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rSiLlShq8Q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSiLlShq8Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSiLlShq8Q .navbar-collapse.collapsing,
  .cid-rSiLlShq8Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSiLlShq8Q .navbar-collapse.collapsing .navbar-nav,
  .cid-rSiLlShq8Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSiLlShq8Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSiLlShq8Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rSiLlShq8Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSiLlShq8Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSiLlShq8Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSiLlShq8Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSiLlShq8Q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rSiLlShq8Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSiLlShq8Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSiLlShq8Q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rSiLlShq8Q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rSiLlShq8Q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rSiLlShq8Q .nav-link:hover,
.cid-rSiLlShq8Q .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rSiidRZpLY .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rSiidRZpLY .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-rSiidRZpLY a {
  font-style: normal;
}
.cid-rSiidRZpLY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rSiidRZpLY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rSiidRZpLY .nav-item:focus,
.cid-rSiidRZpLY .nav-link:focus {
  outline: none;
}
.cid-rSiidRZpLY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSiidRZpLY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rSiidRZpLY .menu-logo {
  margin-right: auto;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rSiidRZpLY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rSiidRZpLY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rSiidRZpLY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSiidRZpLY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSiidRZpLY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSiidRZpLY .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rSiidRZpLY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rSiidRZpLY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSiidRZpLY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSiidRZpLY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rSiidRZpLY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rSiidRZpLY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSiidRZpLY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSiidRZpLY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rSiidRZpLY button.navbar-toggler:focus {
  outline: none;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiidRZpLY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSiidRZpLY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiidRZpLY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSiidRZpLY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSiidRZpLY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiidRZpLY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSiidRZpLY .collapsed .btn {
  display: -webkit-flex;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSiidRZpLY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSiidRZpLY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rSiidRZpLY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rSiidRZpLY .collapsed button.navbar-toggler {
  display: block;
}
.cid-rSiidRZpLY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rSiidRZpLY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSiidRZpLY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rSiidRZpLY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSiidRZpLY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSiidRZpLY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rSiidRZpLY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSiidRZpLY img {
    height: 3.8rem !important;
  }
  .cid-rSiidRZpLY .btn {
    display: -webkit-flex;
  }
  .cid-rSiidRZpLY button.navbar-toggler {
    display: block;
  }
  .cid-rSiidRZpLY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rSiidRZpLY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSiidRZpLY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing,
  .cid-rSiidRZpLY .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing .navbar-nav,
  .cid-rSiidRZpLY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSiidRZpLY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSiidRZpLY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSiidRZpLY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSiidRZpLY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSiidRZpLY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rSiidRZpLY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSiidRZpLY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSiidRZpLY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rSiidRZpLY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rSiidRZpLY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rSiidRZpLY .nav-link:hover,
.cid-rSiidRZpLY .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rSiYtCPrgw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rSiYtCPrgw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSiYtCPrgw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSiYtCPrgw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSiYtCPrgw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSiYtCPrgw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSiYtCPrgw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rSiYtCPrgw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rSiYtCPrgw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rSiYtCPrgw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSiYwLWt5Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSiYwLWt5Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSiYwLWt5Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSiYwLWt5Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSiYwLWt5Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSiYwLWt5Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSiYwLWt5Z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rSiYwLWt5Z .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rSiYwLWt5Z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rSiYwLWt5Z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSiYynxJP3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSiYynxJP3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSiYynxJP3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSiYynxJP3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSiYynxJP3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSiYynxJP3 .row > .row {
  display: block;
}
.cid-rSiYynxJP3 .mbr-gallery-item {
  width: 100%;
}
.cid-rSiYynxJP3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rSiYynxJP3 .mbr-gallery-item > div {
  position: relative;
}
.cid-rSiYynxJP3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rSiYynxJP3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rSiYynxJP3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rSiYynxJP3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}

.color-black{color:#000000;}  /*MDM*/
.txs {text-shadow: 0 0 10px #FF0000;}
/*MDM ombra lunga*/
.long-sadow {
    color: #333333;
    line-height: 1.2;
    margin: 15px 0;
    font-size: 8vw;
    font-weight: lighter;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .08), 2px 2px 1px rgba(0, 0, 0, .075), 4px 4px 1px rgba(0, 0, 0, .07), 6px 6px 1px rgba(0, 0, 0, .065), 8px 8px 1px rgba(0, 0, 0, .06), 10px 10px 1px rgba(0, 0, 0, .055), 12px 12px 1px rgba(0, 0, 0, .05), 14px 14px 1px rgba(0, 0, 0, .045), 16px 16px 1px rgba(0, 0, 0, .04), 18px 18px 1px rgba(0, 0, 0, .035), 20px 20px 1px rgba(0, 0, 0, .03), 22px 22px 1px rgba(0, 0, 0, .025), 24px 24px 1px rgba(0, 0, 0, .02), 26px 26px 1px rgba(0, 0, 0, .015), 28px 28px 1px rgba(0, 0, 0, .01), 30px 30px 1px rgba(0, 0, 0, .005), 32px 32px 1px rgba(0, 0, 0, .0025), 34px 34px 1px rgba(0, 0, 0, .002), 36px 36px 1px rgba(0, 0, 0, .0015), 38px 38px 1px rgba(0, 0, 0, .001);
}





