body {
  font-family: Roboto;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
.display-1 {
  font-family: 'cwTeXHei-zhonly';
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'cwTeXHei-zhonly';
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'cwTeXHei-zhonly';
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'cwTeXHei-zhonly';
  font-size: 1.7rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'cwTeXHei-zhonly';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c19b76 !important;
}
.bg-success {
  background-color: #7cccc0 !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: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !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: #7cccc0 !important;
  border-color: #7cccc0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #46b5a4 !important;
  border-color: #46b5a4 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #46b5a4 !important;
  border-color: #46b5a4 !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: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !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: #3fa394 !important;
  color: #3fa394 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #7cccc0 !important;
  border-color: #7cccc0 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7cccc0 !important;
  border-color: #7cccc0 !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: #c19b76 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #7cccc0 !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: #906841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3fa394 !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: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'cwTeXHei-zhonly';
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #c19b76;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #c19b76;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #c19b76;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}
.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}
.mbr-section-btn .btn {
  font-weight: 700;
}
.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}
.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}
.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}
.mbr-text {
  letter-spacing: 1px;
}
.mbr-lighter {
  font-weight: 100 !important;
}
body {
  color: #333333;
}
.up-z-index {
  z-index: 1000 !important;
}
.cid-qOamVRrIZt {
  background-image: url("../../../assets/images/background7-1920x1123.jpg");
}
.cid-qOamVRrIZt .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-qOamVRrIZt .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qOamVRrIZt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qVYpj76966 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/taiwa-5-1800x276.jpg");
}
.cid-qVYpj76966 .btn {
  margin: 0 0 .5rem 0;
}
.cid-qTVf4VwfGu {
  background: #ffffff;
}
.cid-qTVf4VwfGu .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-qTVf4VwfGu .image-block img {
  width: 100%;
}
.cid-qTVf4VwfGu .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qTVf4VwfGu .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qVYpp5Bu1w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qVYpp5Bu1w .mbr-section-subtitle {
  color: #767676;
}
.cid-qVYpp5Bu1w H2 {
  color: #ffffff;
}
.cid-qTVSf4JXrO {
  background: #ffffff;
}
.cid-qTVSf4JXrO .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-qTVSf4JXrO .image-block img {
  width: 100%;
}
.cid-qTVSf4JXrO .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qTVSf4JXrO .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qTW4Y9KRG5 {
  background-color: #ffffff;
}
.cid-qTW4Y9KRG5 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qTW4Y9KRG5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qTW4Y9KRG5 .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qTW4Y9KRG5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-qTW4Y9KRG5 .image-element {
    padding-left: 0;
  }
}
.cid-qTW4Y9KRG5 .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qTW4Y9KRG5 .mbr-section-subtitle,
.cid-qTW4Y9KRG5 .mbr-text {
  color: #878787;
}
.cid-qTW4Y9KRG5 .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qTW4Y9KRG5 .image-element {
    padding-top: 1rem;
  }
}
.cid-qTW4Y9KRG5 .mbr-section-title {
  color: #487f91;
}
.cid-qTW4Y9KRG5 .mbr-section-title DIV {
  color: #487f91;
}
.cid-qVYFvqMTHm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qVYFvqMTHm .mbr-section-subtitle {
  color: #767676;
}
.cid-qVYFvqMTHm H2 {
  color: #ffffff;
}
.cid-qTWbxI2GB2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTWbxI2GB2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qTWbxI2GB2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qTWbxI2GB2 .title {
    width: 100% !important;
  }
}
.cid-qTWbxI2GB2 .mbr-section-title {
  color: #487f91;
}
.cid-qTXwsYewbx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTXwsYewbx .card .card-img {
  overflow: hidden;
}
.cid-qTXwsYewbx .card .card-img img {
  transition: all .5s;
}
.cid-qTXwsYewbx .card .card-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qTXwsYewbx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qTXwsYewbx .card {
  height: 100%;
}
.cid-qTXwsYewbx .card .card-wrapper {
  height: 100%;
}
.cid-qTXwsYewbx .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-qTXwsYewbx .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-qTXwsYewbx .card .card-box .card-title {
  margin: 0;
}
.cid-qTXwsYewbx .card .info-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-qTXwsYewbx .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-qTXwsYewbx .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-qTXwsYewbx .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-qTXwsYewbx .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-qTXwsYewbx .card .card-footer .icons-list {
  margin: 0;
}
.cid-qTXwsYewbx .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-qTXwsYewbx .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-qTXwsYewbx .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-qTXwsYewbx .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-qTXwsYewbx .card-footer {
  border: none;
}
@media (max-width: 767px) {
  .cid-qTXwsYewbx .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qTXwsYewbx .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-qTXwsYewbx .main-title {
  color: #487f91;
}
.cid-qVYqvCC04i {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qVYqvCC04i .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qVYqvCC04i .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qVYqvCC04i .title {
    width: 100% !important;
  }
}
.cid-qVYqvCC04i .mbr-section-title {
  color: #ffffff;
}
.cid-qVYqvCC04i .mbr-section-subtitle,
.cid-qVYqvCC04i .underline {
  color: #ffffff;
}
.cid-qVYqxzLneY {
  background: #ffffff;
}
.cid-qVYqxzLneY .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-qVYqxzLneY .image-block img {
  width: 100%;
}
.cid-qVYqxzLneY .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qVYqxzLneY .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qVYqEedHaP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qVYqEedHaP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qVYqEedHaP .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qVYqEedHaP .title {
    width: 100% !important;
  }
}
.cid-qVYqEedHaP .mbr-section-title {
  color: #ffffff;
}
.cid-qVYqEedHaP .mbr-section-subtitle,
.cid-qVYqEedHaP .underline {
  color: #ffffff;
}
.cid-qVYqGdkYEm {
  background: #ffffff;
}
.cid-qVYqGdkYEm .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-qVYqGdkYEm .image-block img {
  width: 100%;
}
.cid-qVYqGdkYEm .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qVYqGdkYEm .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qTt6Sn9eq7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qTt6Sn9eq7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qTt6Sn9eq7 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qTt6Sn9eq7 .title {
    width: 100% !important;
  }
}
.cid-qTt6Sn9eq7 .mbr-section-title {
  color: #ffffff;
}
.cid-qTt6sxSsBQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qTt6sxSsBQ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-qTt6sxSsBQ .mbr-text {
  padding: 2rem 0;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-qTt6sxSsBQ .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-qVYqIf3MLZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1k8a0329-1-2000x1333.jpg");
}
.cid-qVYqIf3MLZ .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-qVYqIf3MLZ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qVYqIf3MLZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qVYqIf3MLZ .animated-element,
.cid-qVYqIf3MLZ .typed-cursor {
  color: #ffffff;
}
.cid-qVYqIf3MLZ .animated-element {
  border-bottom: 2px solid #e26c5a;
}
@media (max-width: 767px) {
  .cid-qVYqIf3MLZ .typed-text {
    text-align: center;
  }
}
.cid-qVYqV3u8Zh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qVYqV3u8Zh .card {
  flex-direction: row;
  justify-content: center;
}
.cid-qVYqV3u8Zh .card .card-img {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.cid-qVYqV3u8Zh .card .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-qVYqV3u8Zh .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-qVYqV3u8Zh .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-qVYqV3u8Zh .card {
    flex-direction: column;
  }
  .cid-qVYqV3u8Zh .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-qVYqV3u8Zh .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-qVYqV3u8Zh .card .card-box .card-title,
  .cid-qVYqV3u8Zh .card .card-box .mbr-text,
  .cid-qVYqV3u8Zh .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-qVYqV3u8Zh .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-qVYqV3u8Zh .card .card-img {
    text-align: right !important;
  }
}
.cid-qVYqV3u8Zh .link B {
  color: #c19b76;
}
.cid-qVYqV3u8Zh .mbr-text,
.cid-qVYqV3u8Zh .link {
  color: #ffffff;
}
.cid-qVYqV3u8Zh .card-title,
.cid-qVYqV3u8Zh .card-img {
  color: #ffffff;
}
.cid-qTsfZNiLxz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qTsfZNiLxz .google-map {
  width: 100%;
  height: 25rem;
}
.cid-qTsfZNiLxz .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qTwv2XhNCK {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTwv2XhNCK .mbr-iconfont-social {
  font-size: 32px;
  color: #333333;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-qTwv2XhNCK .mbr-iconfont-social:hover {
  color: #b7b6b6;
}
.cid-qTwv2XhNCK .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-qTwv2XhNCK .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-qVYr1hIBIw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qVYr1hIBIw .first-column {
  display: inline-flex;
  align-items: center;
}
.cid-qVYr1hIBIw .second-column img {
  width: 10%;
  object-fit: cover;
  object-position: center center;
}
.cid-qVYr1hIBIw .mbr-list {
  margin: 0;
}
.cid-qVYr1hIBIw .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-qVYr1hIBIw .first-column {
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-qVYr1hIBIw .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-qVYr1hIBIw .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-qTsfuwrjKL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qVYobgkRJI .nav-item:focus,
.cid-qVYobgkRJI .nav-link:focus {
  outline: none;
}
.cid-qVYobgkRJI a.nav-link:focus {
  color: #c19b76 !important;
}
.cid-qVYobgkRJI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qVYobgkRJI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qVYobgkRJI .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qVYobgkRJI .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qVYobgkRJI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qVYobgkRJI .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qVYobgkRJI .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qVYobgkRJI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qVYobgkRJI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qVYobgkRJI .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qVYobgkRJI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qVYobgkRJI .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-qVYobgkRJI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qVYobgkRJI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qVYobgkRJI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qVYobgkRJI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qVYobgkRJI .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qVYobgkRJI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qVYobgkRJI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qVYobgkRJI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qVYobgkRJI .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-qVYobgkRJI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qVYobgkRJI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qVYobgkRJI .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qVYobgkRJI .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qVYobgkRJI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qVYobgkRJI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qVYobgkRJI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qVYobgkRJI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qVYobgkRJI .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-qVYobgkRJI .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qVYobgkRJI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qVYobgkRJI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qVYobgkRJI .dropdown-item.active,
.cid-qVYobgkRJI .dropdown-item:active {
  background-color: transparent;
}
.cid-qVYobgkRJI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qVYobgkRJI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qVYobgkRJI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qVYobgkRJI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qVYobgkRJI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qVYobgkRJI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qVYobgkRJI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qVYobgkRJI .navbar-buttons {
  text-align: center;
}
.cid-qVYobgkRJI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qVYobgkRJI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qVYobgkRJI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qVYobgkRJI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qVYobgkRJI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qVYobgkRJI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qVYobgkRJI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qVYobgkRJI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qVYobgkRJI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qVYobgkRJI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qVYobgkRJI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qVYobgkRJI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qVYobgkRJI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qVYobgkRJI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qVYobgkRJI .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qVYobgkRJI .nav-link:hover,
.cid-qVYobgkRJI .icons-menu .mbr-iconfont:hover {
  color: #c19b76 !important;
}
.cid-qVYobgkRJI .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-qVYobgkRJI .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-qVYobgkRJI .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qVYobgkRJI .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qVYobgkRJI .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qVYobgkRJI .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qVYobgkRJI .dropdown-menu {
    top: 100%;
  }
  .cid-qVYobgkRJI .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qVYobgkRJI .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qVYobgkRJI .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qVYobgkRJI .navbar-short .dropdown-menu {
    top: 100%;
  }
}
