@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
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);
}
@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-uefOk682mc .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uefOk682mc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uefOk682mc a {
  font-style: normal;
}
.cid-uefOk682mc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uefOk682mc .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-uefOk682mc .nav-item:focus,
.cid-uefOk682mc .nav-link:focus {
  outline: none;
}
.cid-uefOk682mc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uefOk682mc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uefOk682mc .menu-logo {
  margin-right: auto;
}
.cid-uefOk682mc .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-uefOk682mc .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-uefOk682mc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uefOk682mc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uefOk682mc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uefOk682mc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uefOk682mc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uefOk682mc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uefOk682mc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uefOk682mc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uefOk682mc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uefOk682mc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uefOk682mc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uefOk682mc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uefOk682mc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uefOk682mc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uefOk682mc .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-uefOk682mc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uefOk682mc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uefOk682mc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uefOk682mc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uefOk682mc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uefOk682mc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uefOk682mc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uefOk682mc button.navbar-toggler:focus {
  outline: none;
}
.cid-uefOk682mc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uefOk682mc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uefOk682mc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uefOk682mc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uefOk682mc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uefOk682mc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uefOk682mc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uefOk682mc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uefOk682mc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uefOk682mc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uefOk682mc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uefOk682mc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uefOk682mc .collapsed .navbar-collapse.collapsing,
.cid-uefOk682mc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uefOk682mc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uefOk682mc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uefOk682mc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uefOk682mc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uefOk682mc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uefOk682mc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uefOk682mc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uefOk682mc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uefOk682mc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uefOk682mc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uefOk682mc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uefOk682mc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uefOk682mc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uefOk682mc .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-uefOk682mc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uefOk682mc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uefOk682mc .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: 991px) {
  .cid-uefOk682mc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uefOk682mc img {
    height: 3.8rem !important;
  }
  .cid-uefOk682mc .btn {
    display: -webkit-flex;
  }
  .cid-uefOk682mc button.navbar-toggler {
    display: block;
  }
  .cid-uefOk682mc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uefOk682mc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uefOk682mc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uefOk682mc .navbar-collapse.collapsing,
  .cid-uefOk682mc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uefOk682mc .navbar-collapse.collapsing .navbar-nav,
  .cid-uefOk682mc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uefOk682mc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uefOk682mc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uefOk682mc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uefOk682mc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uefOk682mc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uefOk682mc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uefOk682mc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uefOk682mc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uefOk682mc .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-uefOk682mc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uefOk682mc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uefOk682mc .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-uefOk682mc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uefOk682mc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uefOk682mc .nav-link:hover,
.cid-uefOk682mc .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-s2ipQtjBy8 .modal-body .close {
  background: #1b1b1b;
}
.cid-s2ipQtjBy8 .modal-body .close span {
  font-style: normal;
}
.cid-s2ipQtjBy8 .carousel-inner > .active,
.cid-s2ipQtjBy8 .carousel-inner > .next,
.cid-s2ipQtjBy8 .carousel-inner > .prev {
  display: table;
}
.cid-s2ipQtjBy8 .carousel-control .icon-next,
.cid-s2ipQtjBy8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s2ipQtjBy8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2ipQtjBy8 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s2ipQtjBy8 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s2ipQtjBy8 .boxed-slider > div {
  position: relative;
}
.cid-s2ipQtjBy8 .container img {
  width: 100%;
}
.cid-s2ipQtjBy8 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s2ipQtjBy8 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s2ipQtjBy8 .mbr-table-cell {
  padding: 0;
}
.cid-s2ipQtjBy8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s2ipQtjBy8 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s2ipQtjBy8 .mbr-overlay {
  z-index: 1;
}
.cid-s2ipQtjBy8 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s2ipQtjBy8 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s2ipQtjBy8 .carousel-item .container {
    width: 100%;
  }
}
.cid-s2ipQtjBy8 .carousel-item-next.carousel-item-left,
.cid-s2ipQtjBy8 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s2ipQtjBy8 .active.carousel-item-right,
.cid-s2ipQtjBy8 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s2ipQtjBy8 .active.carousel-item-left,
.cid-s2ipQtjBy8 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s2ipQtjBy8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-indicators li.active,
.cid-s2ipQtjBy8 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-indicators li::after,
.cid-s2ipQtjBy8 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s2ipQtjBy8 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s2ipQtjBy8 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s2ipQtjBy8 .mbr-slider > .container img {
  width: 100%;
}
.cid-s2ipQtjBy8 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s2ipQtjBy8 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s2ipQtjBy8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s2ipQtjBy8 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s2ipQtjBy8 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s2ipQtjBy8 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s2ipQtjBy8 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s2ipQtjBy8 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s2ipQtjBy8 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2ipQtjBy8 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s2ipQtjBy8 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s2ipQtjBy8 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s2ipQtjBy8 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rtthkl2TtI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rtthkl2TtI .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rtthkl2TtI .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rtthkl2TtI .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rtthkl2TtI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rtthkl2TtI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rtthkl2TtI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rtthkl2TtI .media-container-row .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-rtthkl2TtI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rtthkl2TtI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rtthkl2TtI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rtthkl2TtI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rtthkl2TtI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rtthkl2TtI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rtthkl2TtI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uSHXyd98UQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uSHXyd98UQ P {
  color: #767676;
}
.cid-rrH8yMTSCa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mg-4258-1600x1067.jpg");
}
.cid-rrHEfAAzHd {
  background-image: url("../../../assets/images/d7k3224-795x1200.jpg");
}
.cid-rrHEfAAzHd .mbr-text,
.cid-rrHEfAAzHd .mbr-section-btn {
  color: #ffffff;
}
.cid-rrI3mxGVHw {
  background-image: url("../../../assets/images/mg-4279-1600x928.jpg");
}
.cid-rrI6c5CN0O {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/d7k3342-1600x1060.jpg");
}
.cid-rrI6c5CN0O .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rrI6c5CN0O div.b {
  padding-top: 2rem;
}
.cid-rrI6c5CN0O .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rrI6c5CN0O H5 {
  color: #ffffff;
}
.cid-rts4oqStzd {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/d7k3240-1024x678.jpg");
}
.cid-syJtwByGYz {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-syJtwByGYz P {
  color: #767676;
}
.cid-syJtwByGYz .mbr-text,
.cid-syJtwByGYz .mbr-section-btn {
  color: #000000;
}
.cid-syJxJrDaPm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-syJxJrDaPm h3 {
  font-weight: 300;
}
.cid-syJxJrDaPm .card-img {
  width: initial;
}
.cid-syJxJrDaPm .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-syJxJrDaPm .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-syJxJrDaPm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-syJxJrDaPm .mbr-section-subtitle {
  color: #767676;
}
.cid-syJxJrDaPm .mbr-text {
  color: #767676;
}
.cid-syJxJrDaPm .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-syJxJrDaPm .mbr-al-i-c {
  align-items: center;
}
.cid-rZ88eBF6Tc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZ88eBF6Tc .item {
  padding-bottom: 2rem;
}
.cid-rZ88eBF6Tc .item-wrapper {
  height: 100%;
}
.cid-rZ88eBF6Tc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rZ88eBF6Tc .carousel-control,
.cid-rZ88eBF6Tc .close {
  background: #1b1b1b;
}
.cid-rZ88eBF6Tc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rZ88eBF6Tc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rZ88eBF6Tc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rZ88eBF6Tc .close::before {
  content: '\e91a';
}
.cid-rZ88eBF6Tc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rZ88eBF6Tc .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rZ88eBF6Tc .carousel-inner > .active {
  display: block;
}
.cid-rZ88eBF6Tc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZ88eBF6Tc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZ88eBF6Tc .carousel-control .icon-next,
.cid-rZ88eBF6Tc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rZ88eBF6Tc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rZ88eBF6Tc .carousel-control,
  .cid-rZ88eBF6Tc .carousel-indicators,
  .cid-rZ88eBF6Tc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rZ88eBF6Tc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rZ88eBF6Tc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rZ88eBF6Tc .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rZ88eBF6Tc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ88eBF6Tc .carousel-indicators {
    display: none;
  }
}
.cid-rZ88eBF6Tc .carousel-indicators .active,
.cid-rZ88eBF6Tc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-rZ88eBF6Tc .carousel-indicators .active {
  background: #fff;
}
.cid-rZ88eBF6Tc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rZ88eBF6Tc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rZ88eBF6Tc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rZ88eBF6Tc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rZ88eBF6Tc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rZ88eBF6Tc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-rZ88eBF6Tc .carousel {
  width: 100%;
}
.cid-rZ88eBF6Tc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-rZ88eBF6Tc .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rZ88eBF6Tc .modal.fade .modal-dialog,
.cid-rZ88eBF6Tc .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rZ88eBF6Tc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-rZ88eBF6Tc a {
  display: block;
}
.cid-rZ88eBF6Tc a.img {
  pointer-events: none;
}
.cid-rZ86ymXzBM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZ86ymXzBM .item {
  padding-bottom: 2rem;
}
.cid-rZ86ymXzBM .item-wrapper {
  height: 100%;
}
.cid-rZ86ymXzBM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rZ86ymXzBM .carousel-control,
.cid-rZ86ymXzBM .close {
  background: #1b1b1b;
}
.cid-rZ86ymXzBM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rZ86ymXzBM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rZ86ymXzBM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rZ86ymXzBM .close::before {
  content: '\e91a';
}
.cid-rZ86ymXzBM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rZ86ymXzBM .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rZ86ymXzBM .carousel-inner > .active {
  display: block;
}
.cid-rZ86ymXzBM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZ86ymXzBM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZ86ymXzBM .carousel-control .icon-next,
.cid-rZ86ymXzBM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rZ86ymXzBM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rZ86ymXzBM .carousel-control,
  .cid-rZ86ymXzBM .carousel-indicators,
  .cid-rZ86ymXzBM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rZ86ymXzBM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rZ86ymXzBM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rZ86ymXzBM .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rZ86ymXzBM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ86ymXzBM .carousel-indicators {
    display: none;
  }
}
.cid-rZ86ymXzBM .carousel-indicators .active,
.cid-rZ86ymXzBM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-rZ86ymXzBM .carousel-indicators .active {
  background: #fff;
}
.cid-rZ86ymXzBM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rZ86ymXzBM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rZ86ymXzBM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rZ86ymXzBM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rZ86ymXzBM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rZ86ymXzBM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-rZ86ymXzBM .carousel {
  width: 100%;
}
.cid-rZ86ymXzBM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-rZ86ymXzBM .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rZ86ymXzBM .modal.fade .modal-dialog,
.cid-rZ86ymXzBM .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rZ86ymXzBM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-rZ86ymXzBM a {
  display: block;
}
.cid-rZ86ymXzBM a.img {
  pointer-events: none;
}
.cid-rY2bgbamqP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rY2bgbamqP .mbr-text,
.cid-rY2bgbamqP blockquote {
  color: #767676;
}
.cid-rY6e46dy7W {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rY6e46dy7W .mbr-text,
.cid-rY6e46dy7W blockquote {
  color: #767676;
}
.cid-ryG2L4qzHD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryG2L4qzHD .mbr-text,
.cid-ryG2L4qzHD blockquote {
  color: #767676;
}
.cid-rts7xrqEAk {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rts7xrqEAk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rts7xrqEAk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rts7xrqEAk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rts7xrqEAk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rts7xrqEAk .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-rts7xrqEAk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rts7xrqEAk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rts7xrqEAk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rts7xrqEAk .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-rY688UeU2w {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rY688UeU2w P {
  color: #767676;
}
.cid-ryG3ZlgKsc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryG3ZlgKsc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ryG3ZlgKsc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ryG3ZlgKsc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ryG3ZlgKsc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ryG3ZlgKsc .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-ryG3ZlgKsc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ryG3ZlgKsc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ryG3ZlgKsc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ryG3ZlgKsc .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-syJtuY1a2B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-syJtuY1a2B P {
  color: #767676;
}
.cid-syJvQTb4Uj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-syJvQTb4Uj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syJvQTb4Uj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syJvQTb4Uj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syJvQTb4Uj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syJvQTb4Uj .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-syJvQTb4Uj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syJvQTb4Uj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syJvQTb4Uj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syJvQTb4Uj .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-syJwZ8XONw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-syJwZ8XONw .item {
  padding-bottom: 2rem;
}
.cid-syJwZ8XONw .item-wrapper {
  height: 100%;
}
.cid-syJwZ8XONw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-syJwZ8XONw .carousel-control,
.cid-syJwZ8XONw .close {
  background: #1b1b1b;
}
.cid-syJwZ8XONw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-syJwZ8XONw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-syJwZ8XONw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-syJwZ8XONw .close::before {
  content: '\e91a';
}
.cid-syJwZ8XONw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-syJwZ8XONw .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-syJwZ8XONw .carousel-inner > .active {
  display: block;
}
.cid-syJwZ8XONw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syJwZ8XONw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syJwZ8XONw .carousel-control .icon-next,
.cid-syJwZ8XONw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-syJwZ8XONw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-syJwZ8XONw .carousel-control,
  .cid-syJwZ8XONw .carousel-indicators,
  .cid-syJwZ8XONw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-syJwZ8XONw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-syJwZ8XONw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syJwZ8XONw .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-syJwZ8XONw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-syJwZ8XONw .carousel-indicators {
    display: none;
  }
}
.cid-syJwZ8XONw .carousel-indicators .active,
.cid-syJwZ8XONw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-syJwZ8XONw .carousel-indicators .active {
  background: #fff;
}
.cid-syJwZ8XONw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-syJwZ8XONw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-syJwZ8XONw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-syJwZ8XONw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-syJwZ8XONw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-syJwZ8XONw .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-syJwZ8XONw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-syJwZ8XONw .carousel {
  width: 100%;
}
.cid-syJwZ8XONw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-syJwZ8XONw .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-syJwZ8XONw .modal.fade .modal-dialog,
.cid-syJwZ8XONw .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-syJwZ8XONw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-syJwZ8XONw a {
  display: block;
}
.cid-syJwZ8XONw a.img {
  pointer-events: none;
}
.cid-rrH35azSFJ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rrH35azSFJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rrH35azSFJ a {
  font-style: normal;
}
.cid-rrH35azSFJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rrH35azSFJ .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-rrH35azSFJ .nav-item:focus,
.cid-rrH35azSFJ .nav-link:focus {
  outline: none;
}
.cid-rrH35azSFJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rrH35azSFJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rrH35azSFJ .menu-logo {
  margin-right: auto;
}
.cid-rrH35azSFJ .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-rrH35azSFJ .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-rrH35azSFJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rrH35azSFJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rrH35azSFJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rrH35azSFJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rrH35azSFJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rrH35azSFJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rrH35azSFJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rrH35azSFJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rrH35azSFJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rrH35azSFJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rrH35azSFJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rrH35azSFJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rrH35azSFJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rrH35azSFJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rrH35azSFJ .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-rrH35azSFJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rrH35azSFJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rrH35azSFJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rrH35azSFJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rrH35azSFJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rrH35azSFJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rrH35azSFJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rrH35azSFJ button.navbar-toggler:focus {
  outline: none;
}
.cid-rrH35azSFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rrH35azSFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rrH35azSFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rrH35azSFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rrH35azSFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rrH35azSFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrH35azSFJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rrH35azSFJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rrH35azSFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrH35azSFJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrH35azSFJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rrH35azSFJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rrH35azSFJ .collapsed .navbar-collapse.collapsing,
.cid-rrH35azSFJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rrH35azSFJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rrH35azSFJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rrH35azSFJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rrH35azSFJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rrH35azSFJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rrH35azSFJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rrH35azSFJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rrH35azSFJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rrH35azSFJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rrH35azSFJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rrH35azSFJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rrH35azSFJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rrH35azSFJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrH35azSFJ .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-rrH35azSFJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rrH35azSFJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rrH35azSFJ .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: 991px) {
  .cid-rrH35azSFJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrH35azSFJ img {
    height: 3.8rem !important;
  }
  .cid-rrH35azSFJ .btn {
    display: -webkit-flex;
  }
  .cid-rrH35azSFJ button.navbar-toggler {
    display: block;
  }
  .cid-rrH35azSFJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rrH35azSFJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrH35azSFJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rrH35azSFJ .navbar-collapse.collapsing,
  .cid-rrH35azSFJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rrH35azSFJ .navbar-collapse.collapsing .navbar-nav,
  .cid-rrH35azSFJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rrH35azSFJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rrH35azSFJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rrH35azSFJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rrH35azSFJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rrH35azSFJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rrH35azSFJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rrH35azSFJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rrH35azSFJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rrH35azSFJ .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-rrH35azSFJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rrH35azSFJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rrH35azSFJ .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-rrH35azSFJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rrH35azSFJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rrH35azSFJ .nav-link:hover,
.cid-rrH35azSFJ .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-s1YKSsnIDC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1YKSsnIDC .mbr-section-subtitle {
  color: #767676;
}
.cid-uefzYgSl7R {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uefzYgSl7R P {
  color: #767676;
}
.cid-uefA14jJn5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uefA14jJn5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uefA14jJn5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uefA14jJn5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uefA14jJn5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uefA14jJn5 .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-uefA14jJn5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uefA14jJn5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uefA14jJn5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uefA14jJn5 .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-tyyxvTXENq {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tyyxvTXENq P {
  color: #767676;
}
.cid-tyyxCFEkLa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tyyxCFEkLa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tyyxCFEkLa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyyxCFEkLa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyyxCFEkLa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tyyxCFEkLa .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-tyyxCFEkLa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tyyxCFEkLa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tyyxCFEkLa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tyyxCFEkLa .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-s3hxaiSyfz {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3hxaiSyfz .mbr-section-subtitle {
  color: #767676;
}
.cid-s3hxg3mBx5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3hxg3mBx5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3hxg3mBx5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3hxg3mBx5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3hxg3mBx5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3hxg3mBx5 .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-s3hxg3mBx5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s3hxg3mBx5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s3hxg3mBx5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s3hxg3mBx5 .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-s29EW9DHFc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s29EW9DHFc .mbr-section-subtitle {
  color: #767676;
}
.cid-s29ES5gU1B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s29ES5gU1B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s29ES5gU1B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s29ES5gU1B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s29ES5gU1B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s29ES5gU1B .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-s29ES5gU1B .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s29ES5gU1B .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s29ES5gU1B .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s29ES5gU1B .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-s29yW1Agab {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s29yW1Agab .mbr-section-subtitle {
  color: #767676;
}
.cid-s29z2sG3Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s29z2sG3Vi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s29z2sG3Vi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s29z2sG3Vi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s29z2sG3Vi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s29z2sG3Vi .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-s29z2sG3Vi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s29z2sG3Vi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s29z2sG3Vi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s29z2sG3Vi .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-s1XDMX13wL {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1XDMX13wL .mbr-section-subtitle {
  color: #232323;
}
.cid-s1XEo5jf2z {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s1XEo5jf2z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1XEo5jf2z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1XEo5jf2z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1XEo5jf2z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1XEo5jf2z .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;
}
.cid-s1XEo5jf2z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s1XEo5jf2z .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s1XEo5jf2z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s1XEo5jf2z .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;
}
.cid-s19a3WvQtS {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s19a3WvQtS P {
  color: #767676;
}
.cid-s19a3WvQtS H3 {
  text-align: center;
}
.cid-s1dEnRuVlI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1dEnRuVlI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1dEnRuVlI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1dEnRuVlI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1dEnRuVlI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1dEnRuVlI .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;
}
.cid-s1dEnRuVlI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s1dEnRuVlI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s1dEnRuVlI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s1dEnRuVlI .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;
}
.cid-s0mlrSZvL4 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s0mlrSZvL4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-s1fwFpaNkw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1fwFpaNkw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1fwFpaNkw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1fwFpaNkw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1fwFpaNkw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1fwFpaNkw .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;
}
.cid-s1fwFpaNkw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s1fwFpaNkw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s1fwFpaNkw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s1fwFpaNkw .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;
}
.cid-ruXhawyexU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ruXhawyexU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ruXgFAn0E4 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ruXgFAn0E4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ruXgFAn0E4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ruXgFAn0E4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ruXgFAn0E4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ruXgFAn0E4 .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-ruXgFAn0E4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ruXgFAn0E4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ruXgFAn0E4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ruXgFAn0E4 .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-ruXfRBlZiA {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ruXfRBlZiA .mbr-section-subtitle {
  color: #000000;
}
.cid-ruXfaxjOc7 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ruXfaxjOc7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ruXfaxjOc7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ruXfaxjOc7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ruXfaxjOc7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ruXfaxjOc7 .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-ruXfaxjOc7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ruXfaxjOc7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ruXfaxjOc7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ruXfaxjOc7 .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-rt1r45uFYZ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rt1r45uFYZ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rt1r45uFYZ .section-text {
  padding: 2rem 0;
}
.cid-rt1r45uFYZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rt1r45uFYZ .inner-container {
    width: 100% !important;
  }
}
.cid-rt1sft6wdk {
  background: #ffffff;
}
.cid-rt1sft6wdk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rt1sft6wdk .mbr-figure {
  margin: 0 auto;
}
.cid-rt1sft6wdk figcaption {
  position: relative;
}
.cid-rt1sft6wdk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rt1sft6wdk .image-block {
    width: 100% !important;
  }
}
.cid-s2a9mIMLXZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2a9mIMLXZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s2a9CbhUsH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2a9CbhUsH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2a9CbhUsH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2a9CbhUsH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2a9CbhUsH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2a9CbhUsH .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-s2a9CbhUsH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2a9CbhUsH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2a9CbhUsH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2a9CbhUsH .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-uefOvGH8SC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uefOvGH8SC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uefOvGH8SC a {
  font-style: normal;
}
.cid-uefOvGH8SC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uefOvGH8SC .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-uefOvGH8SC .nav-item:focus,
.cid-uefOvGH8SC .nav-link:focus {
  outline: none;
}
.cid-uefOvGH8SC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uefOvGH8SC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uefOvGH8SC .menu-logo {
  margin-right: auto;
}
.cid-uefOvGH8SC .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-uefOvGH8SC .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-uefOvGH8SC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uefOvGH8SC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uefOvGH8SC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uefOvGH8SC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uefOvGH8SC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uefOvGH8SC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uefOvGH8SC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uefOvGH8SC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uefOvGH8SC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uefOvGH8SC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uefOvGH8SC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uefOvGH8SC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uefOvGH8SC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uefOvGH8SC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uefOvGH8SC .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-uefOvGH8SC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uefOvGH8SC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uefOvGH8SC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uefOvGH8SC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uefOvGH8SC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uefOvGH8SC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uefOvGH8SC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uefOvGH8SC button.navbar-toggler:focus {
  outline: none;
}
.cid-uefOvGH8SC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uefOvGH8SC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uefOvGH8SC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uefOvGH8SC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uefOvGH8SC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uefOvGH8SC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uefOvGH8SC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uefOvGH8SC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uefOvGH8SC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uefOvGH8SC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uefOvGH8SC .collapsed .btn {
  display: -webkit-flex;
}
.cid-uefOvGH8SC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uefOvGH8SC .collapsed .navbar-collapse.collapsing,
.cid-uefOvGH8SC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uefOvGH8SC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uefOvGH8SC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uefOvGH8SC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uefOvGH8SC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uefOvGH8SC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uefOvGH8SC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uefOvGH8SC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uefOvGH8SC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uefOvGH8SC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uefOvGH8SC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uefOvGH8SC .collapsed button.navbar-toggler {
  display: block;
}
.cid-uefOvGH8SC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uefOvGH8SC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uefOvGH8SC .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-uefOvGH8SC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uefOvGH8SC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uefOvGH8SC .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: 991px) {
  .cid-uefOvGH8SC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uefOvGH8SC img {
    height: 3.8rem !important;
  }
  .cid-uefOvGH8SC .btn {
    display: -webkit-flex;
  }
  .cid-uefOvGH8SC button.navbar-toggler {
    display: block;
  }
  .cid-uefOvGH8SC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uefOvGH8SC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uefOvGH8SC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uefOvGH8SC .navbar-collapse.collapsing,
  .cid-uefOvGH8SC .navbar-collapse.show {
    display: block !important;
  }
  .cid-uefOvGH8SC .navbar-collapse.collapsing .navbar-nav,
  .cid-uefOvGH8SC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uefOvGH8SC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uefOvGH8SC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uefOvGH8SC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uefOvGH8SC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uefOvGH8SC .navbar-collapse.collapsing .navbar-buttons,
  .cid-uefOvGH8SC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uefOvGH8SC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uefOvGH8SC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uefOvGH8SC .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-uefOvGH8SC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uefOvGH8SC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uefOvGH8SC .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-uefOvGH8SC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uefOvGH8SC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uefOvGH8SC .nav-link:hover,
.cid-uefOvGH8SC .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-rXOdBpggtd {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rXOdBpggtd P {
  color: #767676;
}
.cid-rXOaFbyxGm {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rXOaFbyxGm P {
  color: #767676;
}
.cid-rXOaFbyxGm .mbr-text,
.cid-rXOaFbyxGm .mbr-section-btn {
  color: #000000;
}
.cid-uvqSs1jm6j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uvqSs1jm6j P {
  color: #767676;
}
.cid-uvqSWEIWf2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvqSWEIWf2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvqSWEIWf2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvqSWEIWf2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvqSWEIWf2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvqSWEIWf2 .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;
}
.cid-uvqSWEIWf2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvqSWEIWf2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uvqSWEIWf2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvqSWEIWf2 .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;
}
.cid-upRMCiPOwA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-upRMCiPOwA P {
  color: #767676;
}
.cid-upRMCiPOwA .mbr-text,
.cid-upRMCiPOwA .mbr-section-btn {
  color: #000000;
}
.cid-upRMHoHlNs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-upRMHoHlNs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-upRMHoHlNs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upRMHoHlNs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upRMHoHlNs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-upRMHoHlNs .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;
}
.cid-upRMHoHlNs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-upRMHoHlNs .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-upRMHoHlNs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-upRMHoHlNs .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;
}
.cid-ujPoCz6ZMS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ujPoCz6ZMS P {
  color: #767676;
}
.cid-ujPp229Z6J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ujPp229Z6J .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ujPp229Z6J .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujPp229Z6J .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujPp229Z6J .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ujPp229Z6J .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;
}
.cid-ujPp229Z6J .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ujPp229Z6J .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ujPp229Z6J .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ujPp229Z6J .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;
}
.cid-uefskCw09d {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uefskCw09d P {
  color: #767676;
}
.cid-uefuHsiMjG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uefuHsiMjG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uefuHsiMjG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uefuHsiMjG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uefuHsiMjG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uefuHsiMjG .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-uefuHsiMjG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uefuHsiMjG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uefuHsiMjG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uefuHsiMjG .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-u8k0OV7A3V {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u8k0OV7A3V P {
  color: #767676;
}
.cid-u8k0KWlg8C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u8k0KWlg8C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u8k0KWlg8C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8k0KWlg8C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8k0KWlg8C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u8k0KWlg8C .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-u8k0KWlg8C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u8k0KWlg8C .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u8k0KWlg8C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u8k0KWlg8C .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-u2PZCi49fd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u2PZCi49fd P {
  color: #767676;
}
.cid-u2Q2bcXnuV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u2Q2bcXnuV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u2Q2bcXnuV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2Q2bcXnuV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2Q2bcXnuV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u2Q2bcXnuV .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-u2Q2bcXnuV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u2Q2bcXnuV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u2Q2bcXnuV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u2Q2bcXnuV .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-tWC0Uyw47Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tWC0Uyw47Q P {
  color: #767676;
}
.cid-tWC0Uyw47Q .mbr-text,
.cid-tWC0Uyw47Q .mbr-section-btn {
  color: #000000;
}
.cid-tWC0YOlHUo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tWC0YOlHUo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWC0YOlHUo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWC0YOlHUo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWC0YOlHUo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWC0YOlHUo .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-tWC0YOlHUo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWC0YOlHUo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tWC0YOlHUo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tWC0YOlHUo .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-tRfM09PHSk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tRfM09PHSk P {
  color: #767676;
}
.cid-tRfM09PHSk .mbr-text,
.cid-tRfM09PHSk .mbr-section-btn {
  color: #232323;
}
.cid-tRfMhvFdxU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRfMhvFdxU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRfMhvFdxU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRfMhvFdxU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRfMhvFdxU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRfMhvFdxU .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-tRfMhvFdxU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tRfMhvFdxU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tRfMhvFdxU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tRfMhvFdxU .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-tLuV6AHDjn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tLuV6AHDjn P {
  color: #767676;
}
.cid-tLuVlDSE1a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tLuVlDSE1a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLuVlDSE1a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLuVlDSE1a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLuVlDSE1a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLuVlDSE1a .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-tLuVlDSE1a .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tLuVlDSE1a .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tLuVlDSE1a .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tLuVlDSE1a .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-tFK6hzaYed {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tFK6hzaYed P {
  color: #767676;
}
.cid-tFK6hzaYed H3 {
  color: #767676;
}
.cid-tFK6YW80pE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tFK6YW80pE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tFK6YW80pE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFK6YW80pE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFK6YW80pE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tFK6YW80pE .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-tFK6YW80pE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tFK6YW80pE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tFK6YW80pE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tFK6YW80pE .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-tzY7Eo1dw4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tzY7Eo1dw4 P {
  color: #767676;
}
.cid-tzY7KWavrL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzY7KWavrL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tzY7KWavrL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzY7KWavrL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzY7KWavrL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzY7KWavrL .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-tzY7KWavrL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzY7KWavrL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tzY7KWavrL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tzY7KWavrL .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-tuvoiqbtdE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tuvoiqbtdE P {
  color: #767676;
}
.cid-tuvpdMbweQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tuvpdMbweQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuvpdMbweQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuvpdMbweQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuvpdMbweQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuvpdMbweQ .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-tuvpdMbweQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tuvpdMbweQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tuvpdMbweQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tuvpdMbweQ .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-toyTlf1kgf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-toyTlf1kgf P {
  color: #767676;
}
.cid-toyUtoeDRT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-toyUtoeDRT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toyUtoeDRT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toyUtoeDRT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toyUtoeDRT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toyUtoeDRT .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;
}
.cid-toyUtoeDRT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-toyUtoeDRT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-toyUtoeDRT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-toyUtoeDRT .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;
}
.cid-tjA5hJ1mDC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tjA5hJ1mDC P {
  color: #767676;
}
.cid-tjA5r03xtL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tjA5r03xtL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tjA5r03xtL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjA5r03xtL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjA5r03xtL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tjA5r03xtL .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-tjA5r03xtL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tjA5r03xtL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tjA5r03xtL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tjA5r03xtL .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-tczVnbmN9y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tczVnbmN9y P {
  color: #767676;
}
.cid-tczVs1qLR4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tczVs1qLR4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tczVs1qLR4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tczVs1qLR4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tczVs1qLR4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tczVs1qLR4 .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-tczVs1qLR4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tczVs1qLR4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tczVs1qLR4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tczVs1qLR4 .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-t7cuqlkPqt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t7cuqlkPqt P {
  color: #767676;
}
.cid-t7cuEsn0vf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7cuEsn0vf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7cuEsn0vf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7cuEsn0vf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7cuEsn0vf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7cuEsn0vf .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-t7cuEsn0vf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7cuEsn0vf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t7cuEsn0vf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t7cuEsn0vf .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-t1xMiSdbbJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t1xMiSdbbJ P {
  color: #767676;
}
.cid-t1xNIF3G3N {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t1xNIF3G3N .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t1xNIF3G3N .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1xNIF3G3N .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1xNIF3G3N .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t1xNIF3G3N .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-t1xNIF3G3N .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t1xNIF3G3N .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t1xNIF3G3N .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t1xNIF3G3N .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-sVZJsBt8Ov {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sVZJsBt8Ov P {
  color: #767676;
}
.cid-sVZJsBt8Ov H1 {
  color: #c1c1c1;
  text-align: center;
}
.cid-sVZJsBt8Ov .mbr-text,
.cid-sVZJsBt8Ov .mbr-section-btn {
  color: #767676;
}
.cid-sVZJxU8w1X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVZJxU8w1X .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVZJxU8w1X .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVZJxU8w1X .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVZJxU8w1X .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVZJxU8w1X .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-sVZJxU8w1X .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVZJxU8w1X .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sVZJxU8w1X .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVZJxU8w1X .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-sPXEnysWM4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sPXEnysWM4 P {
  color: #767676;
}
.cid-sPXEnysWM4 H3 {
  color: #767676;
}
.cid-sPXE5QObPp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sPXE5QObPp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sPXE5QObPp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPXE5QObPp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPXE5QObPp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sPXE5QObPp .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-sPXE5QObPp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sPXE5QObPp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sPXE5QObPp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sPXE5QObPp .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-sKhEc128wb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sKhEc128wb P {
  color: #767676;
}
.cid-sKhEyLKR0G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sKhEyLKR0G .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sKhEyLKR0G .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKhEyLKR0G .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKhEyLKR0G .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sKhEyLKR0G .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-sKhEyLKR0G .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sKhEyLKR0G .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sKhEyLKR0G .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sKhEyLKR0G .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-sEr9xMxITL {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sEr9xMxITL P {
  color: #767676;
}
.cid-sEr9xMxITL H1 {
  color: #cccccc;
  text-align: center;
}
.cid-sEr9xMxITL .mbr-text,
.cid-sEr9xMxITL .mbr-section-btn {
  text-align: center;
  color: #767676;
}
.cid-sEr9EyfWKP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sEr9EyfWKP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sEr9EyfWKP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEr9EyfWKP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEr9EyfWKP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sEr9EyfWKP .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-sEr9EyfWKP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sEr9EyfWKP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sEr9EyfWKP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sEr9EyfWKP .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-syJjpMHnVf {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-syJjpMHnVf P {
  color: #767676;
}
.cid-syJjveZeNt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-syJjveZeNt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syJjveZeNt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syJjveZeNt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syJjveZeNt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syJjveZeNt .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-syJjveZeNt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syJjveZeNt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syJjveZeNt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syJjveZeNt .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-sscWsVYOqD {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sscWsVYOqD .mbr-section-subtitle {
  color: #767676;
}
.cid-sscW6AWfRX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sscW6AWfRX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sscW6AWfRX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sscW6AWfRX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sscW6AWfRX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sscW6AWfRX .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-sscW6AWfRX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sscW6AWfRX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sscW6AWfRX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sscW6AWfRX .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-snAjnT3x3R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snAjnT3x3R .mbr-section-subtitle {
  color: #767676;
}
.cid-snAjsEW15q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snAjsEW15q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snAjsEW15q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snAjsEW15q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snAjsEW15q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snAjsEW15q .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-snAjsEW15q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snAjsEW15q .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snAjsEW15q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snAjsEW15q .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-shrreEXkWt {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shrreEXkWt .mbr-section-subtitle {
  color: #767676;
}
.cid-shrrwAHuHl {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shrrwAHuHl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shrrwAHuHl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shrrwAHuHl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shrrwAHuHl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shrrwAHuHl .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-shrrwAHuHl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shrrwAHuHl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shrrwAHuHl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shrrwAHuHl .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-sbYTGYJGey {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sbYTGYJGey .mbr-section-subtitle {
  color: #767676;
}
.cid-sbYTwQxna6 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbYTwQxna6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbYTwQxna6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbYTwQxna6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbYTwQxna6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbYTwQxna6 .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-sbYTwQxna6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbYTwQxna6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbYTwQxna6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbYTwQxna6 .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-s4NqGi7bVQ {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s4NqGi7bVQ .mbr-section-subtitle {
  color: #767676;
}
.cid-s4NqZHTC2o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4NqZHTC2o .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4NqZHTC2o .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4NqZHTC2o .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4NqZHTC2o .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4NqZHTC2o .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-s4NqZHTC2o .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4NqZHTC2o .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s4NqZHTC2o .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4NqZHTC2o .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-rXbfBchf2F {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rXbfBchf2F P {
  color: #767676;
}
.cid-s1e0e4F597 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1e0e4F597 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1e0e4F597 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1e0e4F597 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1e0e4F597 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1e0e4F597 .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-s1e0e4F597 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s1e0e4F597 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s1e0e4F597 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s1e0e4F597 .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-sscWnUMWpw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sscWnUMWpw .mbr-section-subtitle {
  color: #767676;
}
.cid-s12HVusibc {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s12HVusibc P {
  color: #767676;
}
.cid-sv2aePFAon {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sv2aePFAon .mbr-text,
.cid-sv2aePFAon blockquote {
  color: #767676;
}
.cid-stT6OwwR8i {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-stT6OwwR8i .mbr-section-subtitle {
  color: #767676;
}
.cid-stT6SQTZMv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-stT6SQTZMv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-stT6SQTZMv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stT6SQTZMv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stT6SQTZMv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-stT6SQTZMv .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-stT6SQTZMv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-stT6SQTZMv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-stT6SQTZMv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-stT6SQTZMv .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-stT7iEh5b2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stT7iEh5b2 .mbr-section-subtitle {
  color: #000000;
}
.cid-sk0rl9ewji {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sk0rl9ewji .image-block {
  margin: auto;
}
.cid-sk0rl9ewji .mbr-figure {
  margin: 0 auto;
}
.cid-sk0rl9ewji figcaption {
  position: relative;
}
.cid-sk0rl9ewji figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sk0rl9ewji .image-block {
    width: 100% !important;
  }
}
.cid-sk0o4BG0Fr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sk0o4BG0Fr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sk0o4BG0Fr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk0o4BG0Fr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sk0o4BG0Fr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sk0o4BG0Fr .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-sk0o4BG0Fr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sk0o4BG0Fr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sk0o4BG0Fr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sk0o4BG0Fr .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-sjkzDgjfmV {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sjkzDgjfmV P {
  color: #767676;
}
.cid-sjkzDgjfmV H3 {
  color: #232323;
}
.cid-sjkBoc6RWM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sjkBoc6RWM .image-block {
  margin: auto;
}
.cid-sjkBoc6RWM .mbr-figure {
  margin: 0 auto;
}
.cid-sjkBoc6RWM figcaption {
  position: relative;
}
.cid-sjkBoc6RWM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sjkBoc6RWM .image-block {
    width: 100% !important;
  }
}
.cid-sjkBOa2PRb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sjkBOa2PRb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjkBOa2PRb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjkBOa2PRb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjkBOa2PRb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjkBOa2PRb .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-sjkBOa2PRb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sjkBOa2PRb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sjkBOa2PRb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sjkBOa2PRb .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-sh9G3uUNfO {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sh9G3uUNfO P {
  color: #767676;
}
.cid-sh9G3uUNfO H3 {
  text-align: center;
}
.cid-sh9GSnmjkb {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sh9GSnmjkb .image-block {
  margin: auto;
}
.cid-sh9GSnmjkb .mbr-figure {
  margin: 0 auto;
}
.cid-sh9GSnmjkb figcaption {
  position: relative;
}
.cid-sh9GSnmjkb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sh9GSnmjkb .image-block {
    width: 100% !important;
  }
}
.cid-sh9TiF4MYQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sh9TiF4MYQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sh9TiF4MYQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sh9TiF4MYQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sh9TiF4MYQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sh9TiF4MYQ .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-sh9TiF4MYQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sh9TiF4MYQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sh9TiF4MYQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sh9TiF4MYQ .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-sbZ2umhbem {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbZ2umhbem .mbr-section-subtitle {
  color: #232323;
}
.cid-sbZ2xPyiP1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbZ2xPyiP1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbZ2xPyiP1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbZ2xPyiP1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbZ2xPyiP1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbZ2xPyiP1 .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-sbZ2xPyiP1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbZ2xPyiP1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbZ2xPyiP1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbZ2xPyiP1 .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-s6wf101xsA {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6wf101xsA .mbr-section-subtitle {
  color: #232323;
}
.cid-s6wf3ePwz9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s6wf3ePwz9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s6wf3ePwz9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s6wf3ePwz9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s6wf3ePwz9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s6wf3ePwz9 .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-s6wf3ePwz9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s6wf3ePwz9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s6wf3ePwz9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s6wf3ePwz9 .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-s4fGNvROBU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4fGNvROBU P {
  color: #767676;
}
.cid-s4fHhWMGOt {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s4fHhWMGOt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4fHhWMGOt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4fHhWMGOt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4fHhWMGOt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4fHhWMGOt .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-s4fHhWMGOt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4fHhWMGOt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s4fHhWMGOt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4fHhWMGOt .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-s2hSjaApVt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2hSjaApVt .mbr-section-subtitle {
  color: #232323;
}
.cid-s2hSp1d8Id {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2hSp1d8Id .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2hSp1d8Id .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2hSp1d8Id .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2hSp1d8Id .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2hSp1d8Id .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-s2hSp1d8Id .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2hSp1d8Id .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2hSp1d8Id .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2hSp1d8Id .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-s1j7OdvlHU {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1j7OdvlHU P {
  color: #767676;
}
.cid-s1j7OdvlHU .mbr-text,
.cid-s1j7OdvlHU .mbr-section-btn {
  color: #ffffff;
}
.cid-s2hSluhvjN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2hSluhvjN .mbr-section-subtitle {
  color: #232323;
}
.cid-s2hSq83X4m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2hSq83X4m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2hSq83X4m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2hSq83X4m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2hSq83X4m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2hSq83X4m .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-s2hSq83X4m .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2hSq83X4m .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2hSq83X4m .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2hSq83X4m .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-sbGezqiHly {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbGezqiHly .mbr-section-subtitle {
  color: #232323;
}
.cid-sbGh9gavvk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbGh9gavvk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbGh9gavvk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbGh9gavvk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbGh9gavvk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbGh9gavvk .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-sbGh9gavvk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbGh9gavvk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbGh9gavvk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbGh9gavvk .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-tRrf92Z64n {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tRrf92Z64n P {
  color: #767676;
}
.cid-tRrf93y3U6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tRrf93y3U6 P {
  color: #767676;
}
.cid-tRrf93y3U6 .mbr-text,
.cid-tRrf93y3U6 .mbr-section-btn {
  color: #000000;
}
.cid-uYhrdG3ZCP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uYhrdG3ZCP P {
  color: #767676;
}
.cid-uYhri4nQHK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uYhri4nQHK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYhri4nQHK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYhri4nQHK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYhri4nQHK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYhri4nQHK .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-uYhri4nQHK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uYhri4nQHK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uYhri4nQHK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uYhri4nQHK .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-uSfRidWQCz {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uSfRidWQCz P {
  color: #767676;
}
.cid-uSfRqmoHfW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSfRqmoHfW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSfRqmoHfW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSfRqmoHfW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSfRqmoHfW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSfRqmoHfW .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;
}
.cid-uSfRqmoHfW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSfRqmoHfW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uSfRqmoHfW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSfRqmoHfW .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;
}
.cid-uMLlr0Z5eQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uMLlr0Z5eQ P {
  color: #767676;
}
.cid-uMLlDgNKUZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uMLlDgNKUZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uMLlDgNKUZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMLlDgNKUZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMLlDgNKUZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uMLlDgNKUZ .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-uMLlDgNKUZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uMLlDgNKUZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uMLlDgNKUZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uMLlDgNKUZ .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-uGKzmOwXLr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uGKzmOwXLr P {
  color: #767676;
}
.cid-uGKzym6aXy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGKzym6aXy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGKzym6aXy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGKzym6aXy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGKzym6aXy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGKzym6aXy .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-uGKzym6aXy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uGKzym6aXy .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uGKzym6aXy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uGKzym6aXy .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-tRrf9BD9PF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tRrf9BD9PF P {
  color: #767676;
}
.cid-tRrf9D59pI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tRrf9D59pI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRrf9D59pI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRrf9D59pI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRrf9D59pI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRrf9D59pI .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-tRrf9D59pI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tRrf9D59pI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tRrf9D59pI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tRrf9D59pI .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-uB62IQu2Ml .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uB62IQu2Ml .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uB62IQu2Ml a {
  font-style: normal;
}
.cid-uB62IQu2Ml .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uB62IQu2Ml .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-uB62IQu2Ml .nav-item:focus,
.cid-uB62IQu2Ml .nav-link:focus {
  outline: none;
}
.cid-uB62IQu2Ml .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uB62IQu2Ml .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uB62IQu2Ml .menu-logo {
  margin-right: auto;
}
.cid-uB62IQu2Ml .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-uB62IQu2Ml .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-uB62IQu2Ml .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uB62IQu2Ml .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uB62IQu2Ml .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uB62IQu2Ml .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uB62IQu2Ml .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uB62IQu2Ml .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uB62IQu2Ml .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uB62IQu2Ml .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uB62IQu2Ml .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uB62IQu2Ml .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uB62IQu2Ml .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uB62IQu2Ml .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB62IQu2Ml .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uB62IQu2Ml .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB62IQu2Ml .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-uB62IQu2Ml .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uB62IQu2Ml .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uB62IQu2Ml .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uB62IQu2Ml .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uB62IQu2Ml .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uB62IQu2Ml .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uB62IQu2Ml button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uB62IQu2Ml button.navbar-toggler:focus {
  outline: none;
}
.cid-uB62IQu2Ml button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB62IQu2Ml button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uB62IQu2Ml button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uB62IQu2Ml button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uB62IQu2Ml button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uB62IQu2Ml nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB62IQu2Ml nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uB62IQu2Ml nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uB62IQu2Ml nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB62IQu2Ml .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uB62IQu2Ml .collapsed .btn {
  display: -webkit-flex;
}
.cid-uB62IQu2Ml .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uB62IQu2Ml .collapsed .navbar-collapse.collapsing,
.cid-uB62IQu2Ml .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uB62IQu2Ml .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uB62IQu2Ml .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uB62IQu2Ml .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uB62IQu2Ml .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uB62IQu2Ml .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uB62IQu2Ml .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uB62IQu2Ml .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uB62IQu2Ml .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uB62IQu2Ml .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uB62IQu2Ml .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uB62IQu2Ml .collapsed button.navbar-toggler {
  display: block;
}
.cid-uB62IQu2Ml .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uB62IQu2Ml .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uB62IQu2Ml .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-uB62IQu2Ml .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uB62IQu2Ml .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uB62IQu2Ml .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: 991px) {
  .cid-uB62IQu2Ml.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uB62IQu2Ml img {
    height: 3.8rem !important;
  }
  .cid-uB62IQu2Ml .btn {
    display: -webkit-flex;
  }
  .cid-uB62IQu2Ml button.navbar-toggler {
    display: block;
  }
  .cid-uB62IQu2Ml .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uB62IQu2Ml .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uB62IQu2Ml .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uB62IQu2Ml .navbar-collapse.collapsing,
  .cid-uB62IQu2Ml .navbar-collapse.show {
    display: block !important;
  }
  .cid-uB62IQu2Ml .navbar-collapse.collapsing .navbar-nav,
  .cid-uB62IQu2Ml .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uB62IQu2Ml .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uB62IQu2Ml .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uB62IQu2Ml .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uB62IQu2Ml .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uB62IQu2Ml .navbar-collapse.collapsing .navbar-buttons,
  .cid-uB62IQu2Ml .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uB62IQu2Ml .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uB62IQu2Ml .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uB62IQu2Ml .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-uB62IQu2Ml .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uB62IQu2Ml .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uB62IQu2Ml .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-uB62IQu2Ml .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uB62IQu2Ml .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uB62IQu2Ml .nav-link:hover,
.cid-uB62IQu2Ml .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uGKzfIEbgv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uGKzfIEbgv P {
  color: #767676;
}
.cid-uSfRcV29Uu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uSfRcV29Uu P {
  color: #767676;
}
