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





body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.625rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.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: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #dbb9a1 !important;
}
.bg-success {
  background-color: #758d87 !important;
}
.bg-info {
  background-color: #5c5c65 !important;
}
.bg-warning {
  background-color: #5c5c65 !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #dbb9a1 !important;
  border-color: #dbb9a1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #c6906a !important;
  border-color: #c6906a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6906a !important;
  border-color: #c6906a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #5c5c65 !important;
  border-color: #5c5c65 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #38383d !important;
  border-color: #38383d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #38383d !important;
  border-color: #38383d !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #758d87 !important;
  border-color: #758d87 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #52635f !important;
  border-color: #52635f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #52635f !important;
  border-color: #52635f !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #5c5c65 !important;
  border-color: #5c5c65 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #38383d !important;
  border-color: #38383d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #38383d !important;
  border-color: #38383d !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #bf8257;
  color: #bf8257;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #dbb9a1;
  border-color: #dbb9a1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dbb9a1 !important;
  border-color: #dbb9a1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #157074;
  color: #157074;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #25c4ca;
  border-color: #25c4ca;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #2b2b30;
  color: #2b2b30;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #5c5c65;
  border-color: #5c5c65;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5c5c65 !important;
  border-color: #5c5c65 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #475552;
  color: #475552;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #758d87;
  border-color: #758d87;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #758d87 !important;
  border-color: #758d87 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #2b2b30;
  color: #2b2b30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #5c5c65;
  border-color: #5c5c65;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5c5c65 !important;
  border-color: #5c5c65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #dbb9a1 !important;
}
.text-secondary {
  color: #25c4ca !important;
}
.text-success {
  color: #758d87 !important;
}
.text-info {
  color: #5c5c65 !important;
}
.text-warning {
  color: #5c5c65 !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bf8257 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #157074 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #475552 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2b2b30 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2b2b30 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !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: #5c5c65;
}
.alert-warning {
  background-color: #5c5c65;
}
.alert-danger {
  background-color: #656565;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dbb9a1;
  border-color: #dbb9a1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dbb9a1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bbc7c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9c9ca5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9c9ca5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #dbb9a1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #dbb9a1;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #dbb9a1;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #dbb9a1;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #dbb9a1;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dbb9a1;
  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-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dbb9a1;
  border-bottom-color: #dbb9a1;
}
.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: #000000 !important;
  background-color: #dbb9a1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #25c4ca !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23dbb9a1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-scgppSGQgd .nav-item,
