body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 5.15rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.24rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Gilda Display', 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: 4.12rem;
    font-size: calc( 2.4525rem + (5.15 - 2.4525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4525rem + (5.15 - 2.4525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #709faf !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #ff7171 !important;
}
.bg-danger {
  background-color: #3f855b !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ff7171 !important;
  border-color: #ff7171 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #ff2424 !important;
  border-color: #ff2424 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff2424 !important;
  border-color: #ff2424 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #3f855b !important;
  border-color: #3f855b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #265137 !important;
  border-color: #265137 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #265137 !important;
  border-color: #265137 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #ff0b0b !important;
  color: #ff0b0b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #ff7171 !important;
  border-color: #ff7171 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7171 !important;
  border-color: #ff7171 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #1e402c !important;
  color: #1e402c !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #3f855b !important;
  border-color: #3f855b !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3f855b !important;
  border-color: #3f855b !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #709faf !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #ff7171 !important;
}
.text-danger {
  color: #3f855b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #426977 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff0b0b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1e402c !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: #709faf;
}
.alert-warning {
  background-color: #ff7171;
}
.alert-danger {
  background-color: #3f855b;
}
.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: #709faf;
  border-color: #709faf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #709faf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #80c39b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gilda Display', serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #709faf;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #709faf;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #709faf;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #709faf;
  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: #709faf;
  border-bottom-color: #709faf;
}
.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: #709faf !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: #333333 !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='%23709faf' %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-qRaQCEFUQU .nav-item:focus,
.cid-qRaQCEFUQU .nav-link:focus {
  outline: none;
}
.cid-qRaQCEFUQU a.nav-link:focus {
  color: #c19b76 !important;
}
.cid-qRaQCEFUQU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background: none;
}
.cid-qRaQCEFUQU .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-qRaQCEFUQU .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qRaQCEFUQU .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qRaQCEFUQU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qRaQCEFUQU .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qRaQCEFUQU .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qRaQCEFUQU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qRaQCEFUQU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qRaQCEFUQU .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qRaQCEFUQU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qRaQCEFUQU .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-qRaQCEFUQU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qRaQCEFUQU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qRaQCEFUQU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qRaQCEFUQU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qRaQCEFUQU .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qRaQCEFUQU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qRaQCEFUQU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qRaQCEFUQU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qRaQCEFUQU .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-qRaQCEFUQU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qRaQCEFUQU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qRaQCEFUQU .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qRaQCEFUQU .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qRaQCEFUQU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qRaQCEFUQU .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-qRaQCEFUQU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qRaQCEFUQU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qRaQCEFUQU .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qRaQCEFUQU .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qRaQCEFUQU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qRaQCEFUQU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qRaQCEFUQU .dropdown-item.active,
.cid-qRaQCEFUQU .dropdown-item:active {
  background-color: transparent;
}
.cid-qRaQCEFUQU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qRaQCEFUQU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qRaQCEFUQU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qRaQCEFUQU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qRaQCEFUQU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qRaQCEFUQU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qRaQCEFUQU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qRaQCEFUQU .navbar-buttons {
  text-align: center;
}
.cid-qRaQCEFUQU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qRaQCEFUQU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qRaQCEFUQU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qRaQCEFUQU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qRaQCEFUQU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qRaQCEFUQU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qRaQCEFUQU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRaQCEFUQU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qRaQCEFUQU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qRaQCEFUQU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRaQCEFUQU .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-qRaQCEFUQU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qRaQCEFUQU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qRaQCEFUQU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qRaQCEFUQU .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qRaQCEFUQU .nav-link:hover,
.cid-qRaQCEFUQU .icons-menu .mbr-iconfont:hover {
  color: #c19b76 !important;
}
.cid-qRaQCEFUQU .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-qRaQCEFUQU .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #c19b76;
  transition: width 0.3s ease-in;
}
.cid-qRaQCEFUQU .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qRaQCEFUQU .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qRaQCEFUQU .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qRaQCEFUQU .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
}
.cid-qRaiLE9mtx {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/rothspalk-totale-gross-2000x1500.jpg");
}
.cid-qRaiLE9mtx .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-qRaiLE9mtx .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qRaiLE9mtx .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uuuzMOtJAT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uuuQA3mUsw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uuuQA3mUsw .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uuuQA3mUsw .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-uuuQA3mUsw .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uuuRy1BVaJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uuuoa9Fz6H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-uuuoa9Fz6H .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uuuoa9Fz6H .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuuoa9Fz6H .title {
    width: 100% !important;
  }
}
.cid-uuuoa9Fz6H .mbr-section-title {
  color: #ffffff;
}
.cid-uuuoa9Fz6H .mbr-section-subtitle,
.cid-uuuoa9Fz6H .underline {
  color: #ffffff;
}
.cid-qRauyUgAGh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/pool-rand-small-1920x1050.jpg");
}
.cid-qRauyUgAGh .card .card-img {
  overflow: hidden;
}
.cid-qRauyUgAGh .card .card-img img {
  transition: all .5s;
}
.cid-qRauyUgAGh .card .card-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qRauyUgAGh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qRauyUgAGh .card {
  height: 100%;
}
.cid-qRauyUgAGh .card .card-wrapper {
  height: 100%;
}
.cid-qRauyUgAGh .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-qRauyUgAGh .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-qRauyUgAGh .card .card-box .card-title {
  margin: 0;
}
.cid-qRauyUgAGh .card .info-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-qRauyUgAGh .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-qRauyUgAGh .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-qRauyUgAGh .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-qRauyUgAGh .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cid-qRauyUgAGh .card .card-footer .icons-list {
  margin: 0;
}
.cid-qRauyUgAGh .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-qRauyUgAGh .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-qRauyUgAGh .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-qRauyUgAGh .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-qRauyUgAGh .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-qRauyUgAGh .card-footer {
  border-top: 1px solid #efefef;
}
.cid-qRauyUgAGh .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-qRauyUgAGh .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qRauyUgAGh .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-qRauyUgAGh .link-text {
  color: #ff7171;
}
.cid-uutuZcxCan {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/holz-1-1920x1440.jpg");
}
.cid-uutuZcxCan .card .card-img {
  overflow: hidden;
}
.cid-uutuZcxCan .card .card-img img {
  transition: all .5s;
}
.cid-uutuZcxCan .card .card-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uutuZcxCan .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uutuZcxCan .card {
  height: 100%;
}
.cid-uutuZcxCan .card .card-wrapper {
  height: 100%;
}
.cid-uutuZcxCan .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uutuZcxCan .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uutuZcxCan .card .card-box .card-title {
  margin: 0;
}
.cid-uutuZcxCan .card .info-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uutuZcxCan .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uutuZcxCan .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uutuZcxCan .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uutuZcxCan .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cid-uutuZcxCan .card .card-footer .icons-list {
  margin: 0;
}
.cid-uutuZcxCan .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uutuZcxCan .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uutuZcxCan .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uutuZcxCan .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uutuZcxCan .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-uutuZcxCan .card-footer {
  border-top: 1px solid #efefef;
}
.cid-uutuZcxCan .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uutuZcxCan .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uutuZcxCan .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uutIJFQ5sl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/poolwasser-2000x1066.jpg");
}
.cid-uutIJFQ5sl .card .card-img {
  overflow: hidden;
}
.cid-uutIJFQ5sl .card .card-img img {
  transition: all .5s;
}
.cid-uutIJFQ5sl .card .card-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uutIJFQ5sl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uutIJFQ5sl .card {
  height: 100%;
}
.cid-uutIJFQ5sl .card .card-wrapper {
  height: 100%;
}
.cid-uutIJFQ5sl .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uutIJFQ5sl .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uutIJFQ5sl .card .card-box .card-title {
  margin: 0;
}
.cid-uutIJFQ5sl .card .info-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uutIJFQ5sl .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uutIJFQ5sl .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uutIJFQ5sl .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uutIJFQ5sl .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cid-uutIJFQ5sl .card .card-footer .icons-list {
  margin: 0;
}
.cid-uutIJFQ5sl .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uutIJFQ5sl .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uutIJFQ5sl .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uutIJFQ5sl .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uutIJFQ5sl .card-footer {
  border: none;
}
.cid-uutIJFQ5sl .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uutIJFQ5sl .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uutIJFQ5sl .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-qRauEUnLS7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/aussen-haengematte-1920x1440.jpg");
}
.cid-qRauEUnLS7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qRauEUnLS7 .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-qRauEUnLS7 .form1 {
  background: #ffffff;
  padding: 2rem;
}
.cid-qRauEUnLS7 .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qRauEUnLS7 .form1 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-qRauEUnLS7 .form1 .input-group-btn {
  width: 100%;
}
.cid-qRauEUnLS7 .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qRauEUnLS7 .form1 .form-label-outside {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-qRauEUnLS7 .form1 {
    padding: 1.5rem;
  }
}
.cid-qRauEUnLS7 .form-title {
  color: #487f91;
}
.cid-qSo8MeSMxN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e6c8ab;
}
.cid-qSo8MeSMxN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qSo8MeSMxN .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qSo8MeSMxN .title {
    width: 100% !important;
  }
}
.cid-uFpDlSrPBv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6c8ab;
}
.cid-uFpHUjNtup {
  background: #e6c8ab;
}
.cid-uFpHUjNtup .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-uFpHUjNtup .image-block img {
  width: 100%;
}
.cid-uFpHUjNtup .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uFpHUjNtup .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uFpHTpAQ7p {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #e6c8ab;
}
.cid-uFpHTpAQ7p .mbr-text {
  color: #000000;
}
.cid-uFpCKRbK4O {
  background: #e6c8ab;
}
.cid-uFpCKRbK4O .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-uFpCKRbK4O .image-block img {
  width: 100%;
}
.cid-uFpCKRbK4O .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uFpCKRbK4O .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qSo64BSmjZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6c8ab;
}
.cid-qTy8nl8Vzx {
  background: #84582e;
}
.cid-qTy8nl8Vzx .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-qTy8nl8Vzx .image-block img {
  width: 100%;
}
.cid-qTy8nl8Vzx .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qTy8nl8Vzx .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qTy8nl8Vzx P {
  color: #a69e9e;
}
.cid-qRaYgcaXH0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a2784f;
}
.cid-qRaYgcaXH0 .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-qRaYgcaXH0 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s6GH48OB7F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-s6GH48OB7F .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-s6GH48OB7F .first-column .mbr-text {
  margin: 0;
}
.cid-s6GH48OB7F .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-s6GH48OB7F .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-s6GH48OB7F .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s6GH48OB7F .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-s6GH48OB7F .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-s6GH48OB7F .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-s6GH48OB7F .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-s6GH48OB7F .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-s6GH48OB7F .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-s6GH48OB7F .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-s6GH48OB7F .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-s6GH48OB7F .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-s6GH48OB7F .first-column,
  .cid-s6GH48OB7F .second-column {
    padding-bottom: 2rem;
  }
  .cid-s6GH48OB7F .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s6GH48OB7F .first-column,
  .cid-s6GH48OB7F .second-column,
  .cid-s6GH48OB7F .third-column {
    text-align: center;
  }
  .cid-s6GH48OB7F .form1 .mbr-form {
    justify-content: center;
  }
  .cid-s6GH48OB7F .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-s6GFR0b63a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qRi85xpAMO .nav-item:focus,
