body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'GothamBold';
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'GothamMedium';
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'GothamMedium';
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'GothamBook';
  font-size: 1.3rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'GothamMedium';
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #a2784f !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a2784f !important;
  border-color: #a2784f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #6f5236 !important;
  border-color: #6f5236 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6f5236 !important;
  border-color: #6f5236 !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: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !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: #5d452e !important;
  color: #5d452e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a2784f !important;
  border-color: #a2784f !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a2784f !important;
  border-color: #a2784f !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: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !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: #a2784f !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5d452e !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: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !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: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.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: #a2784f;
  border-color: #a2784f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a2784f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1b8a0;
}
.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: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'GothamMedium';
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #a2784f;
}
/* 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: #a2784f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #a2784f;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a2784f;
  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: #a2784f;
  border-bottom-color: #a2784f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a2784f !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='%23a2784f' %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-seWGALnbqT .modal-body .close {
  background: #1b1b1b;
}
.cid-seWGALnbqT .modal-body .close span {
  font-style: normal;
}
.cid-seWGALnbqT .carousel-inner > .active,
.cid-seWGALnbqT .carousel-inner > .next,
.cid-seWGALnbqT .carousel-inner > .prev {
  display: flex;
}
.cid-seWGALnbqT .carousel-control .icon-next,
.cid-seWGALnbqT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-seWGALnbqT .carousel-control:hover {
  background: #a2784f;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seWGALnbqT .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seWGALnbqT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-seWGALnbqT .boxed-slider > div {
  position: relative;
}
.cid-seWGALnbqT .container img {
  width: 100%;
}
.cid-seWGALnbqT .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-seWGALnbqT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-seWGALnbqT .mbr-table-cell {
  padding: 0;
}
.cid-seWGALnbqT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-seWGALnbqT .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-seWGALnbqT .mbr-overlay {
  z-index: 1;
}
.cid-seWGALnbqT .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-seWGALnbqT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-seWGALnbqT .carousel-item.active.right,
.cid-seWGALnbqT .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-seWGALnbqT .carousel-item.active.left,
.cid-seWGALnbqT .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-seWGALnbqT .carousel-item.active,
.cid-seWGALnbqT .carousel-item.next.left,
.cid-seWGALnbqT .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-seWGALnbqT .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-seWGALnbqT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-seWGALnbqT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-seWGALnbqT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-seWGALnbqT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-seWGALnbqT .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #a2784f;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-seWGALnbqT .mbr-slider .carousel-indicators li.active,
.cid-seWGALnbqT .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-seWGALnbqT .mbr-slider .carousel-indicators li::after,
.cid-seWGALnbqT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-seWGALnbqT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-seWGALnbqT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-seWGALnbqT .mbr-slider > .container img {
  width: 100%;
}
.cid-seWGALnbqT .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-seWGALnbqT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-seWGALnbqT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seWGALnbqT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-seWGALnbqT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-seWGALnbqT .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-seWGALnbqT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-seWGALnbqT .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-seWGALnbqT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-seWGALnbqT .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-seWGALnbqT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-seWGALnbqT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-seWGALnbqT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-seWTHxljiF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seWTHxljiF .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-seWTHxljiF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seWTHxljiF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-seWTHxljiF .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-seWTHxljiF .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-seWTHxljiF .brown {
  color: #c19b76;
}
.cid-seWTHxljiF .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seWTHxljiF .paragraphs-wrapper .first-paragraph,
.cid-seWTHxljiF .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-seWTHxljiF .text-element {
    padding-bottom: 0;
  }
  .cid-seWTHxljiF .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-seWTHxljiF .paragraphs-wrapper .first-paragraph,
  .cid-seWTHxljiF .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-seWTHxljiF .first-paragraph,
  .cid-seWTHxljiF .second-paragraph {
    width: 50%;
  }
  .cid-seWTHxljiF .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-seWTHxljiF .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-seWTHxljiF .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-seWTHxljiF .mbr-section-title,
  .cid-seWTHxljiF .mbr-section-btn {
    text-align: left;
  }
}
.cid-seWTHxljiF .mbr-section-title {
  color: #84582e;
}
.cid-seWTHxljiF .mbr-section-subtitle,
.cid-seWTHxljiF .underline {
  color: #444444;
}
.cid-seWTHxljiF .mbr-text,
.cid-seWTHxljiF .mbr-section-btn {
  color: #444444;
}
.cid-seRlEgAuh6 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-seRlEgAuh6 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-seRlEgAuh6 .btn-wrapper {
  width: 100%;
}
.cid-seRlEgAuh6 .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-seRlEgAuh6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-seRlEgAuh6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-seRlEgAuh6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-seRlEgAuh6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-seRlEgAuh6 a.close:hover {
  color: #ffffff;
}
.cid-seWRMLSAxN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seWRMLSAxN .underline .line {
  width: 2rem;
  height: 1px;
  background: #444444;
  display: inline-block;
}
.cid-seWRMLSAxN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seWRMLSAxN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-seWRMLSAxN .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-seWRMLSAxN .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-seWRMLSAxN .brown {
  color: #c19b76;
}
.cid-seWRMLSAxN .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seWRMLSAxN .paragraphs-wrapper .first-paragraph,
.cid-seWRMLSAxN .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-seWRMLSAxN .text-element {
    padding-bottom: 0;
  }
  .cid-seWRMLSAxN .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-seWRMLSAxN .paragraphs-wrapper .first-paragraph,
  .cid-seWRMLSAxN .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-seWRMLSAxN .first-paragraph,
  .cid-seWRMLSAxN .second-paragraph {
    width: 50%;
  }
  .cid-seWRMLSAxN .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-seWRMLSAxN .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-seWRMLSAxN .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-seWRMLSAxN .mbr-section-title,
  .cid-seWRMLSAxN .mbr-section-btn {
    text-align: left;
  }
}
.cid-seWRMLSAxN .mbr-section-title {
  color: #444444;
}
.cid-seWRMLSAxN .mbr-text,
.cid-seWRMLSAxN .mbr-section-btn {
  color: #444444;
}
.cid-seWRMLSAxN .mbr-section-subtitle,
.cid-seWRMLSAxN .underline {
  color: #444444;
}
.cid-s2LjrkyuI3 .nav-item:focus,
.cid-s2LjrkyuI3 .nav-link:focus {
  outline: none;
}
.cid-s2LjrkyuI3 a.nav-link:focus {
  color: #c19b76 !important;
}
.cid-s2LjrkyuI3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-s2LjrkyuI3 .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-s2LjrkyuI3 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-s2LjrkyuI3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-s2LjrkyuI3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2LjrkyuI3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-s2LjrkyuI3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s2LjrkyuI3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-s2LjrkyuI3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2LjrkyuI3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2LjrkyuI3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-s2LjrkyuI3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2LjrkyuI3 .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-s2LjrkyuI3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2LjrkyuI3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-s2LjrkyuI3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2LjrkyuI3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2LjrkyuI3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-s2LjrkyuI3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2LjrkyuI3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2LjrkyuI3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2LjrkyuI3 .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-s2LjrkyuI3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2LjrkyuI3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2LjrkyuI3 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-s2LjrkyuI3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-s2LjrkyuI3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2LjrkyuI3 .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-s2LjrkyuI3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2LjrkyuI3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2LjrkyuI3 .navbar-brand {
  display: flex;
  -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-s2LjrkyuI3 .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-s2LjrkyuI3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-s2LjrkyuI3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2LjrkyuI3 .dropdown-item.active,
.cid-s2LjrkyuI3 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2LjrkyuI3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2LjrkyuI3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2LjrkyuI3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2LjrkyuI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-s2LjrkyuI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-s2LjrkyuI3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2LjrkyuI3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2LjrkyuI3 .navbar-buttons {
  text-align: center;
}
.cid-s2LjrkyuI3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2LjrkyuI3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2LjrkyuI3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2LjrkyuI3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2LjrkyuI3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2LjrkyuI3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2LjrkyuI3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2LjrkyuI3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2LjrkyuI3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2LjrkyuI3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2LjrkyuI3 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s2LjrkyuI3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-s2LjrkyuI3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2LjrkyuI3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2LjrkyuI3 .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-s2LjrkyuI3 .nav-link:hover,
.cid-s2LjrkyuI3 .icons-menu .mbr-iconfont:hover {
  color: #c19b76 !important;
}
.cid-s2LjrkyuI3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-s2LjrkyuI3 .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-s2LjrkyuI3 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-s2LjrkyuI3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-s2LjrkyuI3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-s2LjrkyuI3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-s2LjrkyuI3 .dropdown-menu {
    top: 100%;
  }
  .cid-s2LjrkyuI3 .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-s2LjrkyuI3 .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-s2LjrkyuI3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-seQWZiBlMH {
  background-image: url("../../../assets/images/12-1920x1080.png");
}
.cid-seQWZiBlMH .mbr-arrow {
  background: #84582e !important;
  opacity: 0.7;
}
.cid-seQWZiBlMH .mbr-arrow i {
  color: #ffffff !important;
}
.cid-seQWZiBlMH .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-t0JpTDsMVu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t0JpTDsMVu .card .card-img {
  overflow: hidden;
}
.cid-t0JpTDsMVu .card .card-img img {
  transition: all .5s;
}
.cid-t0JpTDsMVu .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-t0JpTDsMVu .underline .line {
  width: 2rem;
  height: 1px;
  background: #000000;
  display: inline-block;
}
.cid-t0JpTDsMVu .card {
  height: 100%;
}
.cid-t0JpTDsMVu .card .card-wrapper {
  height: 100%;
}
.cid-t0JpTDsMVu .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-t0JpTDsMVu .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-t0JpTDsMVu .card .card-box .card-title {
  margin: 0;
}
.cid-t0JpTDsMVu .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0JpTDsMVu .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-t0JpTDsMVu .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-t0JpTDsMVu .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-t0JpTDsMVu .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0JpTDsMVu .card .card-footer .icons-list {
  margin: 0;
}
.cid-t0JpTDsMVu .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-t0JpTDsMVu .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-t0JpTDsMVu .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-t0JpTDsMVu .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-t0JpTDsMVu .card-box {
  border-style: solid;
  border-color: #d8d7d7;
  border-width: 0 1px 1px 1px;
}
.cid-t0JpTDsMVu .card-footer {
  border-top: 1px solid #d8d7d7;
}
@media (max-width: 767px) {
  .cid-t0JpTDsMVu .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0JpTDsMVu .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-t0JpTDsMVu .link-text {
  color: #a2784f;
}
.cid-t0JpTDsMVu .card-text,
.cid-t0JpTDsMVu .card-btn {
  color: #000000;
}
.cid-t0JpTDsMVu .info-text {
  color: #000000;
}
.cid-t0JpTDsMVu .main-subtitle,
.cid-t0JpTDsMVu .underline {
  color: #000000;
}
.cid-t0JpUOgTBj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t0JpUOgTBj .card .card-img {
  overflow: hidden;
}
.cid-t0JpUOgTBj .card .card-img img {
  transition: all .5s;
}
.cid-t0JpUOgTBj .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-t0JpUOgTBj .underline .line {
  width: 2rem;
  height: 1px;
  background: #000000;
  display: inline-block;
}
.cid-t0JpUOgTBj .card {
  height: 100%;
}
.cid-t0JpUOgTBj .card .card-wrapper {
  height: 100%;
}
.cid-t0JpUOgTBj .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-t0JpUOgTBj .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-t0JpUOgTBj .card .card-box .card-title {
  margin: 0;
}
.cid-t0JpUOgTBj .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0JpUOgTBj .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-t0JpUOgTBj .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-t0JpUOgTBj .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-t0JpUOgTBj .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0JpUOgTBj .card .card-footer .icons-list {
  margin: 0;
}
.cid-t0JpUOgTBj .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-t0JpUOgTBj .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-t0JpUOgTBj .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-t0JpUOgTBj .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-t0JpUOgTBj .card-box {
  border-style: solid;
  border-color: #d8d7d7;
  border-width: 0 1px 1px 1px;
}
.cid-t0JpUOgTBj .card-footer {
  border-top: 1px solid #d8d7d7;
}
@media (max-width: 767px) {
  .cid-t0JpUOgTBj .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0JpUOgTBj .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-t0JpUOgTBj .link-text {
  color: #a2784f;
}
.cid-t0JpUOgTBj .card-text,
.cid-t0JpUOgTBj .card-btn {
  color: #000000;
}
.cid-t0JpUOgTBj .info-text {
  color: #000000;
}
.cid-t0JpUOgTBj .main-subtitle,
.cid-t0JpUOgTBj .underline {
  color: #000000;
}
.cid-tdANTvCKA1 {
  background-image: url("../../../assets/images/11-1920x1080.png");
}
.cid-tdANTvCKA1 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tdANTvCKA1 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tdANTvCKA1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tdANTvCKA1 .animated-element,
.cid-tdANTvCKA1 .typed-cursor {
  color: #ffffff;
}
.cid-tdANTvCKA1 .animated-element {
  border-bottom: 5px solid #a2784f;
}
@media (max-width: 767px) {
  .cid-tdANTvCKA1 .typed-text {
    text-align: center;
  }
}
.cid-tdANbHDx6K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tdANbHDx6K .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tdANbHDx6K .row {
    padding: 0 0.75rem;
  }
}
.cid-tdANbHDx6K .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tdANbHDx6K .text-container {
    margin-bottom: 20px;
  }
}
.cid-tdANbHDx6K .label-text {
  color: #0057fc;
}
.cid-tdANbHDx6K .mbr-section-title {
  max-width: 550px;
  margin: 0 auto;
}
.cid-tdANbHDx6K .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tdANbHDx6K .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tdANbHDx6K .card {
    padding: 0;
  }
}
.cid-tdANbHDx6K .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tdANbHDx6K .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tdANbHDx6K .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tdANbHDx6K .card-text {
  color: #555555;
}
.cid-tdANbHDx6K .mbr-iconfont {
  font-size: 25px;
  color: #a2784f;
}
.cid-tdANbHDx6K .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-t0JrQhZNtd {
  background-image: url("../../../assets/images/-dsc3329-2000x1431.jpg");
}
.cid-t0JrQhZNtd .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-t0JrQhZNtd .mbr-arrow i {
  color: #ffffff !important;
}
.cid-t0JrQhZNtd .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tdANlESWcs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tdANlESWcs .underline .line {
  width: 2rem;
  height: 1px;
  background: #a2784f;
  display: inline-block;
}
.cid-tdANlESWcs .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tdANlESWcs .card .card-header {
  background: #a2784f;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tdANlESWcs .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tdANlESWcs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tdANlESWcs .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdANlESWcs .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-tdANlESWcs .card .panel-body {
  background: #ffffff;
}
.cid-tdANlESWcs .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tdANlESWcs .card-header h4,
  .cid-tdANlESWcs .panel-body {
    padding: 1rem !important;
  }
}
.cid-tdANlESWcs .mbr-section-subtitle,
.cid-tdANlESWcs .underline {
  color: #000000;
}
.cid-tdANlESWcs .panel-text {
  color: #000000;
}
.cid-tdANmryv70 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tdANmryv70 .underline .line {
  width: 2rem;
  height: 1px;
  background: #a2784f;
  display: inline-block;
}
.cid-tdANmryv70 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tdANmryv70 .card .card-header {
  background: #a2784f;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tdANmryv70 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tdANmryv70 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tdANmryv70 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdANmryv70 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-tdANmryv70 .card .panel-body {
  background: #ffffff;
}
.cid-tdANmryv70 .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tdANmryv70 .card-header h4,
  .cid-tdANmryv70 .panel-body {
    padding: 1rem !important;
  }
}
.cid-tdANmryv70 .mbr-section-subtitle,
.cid-tdANmryv70 .underline {
  color: #000000;
}
.cid-s39xqJ64E6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s39xqJ64E6 .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s39xqJ64E6 .card-box {
  width: 100%;
}
.cid-s39xqJ64E6 .card-img {
  padding: 1rem;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-s39xqJ64E6 .card-img span {
  color: #0a1c44;
  font-size: 3rem;
}
.cid-s39xqJ64E6 .mbr-text {
  color: #767676;
}
.cid-s39xqJ64E6 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-s39xqJ64E6 .card {
    margin-bottom: 2rem;
  }
}
.cid-s39xqJ64E6 .card-title,
.cid-s39xqJ64E6 .card-img {
  color: #a2784f;
  text-align: center;
}
.cid-s39xqJ64E6 .mbr-section-title {
  text-align: center;
}
.cid-s39xqJ64E6 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-s39xqJ64E6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s39xqJ64E6 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s39xqJ64E6 .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-s39xqJ64E6 .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #e9e9e9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-s39xqJ64E6 .mbr-section-title,
.cid-s39xqJ64E6 .line-wrap {
  text-align: center;
}
.cid-s39xqJ64E6 .mbr-text,
.cid-s39xqJ64E6 .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-s33w3dXkqO {
  background-image: url("../../../assets/images/resto1-1920x1280.png");
}
.cid-s33w3dXkqO .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-s33w3dXkqO .mbr-arrow i {
  color: #a2784f !important;
}
.cid-s33w3dXkqO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s3qDgdeEPJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s3qDgdeEPJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s3qDgdeEPJ .mbr-section-title,
.cid-s3qDgdeEPJ .mbr-section-subtitle,
.cid-s3qDgdeEPJ .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s3qDgdeEPJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3qDgdeEPJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3qDgdeEPJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3qDgdeEPJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3qDgdeEPJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s3qDgdeEPJ .icon-focus {
  display: none;
}
.cid-s3qDgdeEPJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s3qDgdeEPJ ul {
  font-size: 0;
}
.cid-s3qDgdeEPJ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-s3qDgdeEPJ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-s3qDgdeEPJ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-s3qDgdeEPJ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s3qDgdeEPJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-s3qDgdeEPJ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s3qDgdeEPJ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-s3qDgdeEPJ .btn:hover {
  background: transparent !important;
}
.cid-s3qDgdeEPJ .btn:hover:before {
  background: transparent !important;
}
.cid-s3qDgdeEPJ .btn:before {
  background-color: transparent !important;
}
.cid-s3qDgdeEPJ .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-s3qDgdeEPJ .mbr-section-title {
  color: #a2784f;
}
.cid-s3qDgdeEPJ .mbr-section-subtitle,
.cid-s3qDgdeEPJ .underline {
  color: #000000;
  text-align: center;
}
.cid-tdAMolDWFT {
  background-image: url("../../../assets/images/-5d-9515-1-2000x1333.jpg");
}
.cid-tdAMolDWFT .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tdAMolDWFT .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tdAMolDWFT .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-seRi33j6il {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seRi33j6il .underline .line {
  width: 2rem;
  height: 1px;
  background: #444444;
  display: inline-block;
}
.cid-seRi33j6il .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-seRi33j6il .title {
    width: 100% !important;
  }
}
.cid-seRi33j6il .mbr-section-title {
  color: #a2784f;
}
.cid-t0LKgBtnW3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seRigT5J1B .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-seRigT5J1B .mbr-arrow i {
  color: #ffffff !important;
}
.cid-seRigT5J1B .btn-wrapper {
  width: 100%;
}
.cid-seRigT5J1B .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-seRigT5J1B .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-seRigT5J1B .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-seRigT5J1B .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-seRigT5J1B a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-seRigT5J1B a.close:hover {
  color: #ffffff;
}
.cid-tdAOCbyzPY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a2784f;
}
.cid-tdAOCbyzPY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tdAOCbyzPY .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tdAOCbyzPY .title {
    width: 100% !important;
  }
}
.cid-tdAOCbyzPY .mbr-section-title {
  color: #ffffff;
}
.cid-tdAOCZkcxe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tdAOCZkcxe .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tdAOCZkcxe .content {
    padding: 0 2rem;
  }
}
.cid-tdAOCZkcxe .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tdAOCZkcxe .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tdAOCZkcxe .mbr-iconfont {
  font-size: 3.5rem;
  color: #a2784f !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tdAOCZkcxe .icon-title,
.cid-tdAOCZkcxe .mbr-iconfont {
  color: #a2784f;
}
.cid-tdAOCZkcxe .icons-wrap {
  display: flex;
}
.cid-tdAOCZkcxe .google-map {
  height: 100%;
  position: relative;
}
.cid-tdAOCZkcxe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tdAOCZkcxe .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-tdAOCZkcxe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tdAOCZkcxe .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tdAOCZkcxe .content {
    margin: auto;
  }
  .cid-tdAOCZkcxe .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tdAOCZkcxe .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tdAOCZkcxe .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tdAOCZkcxe .google-map {
    height: 20rem;
  }
}
.cid-t0KfUN8Qgh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t0KfUN8Qgh .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-t0KfUN8Qgh .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
  margin-top: 30px;
}
.cid-t0KfUN8Qgh .mbr-section-btn {
  margin-top: 45px;
}
.cid-t0KfUN8Qgh .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-t0KfUN8Qgh img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-t0KfUN8Qgh .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-t0KfUN8Qgh .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-t0KfUN8Qgh .mbr-text {
    margin-top: 10px;
  }
}
.cid-t0KfX5d9X0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #000000;
}
.cid-t0KfX5d9X0 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-t0KfX5d9X0 .mbr-iconfont-social:hover {
  color: #a2784f;
}
.cid-t0KfX5d9X0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t0KfX5d9X0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #a2784f, #333333);
  display: inline-block;
}
.cid-t0KfX5d9X0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-t0KfX5d9X0 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-t0KfX5d9X0 .mbr-section-title,
.cid-t0KfX5d9X0 .social-list,
.cid-t0KfX5d9X0 .underline {
  color: #ffffff;
}
.cid-t0KfZqBxik {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a2784f;
}