.cid-scgppSGQgd .nav-link,
.cid-scgppSGQgd .navbar-caption {
  font-weight: normal;
}
.cid-scgppSGQgd .nav-item:focus,
.cid-scgppSGQgd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-scgppSGQgd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-scgppSGQgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-scgppSGQgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scgppSGQgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scgppSGQgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scgppSGQgd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-scgppSGQgd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-scgppSGQgd .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-scgppSGQgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-scgppSGQgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scgppSGQgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scgppSGQgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scgppSGQgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scgppSGQgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scgppSGQgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scgppSGQgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scgppSGQgd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scgppSGQgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scgppSGQgd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scgppSGQgd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scgppSGQgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scgppSGQgd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-scgppSGQgd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scgppSGQgd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scgppSGQgd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scgppSGQgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scgppSGQgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scgppSGQgd .dropdown-item.active,
.cid-scgppSGQgd .dropdown-item:active {
  background-color: transparent;
}
.cid-scgppSGQgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scgppSGQgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scgppSGQgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scgppSGQgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-scgppSGQgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scgppSGQgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scgppSGQgd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scgppSGQgd .navbar-buttons {
  text-align: center;
}
.cid-scgppSGQgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c5c65;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scgppSGQgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgppSGQgd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scgppSGQgd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scgppSGQgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgppSGQgd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scgppSGQgd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scgppSGQgd .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-scgppSGQgd .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-scgppSGQgd .soc-item {
  margin: .5rem .3rem;
}
.cid-scgppSGQgd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scgppSGQgd a.nav-link,
.cid-scgppSGQgd a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-scgppSGQgd a.nav-link .mbr-iconfont-btn,
.cid-scgppSGQgd a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-scgppSGQgd a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scgppSGQgd .navbar {
    height: 77px;
  }
  .cid-scgppSGQgd .navbar.opened {
    height: auto;
  }
  .cid-scgppSGQgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scc7NUoVrc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scc7NUoVrc .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-scc7NUoVrc .modal-body .close {
  background: #1b1b1b;
}
.cid-scc7NUoVrc .modal-body .close span {
  font-style: normal;
}
.cid-scc7NUoVrc .carousel-inner > .active,
.cid-scc7NUoVrc .carousel-inner > .next,
.cid-scc7NUoVrc .carousel-inner > .prev {
  display: flex;
}
.cid-scc7NUoVrc .carousel-control .icon-next,
.cid-scc7NUoVrc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scc7NUoVrc .carousel-control:hover {
  background: #dbb9a1;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scc7NUoVrc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scc7NUoVrc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-scc7NUoVrc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scc7NUoVrc .boxed-slider > div {
  position: relative;
}
.cid-scc7NUoVrc .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-scc7NUoVrc .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-scc7NUoVrc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scc7NUoVrc .mbr-table-cell {
  padding: 0;
}
.cid-scc7NUoVrc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scc7NUoVrc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scc7NUoVrc .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-scc7NUoVrc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-scc7NUoVrc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-scc7NUoVrc .carousel-item.active.right,
.cid-scc7NUoVrc .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-scc7NUoVrc .carousel-item.active.left,
.cid-scc7NUoVrc .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-scc7NUoVrc .carousel-item.active,
.cid-scc7NUoVrc .carousel-item.next.left,
.cid-scc7NUoVrc .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-scc7NUoVrc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border-radius: 0 !important;
  transition: all .3s;
  z-index: 11;
}
.cid-scc7NUoVrc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-scc7NUoVrc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-scc7NUoVrc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scc7NUoVrc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scc7NUoVrc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #dbb9a1;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-scc7NUoVrc .mbr-slider .carousel-indicators li.active,
.cid-scc7NUoVrc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scc7NUoVrc .mbr-slider .carousel-indicators li::after,
.cid-scc7NUoVrc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scc7NUoVrc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scc7NUoVrc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scc7NUoVrc .mbr-slider > .container img {
  width: 100%;
}
.cid-scc7NUoVrc .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-scc7NUoVrc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scc7NUoVrc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scc7NUoVrc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scc7NUoVrc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scc7NUoVrc .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-scc7NUoVrc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scc7NUoVrc .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-scc7NUoVrc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scc7NUoVrc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scc7NUoVrc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scc7NUoVrc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scc7NUoVrc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scc7NUoVrc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scc7NUoVrc .carousel-inner {
  height: 100%;
}
.cid-scc7NUoVrc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scc7NUoVrc .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-scc7NUoVrc .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-scc7NUoVrc .content-slider-wrap {
  width: 100%;
}
.cid-scfCxcQjJZ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-scfCxcQjJZ h1 {
  margin-bottom: 0.2rem;
}
.cid-scfCxcQjJZ .container-fluid {
  padding: 0;
}
.cid-scfCxcQjJZ img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-scfCxcQjJZ .mbr-figure {
  height: 100%;
}
.cid-scfCxcQjJZ .col-lg-6 {
  padding: 0;
}
.cid-scfCxcQjJZ .mbr-text {
  color: #747474;
  text-align: justify;
}
.cid-scfCxcQjJZ hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-scfCxcQjJZ .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-scfCxcQjJZ .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-scfCxcQjJZ .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #5c5c65;
}
.cid-scfCxcQjJZ .mbr-figure::after {
  content: "";
  background-color: #85a099;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-scfCxcQjJZ .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-scfCxcQjJZ .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-scfCxcQjJZ .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-scfCxcQjJZ .left-block {
    margin-top: 4.5rem;
  }
}
.cid-scfCxcQjJZ .btn {
  color: #101010 !important;
}
.cid-scfCxcQjJZ .btn:hover {
  color: #ffffff !important;
}
.cid-scfCxcQjJZ .mbr-text,
.cid-scfCxcQjJZ .mbr-section-btn {
  color: #acacac;
}
.cid-scfCxcQjJZ .media-content,
.cid-scfCxcQjJZ .mbr-section-title,
.cid-scfCxcQjJZ .line-title {
  color: #dbb9a1;
}
.cid-scfCxcQjJZ .mbr-section-subtitle-2 DIV {
  text-align: left;
}
.cid-scfCxcQjJZ .text {
  text-align: justify !important;
  text-justify: inter-word !important;
}
.cid-scg0QMqYFn {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #758d87;
}
.cid-scg0QMqYFn .row {
  border-top: 1px solid #85a099;
  padding-top: 2rem;
}
.cid-scg0QMqYFn .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-scg0QMqYFn .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-scg0QMqYFn .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-scg0QMqYFn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-scg0QMqYFn .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-scg0QMqYFn .container2 input:checked ~ .checkmark {
  background-color: #dbb9a1;
}
.cid-scg0QMqYFn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-scg0QMqYFn .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-scg0QMqYFn .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-scg0QMqYFn .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-scc9ucOzO3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scc9ucOzO3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-scc9ucOzO3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scc9ucOzO3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scc9ucOzO3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scc9ucOzO3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-scc9ucOzO3 .container-fluid {
  padding: 0;
}
.cid-scc9ucOzO3 .relative {
  position: relative;
  width: 100%;
}
.cid-scc9ucOzO3 .mbr-section-title {
  color: #656565;
}
.cid-scc9ucOzO3 .block {
  background: #dbb9a1;
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-scc9ucOzO3 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-scc9ucOzO3 .title {
  text-align: center;
  color: #ffffff;
}
.cid-scc9ucOzO3 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-scc9ucOzO3 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-scfA7e1Rvv {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfA7e1Rvv .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-scfA7e1Rvv .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfA7e1Rvv .mbr-section-title {
  text-align: left;
  color: #dbb9a1;
}
.cid-scfzeCyjr0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfzeCyjr0 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-scfzeCyjr0 .mbr-text {
  line-height: 1.5;
  color: #5c5c65;
}
.cid-scfzeCyjr0 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfzEbcl1x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfzEbcl1x .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-scfzEbcl1x .mbr-text {
  line-height: 1.5;
  color: #5c5c65;
}
.cid-scfzEbcl1x .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-scfzEbcl1x .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-scfzEbcl1x .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-scfzEbcl1x .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-scfzEbcl1x .container2 input:checked ~ .checkmark {
  background-color: #758d87;
}
.cid-scfzEbcl1x .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-scfzEbcl1x .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-scfzEbcl1x .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-scfzEbcl1x .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sccaW39voy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sccaW39voy .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-sccaW39voy .card-img {
  position: relative;
}
.cid-sccaW39voy .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-sccaW39voy .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-sccaW39voy .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-sccaW39voy .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-sccaW39voy .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-sccaW39voy .text-box {
  padding: 20px;
}
.cid-sccaW39voy .text-box p {
  margin: 0;
}
.cid-sccaW39voy .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sccaW39voy .ico-box p {
  margin: 0;
}
.cid-sccaW39voy .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-sccaW39voy .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sccaW39voy .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-sccaW39voy .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-sccaW39voy .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-sccaW39voy .card-box {
    bottom: 0px;
  }
  .cid-sccaW39voy .p-box {
    padding: 0px;
  }
  .cid-sccaW39voy .card-title {
    padding: 10px 15px;
  }
}
.cid-sccaW39voy .card-text {
  color: #5c5c65;
}
.cid-sccaW39voy .phone {
  color: #5c5c65;
}
.cid-sccaW39voy .card-title2 {
  color: #758d87;
}
.cid-scfvNOsmlS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfvNOsmlS .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-scfvNOsmlS .card-img {
  position: relative;
}
.cid-scfvNOsmlS .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-scfvNOsmlS .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-scfvNOsmlS .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-scfvNOsmlS .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-scfvNOsmlS .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-scfvNOsmlS .text-box {
  padding: 20px;
}
.cid-scfvNOsmlS .text-box p {
  margin: 0;
}
.cid-scfvNOsmlS .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-scfvNOsmlS .ico-box p {
  margin: 0;
}
.cid-scfvNOsmlS .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-scfvNOsmlS .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-scfvNOsmlS .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-scfvNOsmlS .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-scfvNOsmlS .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-scfvNOsmlS .card-box {
    bottom: 0px;
  }
  .cid-scfvNOsmlS .p-box {
    padding: 0px;
  }
  .cid-scfvNOsmlS .card-title {
    padding: 10px 15px;
  }
}
.cid-scfvNOsmlS .card-text {
  color: #5c5c65;
}
.cid-scfvNOsmlS .phone {
  color: #5c5c65;
}
.cid-scfvNOsmlS .card-title2 {
  color: #758d87;
}
.cid-scfwMAzeL5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfwMAzeL5 .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-scfwMAzeL5 .card-img {
  position: relative;
}
.cid-scfwMAzeL5 .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-scfwMAzeL5 .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-scfwMAzeL5 .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-scfwMAzeL5 .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-scfwMAzeL5 .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-scfwMAzeL5 .text-box {
  padding: 20px;
}
.cid-scfwMAzeL5 .text-box p {
  margin: 0;
}
.cid-scfwMAzeL5 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-scfwMAzeL5 .ico-box p {
  margin: 0;
}
.cid-scfwMAzeL5 .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-scfwMAzeL5 .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-scfwMAzeL5 .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-scfwMAzeL5 .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-scfwMAzeL5 .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-scfwMAzeL5 .card-box {
    bottom: 0px;
  }
  .cid-scfwMAzeL5 .p-box {
    padding: 0px;
  }
  .cid-scfwMAzeL5 .card-title {
    padding: 10px 15px;
  }
}
.cid-scfwMAzeL5 .card-text {
  color: #5c5c65;
}
.cid-scfwMAzeL5 .phone {
  color: #5c5c65;
}
.cid-scfwMAzeL5 .card-title2 {
  color: #758d87;
}
.cid-scfxudVat9 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-scfxudVat9 .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-scfxudVat9 .card-img {
  position: relative;
}
.cid-scfxudVat9 .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-scfxudVat9 .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-scfxudVat9 .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-scfxudVat9 .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-scfxudVat9 .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-scfxudVat9 .text-box {
  padding: 20px;
}
.cid-scfxudVat9 .text-box p {
  margin: 0;
}
.cid-scfxudVat9 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-scfxudVat9 .ico-box p {
  margin: 0;
}
.cid-scfxudVat9 .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-scfxudVat9 .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-scfxudVat9 .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-scfxudVat9 .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-scfxudVat9 .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-scfxudVat9 .card-box {
    bottom: 0px;
  }
  .cid-scfxudVat9 .p-box {
    padding: 0px;
  }
  .cid-scfxudVat9 .card-title {
    padding: 10px 15px;
  }
}
.cid-scfxudVat9 .card-text {
  color: #5c5c65;
}
.cid-scfxudVat9 .phone {
  color: #5c5c65;
}
.cid-scfxudVat9 .card-title2 {
  color: #758d87;
}
.cid-scgufCYWMj {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #dbb9a1;
}
.cid-scgufCYWMj a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-scgufCYWMj a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-scgufCYWMj .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scgufCYWMj .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-scgufCYWMj .form-control {
  background: none;
  border-radius: 0px;
}
.cid-scgufCYWMj textarea.form-control {
  min-height: 214.5px;
}
.cid-scgufCYWMj .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-scgufCYWMj h4,
.cid-scgufCYWMj p {
  margin: 0;
}
.cid-scgufCYWMj h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-scgufCYWMj h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-scgufCYWMj .icon {
  color: #5c5c65;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-scgufCYWMj h2 {
    text-align: center;
  }
  .cid-scgufCYWMj h3 {
    text-align: center;
  }
  .cid-scgufCYWMj .input-group-btn {
    text-align: center;
  }
  .cid-scgufCYWMj .social-list {
    text-align: center;
  }
}
.cid-scgufCYWMj H2 {
  color: #656565;
}
.cid-scgufCYWMj .content {
  text-align: left;
  color: #656565;
}
.cid-scgufCYWMj .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-scgufCYWMj .title1 {
  text-align: left;
  color: #ffffff;
}
.cid-scgufCYWMj .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-scgufCYWMj .title2 {
  color: #ffffff;
}
.cid-scgufCYWMj .card-img {
  padding-bottom: 3rem;
  padding-right: 2rem;
  float: left;
}
.cid-scgufCYWMj P {
  color: #fbf5f1;
}
.cid-sccbJWqq4a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sccbJWqq4a .links {
  text-align: center;
  color: #bdb5af;
}
.cid-sccbJWqq4a p {
  margin: 0;
}
.cid-scf8FgWD5w {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #dbb9a1;
}
.cid-scf8FgWD5w .mbr-section-title {
  text-align: center;
}
.cid-scf8FgWD5w .mbr-text,
.cid-scf8FgWD5w .mbr-section-btn {
  text-align: center;
}
.cid-scf91UCgYn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scf91UCgYn .row {
  padding-top: 0.5rem;
}
.cid-scf91UCgYn .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scf91UCgYn .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scf9HkYd9r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scf9HkYd9r .row {
  padding-top: 0.5rem;
}
.cid-scf9HkYd9r .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scf9HkYd9r .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfalcD4P6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfalcD4P6 .row {
  padding-top: 0.5rem;
}
.cid-scfalcD4P6 .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfalcD4P6 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfaqYoDyo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfaqYoDyo .row {
  padding-top: 0.5rem;
}
.cid-scfaqYoDyo .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfaqYoDyo .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfaBSnIOA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfaBSnIOA .row {
  padding-top: 0.5rem;
}
.cid-scfaBSnIOA .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfaBSnIOA .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfaO2YBki {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfaO2YBki .row {
  padding-top: 0.5rem;
}
.cid-scfaO2YBki .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfaO2YBki .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfbecj2g4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfbecj2g4 .row {
  padding-top: 0.5rem;
}
.cid-scfbecj2g4 .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfbecj2g4 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfbmIg1rc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfbmIg1rc .row {
  padding-top: 0.5rem;
}
.cid-scfbmIg1rc .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfbmIg1rc .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfbwNeo4S {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfbwNeo4S .row {
  padding-top: 0.5rem;
}
.cid-scfbwNeo4S .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfbwNeo4S .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfc4jLERj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfc4jLERj .row {
  padding-top: 0.5rem;
}
.cid-scfc4jLERj .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfc4jLERj .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfbB6nl0j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfbB6nl0j .row {
  padding-top: 0.5rem;
}
.cid-scfbB6nl0j .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfbB6nl0j .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfbRqE42e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scfbRqE42e .row {
  padding-top: 0.5rem;
}
.cid-scfbRqE42e .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-scfbRqE42e .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-scfqFNgN9F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scfqFNgN9F .links {
  text-align: center;
  color: #bdb5af;
}
.cid-scfqFNgN9F p {
  margin: 0;
}
.cid-scgppSGQgd .nav-item,
.cid-scgppSGQgd .nav-link,
.cid-scgppSGQgd .navbar-caption {
  font-weight: normal;
}
.cid-scgppSGQgd .nav-item:focus,
.cid-scgppSGQgd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-scgppSGQgd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-scgppSGQgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-scgppSGQgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scgppSGQgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scgppSGQgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scgppSGQgd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-scgppSGQgd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-scgppSGQgd .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-scgppSGQgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-scgppSGQgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scgppSGQgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scgppSGQgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scgppSGQgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scgppSGQgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scgppSGQgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scgppSGQgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scgppSGQgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scgppSGQgd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scgppSGQgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scgppSGQgd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scgppSGQgd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scgppSGQgd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scgppSGQgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scgppSGQgd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-scgppSGQgd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scgppSGQgd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scgppSGQgd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scgppSGQgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scgppSGQgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scgppSGQgd .dropdown-item.active,
.cid-scgppSGQgd .dropdown-item:active {
  background-color: transparent;
}
.cid-scgppSGQgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scgppSGQgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scgppSGQgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scgppSGQgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-scgppSGQgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scgppSGQgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scgppSGQgd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scgppSGQgd .navbar-buttons {
  text-align: center;
}
.cid-scgppSGQgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c5c65;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scgppSGQgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scgppSGQgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgppSGQgd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scgppSGQgd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scgppSGQgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgppSGQgd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scgppSGQgd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scgppSGQgd .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-scgppSGQgd .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-scgppSGQgd .soc-item {
  margin: .5rem .3rem;
}
.cid-scgppSGQgd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scgppSGQgd a.nav-link,
.cid-scgppSGQgd a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-scgppSGQgd a.nav-link .mbr-iconfont-btn,
.cid-scgppSGQgd a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-scgppSGQgd a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scgppSGQgd .navbar {
    height: 77px;
  }
  .cid-scgppSGQgd .navbar.opened {
    height: auto;
  }
  .cid-scgppSGQgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srQ4b1C71z {
  padding-top: 180px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/rockwood-8.jpg");
}
.cid-srQ1xq2233 .nav-item,
.cid-srQ1xq2233 .nav-link,
.cid-srQ1xq2233 .navbar-caption {
  font-weight: normal;
}
.cid-srQ1xq2233 .nav-item:focus,
.cid-srQ1xq2233 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-srQ1xq2233 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-srQ1xq2233 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-srQ1xq2233 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srQ1xq2233 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srQ1xq2233 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srQ1xq2233 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-srQ1xq2233 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-srQ1xq2233 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-srQ1xq2233 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-srQ1xq2233 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srQ1xq2233 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srQ1xq2233 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-srQ1xq2233 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srQ1xq2233 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srQ1xq2233 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srQ1xq2233 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srQ1xq2233 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srQ1xq2233 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-srQ1xq2233 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-srQ1xq2233 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srQ1xq2233 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srQ1xq2233 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srQ1xq2233 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srQ1xq2233 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srQ1xq2233 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srQ1xq2233 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-srQ1xq2233 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srQ1xq2233 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srQ1xq2233 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-srQ1xq2233 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srQ1xq2233 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-srQ1xq2233 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srQ1xq2233 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srQ1xq2233 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srQ1xq2233 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srQ1xq2233 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srQ1xq2233 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srQ1xq2233 .dropdown-item.active,
.cid-srQ1xq2233 .dropdown-item:active {
  background-color: transparent;
}
.cid-srQ1xq2233 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srQ1xq2233 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srQ1xq2233 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srQ1xq2233 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srQ1xq2233 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srQ1xq2233 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srQ1xq2233 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srQ1xq2233 .navbar-buttons {
  text-align: center;
}
.cid-srQ1xq2233 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQ1xq2233 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5c5c65;
}
.cid-srQ1xq2233 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srQ1xq2233 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srQ1xq2233 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srQ1xq2233 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srQ1xq2233 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srQ1xq2233 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srQ1xq2233 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srQ1xq2233 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srQ1xq2233 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-srQ1xq2233 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srQ1xq2233 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-srQ1xq2233 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-srQ1xq2233 .soc-item {
  margin: .5rem .3rem;
}
.cid-srQ1xq2233 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srQ1xq2233 a.nav-link,
.cid-srQ1xq2233 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-srQ1xq2233 a.nav-link .mbr-iconfont-btn,
.cid-srQ1xq2233 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-srQ1xq2233 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srQ1xq2233 .navbar {
    height: 77px;
  }
  .cid-srQ1xq2233 .navbar.opened {
    height: auto;
  }
  .cid-srQ1xq2233 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srQ1xD9Axq {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #dbb9a1;
}
.cid-srQ1xD9Axq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-srQ1xD9Axq a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-srQ1xD9Axq .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQ1xD9Axq .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-srQ1xD9Axq .form-control {
  background: none;
  border-radius: 0px;
}
.cid-srQ1xD9Axq textarea.form-control {
  min-height: 214.5px;
}
.cid-srQ1xD9Axq .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-srQ1xD9Axq h4,
.cid-srQ1xD9Axq p {
  margin: 0;
}
.cid-srQ1xD9Axq h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-srQ1xD9Axq h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-srQ1xD9Axq .icon {
  color: #5c5c65;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-srQ1xD9Axq h2 {
    text-align: center;
  }
  .cid-srQ1xD9Axq h3 {
    text-align: center;
  }
  .cid-srQ1xD9Axq .input-group-btn {
    text-align: center;
  }
  .cid-srQ1xD9Axq .social-list {
    text-align: center;
  }
}
.cid-srQ1xD9Axq H2 {
  color: #656565;
}
.cid-srQ1xD9Axq .content {
  text-align: left;
  color: #656565;
}
.cid-srQ1xD9Axq .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-srQ1xD9Axq .title1 {
  text-align: left;
  color: #ffffff;
}
.cid-srQ1xD9Axq .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-srQ1xD9Axq .title2 {
  color: #ffffff;
}
.cid-srQ1xD9Axq .card-img {
  padding-bottom: 3rem;
  padding-right: 2rem;
  float: left;
}
.cid-srQ1xD9Axq P {
  color: #fbf5f1;
}
.cid-srQ1xE84VE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srQ1xE84VE .links {
  text-align: center;
  color: #bdb5af;
}
.cid-srQ1xE84VE p {
  margin: 0;
}