.cid-qRi85xpAMO .nav-link:focus {
  outline: none;
}
.cid-qRi85xpAMO a.nav-link:focus {
  color: #c19b76 !important;
}
.cid-qRi85xpAMO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background: none;
}
.cid-qRi85xpAMO .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-qRi85xpAMO .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qRi85xpAMO .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qRi85xpAMO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qRi85xpAMO .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qRi85xpAMO .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qRi85xpAMO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qRi85xpAMO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qRi85xpAMO .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qRi85xpAMO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qRi85xpAMO .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-qRi85xpAMO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qRi85xpAMO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qRi85xpAMO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qRi85xpAMO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qRi85xpAMO .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qRi85xpAMO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qRi85xpAMO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qRi85xpAMO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qRi85xpAMO .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-qRi85xpAMO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qRi85xpAMO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qRi85xpAMO .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qRi85xpAMO .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qRi85xpAMO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qRi85xpAMO .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-qRi85xpAMO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qRi85xpAMO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qRi85xpAMO .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qRi85xpAMO .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qRi85xpAMO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qRi85xpAMO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qRi85xpAMO .dropdown-item.active,
.cid-qRi85xpAMO .dropdown-item:active {
  background-color: transparent;
}
.cid-qRi85xpAMO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qRi85xpAMO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qRi85xpAMO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qRi85xpAMO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qRi85xpAMO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qRi85xpAMO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qRi85xpAMO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qRi85xpAMO .navbar-buttons {
  text-align: center;
}
.cid-qRi85xpAMO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qRi85xpAMO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qRi85xpAMO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qRi85xpAMO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qRi85xpAMO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qRi85xpAMO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qRi85xpAMO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRi85xpAMO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qRi85xpAMO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qRi85xpAMO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRi85xpAMO .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-qRi85xpAMO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qRi85xpAMO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qRi85xpAMO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qRi85xpAMO .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qRi85xpAMO .nav-link:hover,
.cid-qRi85xpAMO .icons-menu .mbr-iconfont:hover {
  color: #c19b76 !important;
}
.cid-qRi85xpAMO .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-qRi85xpAMO .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #c19b76;
  transition: width 0.3s ease-in;
}
.cid-qRi85xpAMO .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qRi85xpAMO .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qRi85xpAMO .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qRi85xpAMO .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
}
.cid-qRi8sNYA40 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-qRi8sNYA40 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qRi8sNYA40 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qRi8sNYA40 .title {
    width: 100% !important;
  }
}
.cid-qRi96W8N0r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-qRi96W8N0r .line {
  background-color: #709faf;
  color: #709faf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qRi96W8N0r .mbr-text {
  padding: 2rem 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-qRi96W8N0r .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-qRi8hEkK7C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s6GFLJFb2c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-s6GFLJFb2c .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-s6GFLJFb2c .first-column .mbr-text {
  margin: 0;
}
.cid-s6GFLJFb2c .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-s6GFLJFb2c .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-s6GFLJFb2c .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s6GFLJFb2c .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-s6GFLJFb2c .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-s6GFLJFb2c .first-column,
  .cid-s6GFLJFb2c .second-column {
    padding-bottom: 2rem;
  }
  .cid-s6GFLJFb2c .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s6GFLJFb2c .first-column,
  .cid-s6GFLJFb2c .second-column,
  .cid-s6GFLJFb2c .third-column {
    text-align: center;
  }
  .cid-s6GFLJFb2c .form1 .mbr-form {
    justify-content: center;
  }
  .cid-s6GFLJFb2c .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-s6GFR0b63a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uuuGTBcU5a .nav-item:focus,
.cid-uuuGTBcU5a .nav-link:focus {
  outline: none;
}
.cid-uuuGTBcU5a a.nav-link:focus {
  color: #c19b76 !important;
}
.cid-uuuGTBcU5a .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background: none;
}
.cid-uuuGTBcU5a .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-uuuGTBcU5a .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uuuGTBcU5a .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-uuuGTBcU5a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuuGTBcU5a .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-uuuGTBcU5a .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uuuGTBcU5a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uuuGTBcU5a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuuGTBcU5a .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uuuGTBcU5a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuuGTBcU5a .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-uuuGTBcU5a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuuGTBcU5a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uuuGTBcU5a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uuuGTBcU5a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuuGTBcU5a .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-uuuGTBcU5a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uuuGTBcU5a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuuGTBcU5a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuuGTBcU5a .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-uuuGTBcU5a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uuuGTBcU5a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuuGTBcU5a .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uuuGTBcU5a .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uuuGTBcU5a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uuuGTBcU5a .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uuuGTBcU5a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uuuGTBcU5a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uuuGTBcU5a .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuuGTBcU5a .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uuuGTBcU5a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uuuGTBcU5a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuuGTBcU5a .dropdown-item.active,
.cid-uuuGTBcU5a .dropdown-item:active {
  background-color: transparent;
}
.cid-uuuGTBcU5a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuuGTBcU5a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuuGTBcU5a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuuGTBcU5a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uuuGTBcU5a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uuuGTBcU5a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuuGTBcU5a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuuGTBcU5a .navbar-buttons {
  text-align: center;
}
.cid-uuuGTBcU5a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uuuGTBcU5a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuuGTBcU5a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uuuGTBcU5a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uuuGTBcU5a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uuuGTBcU5a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uuuGTBcU5a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuuGTBcU5a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uuuGTBcU5a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uuuGTBcU5a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuuGTBcU5a .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uuuGTBcU5a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-uuuGTBcU5a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uuuGTBcU5a .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uuuGTBcU5a .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uuuGTBcU5a .nav-link:hover,
.cid-uuuGTBcU5a .icons-menu .mbr-iconfont:hover {
  color: #c19b76 !important;
}
.cid-uuuGTBcU5a .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-uuuGTBcU5a .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #c19b76;
  transition: width 0.3s ease-in;
}
.cid-uuuGTBcU5a .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uuuGTBcU5a .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uuuGTBcU5a .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-uuuGTBcU5a .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
}
.cid-uuuGTAntk1 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-uuuGTAntk1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uuuGTAntk1 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuuGTAntk1 .title {
    width: 100% !important;
  }
}
.cid-uuuH6I9SkM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uuuGTBESb8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-uuuGTBESb8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uuuGTBESb8 .first-column .mbr-text {
  margin: 0;
}
.cid-uuuGTBESb8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uuuGTBESb8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uuuGTBESb8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uuuGTBESb8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uuuGTBESb8 .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-uuuGTBESb8 .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-uuuGTBESb8 .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uuuGTBESb8 .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uuuGTBESb8 .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uuuGTBESb8 .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uuuGTBESb8 .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uuuGTBESb8 .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uuuGTBESb8 .first-column,
  .cid-uuuGTBESb8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uuuGTBESb8 .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuuGTBESb8 .first-column,
  .cid-uuuGTBESb8 .second-column,
  .cid-uuuGTBESb8 .third-column {
    text-align: center;
  }
  .cid-uuuGTBESb8 .form1 .mbr-form {
    justify-content: center;
  }
  .cid-uuuGTBESb8 .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-uuuGTC5vij {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qRb4WGUZPS .nav-item:focus,
.cid-qRb4WGUZPS .nav-link:focus {
  outline: none;
}
.cid-qRb4WGUZPS a.nav-link:focus {
  color: #c19b76 !important;
}
.cid-qRb4WGUZPS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background: none;
}
.cid-qRb4WGUZPS .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-qRb4WGUZPS .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qRb4WGUZPS .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qRb4WGUZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qRb4WGUZPS .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qRb4WGUZPS .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qRb4WGUZPS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qRb4WGUZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qRb4WGUZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qRb4WGUZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qRb4WGUZPS .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-qRb4WGUZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qRb4WGUZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qRb4WGUZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qRb4WGUZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qRb4WGUZPS .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qRb4WGUZPS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qRb4WGUZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qRb4WGUZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qRb4WGUZPS .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-qRb4WGUZPS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qRb4WGUZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qRb4WGUZPS .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qRb4WGUZPS .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qRb4WGUZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qRb4WGUZPS .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-qRb4WGUZPS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qRb4WGUZPS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qRb4WGUZPS .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qRb4WGUZPS .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qRb4WGUZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qRb4WGUZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qRb4WGUZPS .dropdown-item.active,
.cid-qRb4WGUZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-qRb4WGUZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qRb4WGUZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qRb4WGUZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qRb4WGUZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qRb4WGUZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qRb4WGUZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qRb4WGUZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qRb4WGUZPS .navbar-buttons {
  text-align: center;
}
.cid-qRb4WGUZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qRb4WGUZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qRb4WGUZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qRb4WGUZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qRb4WGUZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qRb4WGUZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qRb4WGUZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRb4WGUZPS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qRb4WGUZPS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qRb4WGUZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRb4WGUZPS .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-qRb4WGUZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qRb4WGUZPS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qRb4WGUZPS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qRb4WGUZPS .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qRb4WGUZPS .nav-link:hover,
.cid-qRb4WGUZPS .icons-menu .mbr-iconfont:hover {
  color: #c19b76 !important;
}
.cid-qRb4WGUZPS .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-qRb4WGUZPS .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #c19b76;
  transition: width 0.3s ease-in;
}
.cid-qRb4WGUZPS .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qRb4WGUZPS .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qRb4WGUZPS .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qRb4WGUZPS .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
}
.cid-qRb4WHADap {
  background: #ffffff;
}
.cid-qRb4WHADap .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-qRb4WHADap .video-block {
    width: 100% !important;
  }
}
.cid-s6GFLJFb2c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-s6GFLJFb2c .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-s6GFLJFb2c .first-column .mbr-text {
  margin: 0;
}
.cid-s6GFLJFb2c .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-s6GFLJFb2c .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-s6GFLJFb2c .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s6GFLJFb2c .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-s6GFLJFb2c .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-s6GFLJFb2c .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-s6GFLJFb2c .first-column,
  .cid-s6GFLJFb2c .second-column {
    padding-bottom: 2rem;
  }
  .cid-s6GFLJFb2c .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s6GFLJFb2c .first-column,
  .cid-s6GFLJFb2c .second-column,
  .cid-s6GFLJFb2c .third-column {
    text-align: center;
  }
  .cid-s6GFLJFb2c .form1 .mbr-form {
    justify-content: center;
  }
  .cid-s6GFLJFb2c .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-s6GFR0b63a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uFOFtjwkG9 .nav-item:focus,
.cid-uFOFtjwkG9 .nav-link:focus {
  outline: none;
}
.cid-uFOFtjwkG9 a.nav-link:focus {
  color: #c19b76 !important;
}
.cid-uFOFtjwkG9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background: none;
}
.cid-uFOFtjwkG9 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-uFOFtjwkG9 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uFOFtjwkG9 .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-uFOFtjwkG9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFOFtjwkG9 .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-uFOFtjwkG9 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uFOFtjwkG9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFOFtjwkG9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOFtjwkG9 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uFOFtjwkG9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFOFtjwkG9 .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-uFOFtjwkG9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFOFtjwkG9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uFOFtjwkG9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFOFtjwkG9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOFtjwkG9 .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-uFOFtjwkG9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFOFtjwkG9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFOFtjwkG9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFOFtjwkG9 .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-uFOFtjwkG9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFOFtjwkG9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFOFtjwkG9 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uFOFtjwkG9 .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uFOFtjwkG9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFOFtjwkG9 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uFOFtjwkG9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFOFtjwkG9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFOFtjwkG9 .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFOFtjwkG9 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uFOFtjwkG9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uFOFtjwkG9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOFtjwkG9 .dropdown-item.active,
.cid-uFOFtjwkG9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOFtjwkG9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFOFtjwkG9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFOFtjwkG9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFOFtjwkG9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uFOFtjwkG9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uFOFtjwkG9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFOFtjwkG9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFOFtjwkG9 .navbar-buttons {
  text-align: center;
}
.cid-uFOFtjwkG9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFOFtjwkG9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFOFtjwkG9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFOFtjwkG9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFOFtjwkG9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFOFtjwkG9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFOFtjwkG9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFOFtjwkG9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFOFtjwkG9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFOFtjwkG9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFOFtjwkG9 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uFOFtjwkG9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-uFOFtjwkG9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFOFtjwkG9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFOFtjwkG9 .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uFOFtjwkG9 .nav-link:hover,
.cid-uFOFtjwkG9 .icons-menu .mbr-iconfont:hover {
  color: #c19b76 !important;
}
.cid-uFOFtjwkG9 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-uFOFtjwkG9 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #c19b76;
  transition: width 0.3s ease-in;
}
.cid-uFOFtjwkG9 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uFOFtjwkG9 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uFOFtjwkG9 .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-uFOFtjwkG9 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
}
.cid-uFOFtkoC2r {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-uFOFtkoC2r .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFOFtkoC2r .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFOFtkoC2r .title {
    width: 100% !important;
  }
}
.cid-uFOFtkBTbi {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-uFOFtkBTbi .line {
  background-color: #709faf;
  color: #709faf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFOFtkBTbi .mbr-text {
  padding: 2rem 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uFOFtkBTbi .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uFOGinO9kY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFOHoE3gb9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFOHoE3gb9 .mbr-text {
  color: #232323;
}
.cid-uFOHvuwjTG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFOHvuwjTG .mbr-text {
  color: #232323;
}
.cid-uFOSuk7GDs {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFOHE8zCix {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFOHE8zCix .mbr-text {
  color: #232323;
}
.cid-uFOFtkTLcy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-uFOFtkTLcy .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uFOFtkTLcy .first-column .mbr-text {
  margin: 0;
}
.cid-uFOFtkTLcy .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uFOFtkTLcy .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uFOFtkTLcy .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uFOFtkTLcy .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uFOFtkTLcy .form1 .mbr-form {
  display: inline-flex;
  width: 100%;
}
.cid-uFOFtkTLcy .form1 .mbr-form .input-wrap {
  width: 55%;
}
.cid-uFOFtkTLcy .form1 .mbr-form .input-wrap input {
  font-size: .9rem;
  height: 100%;
  border: none;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uFOFtkTLcy .form1 .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uFOFtkTLcy .form1 .mbr-form .input-wrap input::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uFOFtkTLcy .form1 .mbr-form .input-wrap input:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uFOFtkTLcy .form1 .mbr-form .input-wrap input:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uFOFtkTLcy .form1 .mbr-form .input-group-btn .btn-lg {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uFOFtkTLcy .first-column,
  .cid-uFOFtkTLcy .second-column {
    padding-bottom: 2rem;
  }
  .cid-uFOFtkTLcy .form1 .mbr-form {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uFOFtkTLcy .first-column,
  .cid-uFOFtkTLcy .second-column,
  .cid-uFOFtkTLcy .third-column {
    text-align: center;
  }
  .cid-uFOFtkTLcy .form1 .mbr-form {
    justify-content: center;
  }
  .cid-uFOFtkTLcy .form1 .mbr-form .input-group-btn .btn-lg {
    padding: .6rem 1rem !important;
  }
}
.cid-uFOFtlnxlc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
