body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.26rem !important;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #d58f76 !important;
}
.bg-success {
  background-color: #f7ad4e !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #d58f76 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d58f76 !important;
  border-color: #d58f76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c35f3c !important;
  border-color: #c35f3c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c35f3c !important;
  border-color: #c35f3c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffdd8b !important;
  border-color: #ffdd8b !important;
  color: #8b6200 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #8b6200 !important;
  background-color: #ffc73e !important;
  border-color: #ffc73e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #8b6200 !important;
  background-color: #ffc73e !important;
  border-color: #ffc73e !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ad4e !important;
  border-color: #f7ad4e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ee8a0b !important;
  border-color: #ee8a0b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ee8a0b !important;
  border-color: #ee8a0b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d58f76 !important;
  border-color: #d58f76 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c35f3c !important;
  border-color: #c35f3c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c35f3c !important;
  border-color: #c35f3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d58f76;
  color: #d58f76;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d58f76;
  border-color: #d58f76;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d58f76 !important;
  border-color: #d58f76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffdd8b;
  color: #ffdd8b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8b6200;
  background-color: #ffdd8b;
  border-color: #ffdd8b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #8b6200 !important;
  background-color: #ffdd8b !important;
  border-color: #ffdd8b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ad4e;
  color: #f7ad4e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f7ad4e;
  border-color: #f7ad4e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ad4e !important;
  border-color: #f7ad4e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d58f76;
  color: #d58f76;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d58f76;
  border-color: #d58f76;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d58f76 !important;
  border-color: #d58f76 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #d58f76 !important;
}
.text-secondary {
  color: #ffdd8b !important;
}
.text-success {
  color: #f7ad4e !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #d58f76 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #edcfc4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fffbf1 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbdab0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edcfc4 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #d58f76;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d58f76;
  border-color: #d58f76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d58f76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
blockquote {
  border-color: #d58f76;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d58f76;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d58f76;
  border-bottom-color: #d58f76;
}
.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: #d58f76 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffdd8b !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%;
  width: 100%;
  height: auto;
}
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='%23d58f76' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rT64G7yRoO .navbar {
  padding: 0.5rem 0;
  background: #635a51;
  transition: none;
  min-height: 50px;
}
.cid-rT64G7yRoO .navbar-fixed-top {
  padding-top: 0;
}
.cid-rT64G7yRoO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rT64G7yRoO .collapse {
  justify-content: space-between !important;
}
.cid-rT64G7yRoO .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-rT64G7yRoO .mbr-iconfont {
  cursor: pointer;
}
.cid-rT64G7yRoO .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-rT64G7yRoO .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d58f76;
  border-radius: 50%;
}
.cid-rT64G7yRoO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rT64G7yRoO .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .menu-content-top {
  background: #82786e;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-rT64G7yRoO .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-rT64G7yRoO .dropdown-item,
.cid-rT64G7yRoO .nav-link,
.cid-rT64G7yRoO .brand-name {
  font-style: normal;
}
.cid-rT64G7yRoO .dropdown-item:hover,
.cid-rT64G7yRoO .nav-link:hover,
.cid-rT64G7yRoO .brand-name:hover {
  color: #d58f76 !important;
}
.cid-rT64G7yRoO .dropdown-menu {
  background-color: #eceae4;
}
.cid-rT64G7yRoO .dropdown-item:active {
  background-color: #eceae4;
}
.cid-rT64G7yRoO .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-rT64G7yRoO .navbar-dropdown.bg-color.transparent.opened {
  background: #635a51;
}
.cid-rT64G7yRoO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .content-text {
  margin-bottom: 0;
}
.cid-rT64G7yRoO .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d58f76;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rT64G7yRoO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rT64G7yRoO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rT64G7yRoO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT64G7yRoO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT64G7yRoO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rT64G7yRoO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT64G7yRoO .nav-dropdown .link {
  font-weight: 400;
}
.cid-rT64G7yRoO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rT64G7yRoO .content-right-side {
  text-align: center;
}
.cid-rT64G7yRoO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rT64G7yRoO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rT64G7yRoO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #82786e !important;
}
.cid-rT64G7yRoO .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-rT64G7yRoO .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-rT64G7yRoO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT64G7yRoO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rT64G7yRoO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rT64G7yRoO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rT64G7yRoO .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rT64G7yRoO .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-rT64G7yRoO .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT64G7yRoO .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rT64G7yRoO .navbar {
    display: block;
    padding: 0;
  }
  .cid-rT64G7yRoO .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT64G7yRoO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rT64G7yRoO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rT64G7yRoO .navbar-toggler {
    display: none;
  }
}
.cid-rT64G7yRoO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rT64G7yRoO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rT64G7yRoO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rT64G7yRoO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rT64G7yRoO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT64G7yRoO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rT64G7yRoO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rT64G7yRoO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-rT64G7yRoO button.navbar-toggler:focus {
  outline: none;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT64G7yRoO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT64G7yRoO .collapsed .btn {
  display: flex;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT64G7yRoO .collapsed button.navbar-toggler {
  display: block;
}
.cid-rT64G7yRoO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rT64G7yRoO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rT64G7yRoO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rT64G7yRoO .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-rT64G7yRoO .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rT64G7yRoO .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rT64G7yRoO .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing,
  .cid-rT64G7yRoO .navbar-collapse.show {
    display: block !important;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-buttons,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT64G7yRoO img {
    height: 3.8rem !important;
  }
  .cid-rT64G7yRoO .btn {
    display: flex;
  }
  .cid-rT64G7yRoO button.navbar-toggler {
    display: block;
  }
  .cid-rT64G7yRoO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rT64G7yRoO .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rT64G7yRoO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rT64G7yRoO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rT64G7yRoO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rT64G7yRoO .nav-link:focus {
  outline: none;
}
.cid-rT64G7yRoO .navbar-toggler {
  position: relative;
}
.cid-rT64G7yRoO .dropdown-item.active,
.cid-rT64G7yRoO .dropdown-item:active {
  color: initial;
}
.cid-rT64G7yRoO .widget-title,
.cid-rT64G7yRoO .widget-icon {
  color: #ffffff;
}
.cid-rT64G7yRoO .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rT64G7yRoO .menu-logo {
    display: none;
  }
  .cid-rT64G7yRoO .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-rT64G7yRoO .nav-item:before {
    content: none;
  }
  .cid-rT64G7yRoO .navbar {
    padding: 0;
  }
  .cid-rT64G7yRoO .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT64G7yRoO button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rT64A8Ic5u {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background1-1-1920x1100.jpg");
}
.cid-rT64A8Ic5u H2 {
  color: #d58f76;
}
.cid-rT64A8Ic5u H1 {
  text-align: center;
}
.cid-soJbuFq31U {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/skyrybos-750x420.jpg");
  background-position: 80% 20%;
}
.cid-soJbuFq31U H2 {
  color: #d58f76;
}
.cid-soJbuFq31U .row {
  justify-content: flex-start;
}
.cid-soJbuFq31U H1 {
  color: #a15547;
}
.cid-soJbuFq31U .mbr-text,
.cid-soJbuFq31U .mbr-section-btn {
  color: #111111;
}
@media (min-width: 767px) {
  .cid-soJbuFq31U .container {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-soJbuFq31U .mbr-overlay {
    opacity: 0.7 !important;
  }
}
.cid-rT64ANGkG7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffeae3;
}
.cid-rT64ANGkG7 H3 {
  color: #a15547;
}
.cid-rT64ANGkG7 H4 {
  color: #d58f76;
}
.cid-sp7PhIwt9L {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffeae3;
}
@media (min-width: 1500px) {
  .cid-sp7PhIwt9L .container {
    max-width: 1400px;
  }
}
.cid-sp7PhIwt9L .mbr-text,
.cid-sp7PhIwt9L .mbr-section-btn {
  color: #999999;
}
.cid-sp7PhIwt9L .quote {
  color: #555555;
}
.cid-sp7PhIwt9L .mbr-text {
  color: #82786e;
}
.cid-rT64B5h2F5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffeae3;
}
.cid-rT64B5h2F5 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  margin-right: 1.5rem;
  width: 75px;
  height: 75px;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #d58f76;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-rT64B5h2F5 .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-rT64B5h2F5 .card2 {
  border-right: 1px solid #d58f76;
}
.cid-rT64B5h2F5 .card1 {
  border-right: 1px solid #d58f76;
}
.cid-rT64B5h2F5 h4 {
  margin: 0;
}
.cid-rT64B5h2F5 .card-text {
  color: #82786e;
  text-align: center;
}
.cid-rT64B5h2F5 .mbr-text {
  color: #200960;
}
.cid-rT64B5h2F5 .card-title {
  color: #a15547;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rT64B5h2F5 .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-soJcYbL4e8 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffdfd5;
}
.cid-soJcYbL4e8 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  margin-right: 1.5rem;
  width: 75px;
  height: 75px;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #d58f76;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-soJcYbL4e8 .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-soJcYbL4e8 .card1 {
  border-right: 0px solid #d58f76;
}
.cid-soJcYbL4e8 .card-wrapper {
  padding: 0;
}
.cid-soJcYbL4e8 h4 {
  margin: 0;
}
.cid-soJcYbL4e8 .card-text {
  color: #82786e;
  text-align: center;
}
.cid-soJcYbL4e8 .mbr-text {
  color: #200960;
}
.cid-soJcYbL4e8 .card-title {
  color: #a15547;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-soJcYbL4e8 .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-soJfJlfbV3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebd8d1;
}
.cid-soJfJlfbV3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-soJfJlfbV3 .card {
  border-radius: 0;
}
.cid-soJfJlfbV3 .img {
  width: 80px;
  margin-right: 1rem;
}
.cid-soJfJlfbV3 .img-wrap {
  display: flex;
}
.cid-soJfJlfbV3 .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-soJfJlfbV3 .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-soJfJlfbV3 .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-soJfJlfbV3 .link,
.cid-soJfJlfbV3 .link-wrap {
  color: #5f261b;
}
.cid-soJfJlfbV3 .wrapper {
  padding: 6rem 12rem;
}
@media (max-width: 1500px) {
  .cid-soJfJlfbV3 .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-soJfJlfbV3 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-soJfJlfbV3 .card-phone:hover {
  color: #d58f76;
}
.cid-soJfJlfbV3 .img-col {
  padding: 0;
}
.cid-soJfJlfbV3 .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-soJfJlfbV3 .wrapper {
    padding: 2rem 0rem;
  }
  .cid-soJfJlfbV3 .img-wrap {
    flex-direction: column;
    align-items: center;
  }
  .cid-soJfJlfbV3 .img {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.cid-soJfJlfbV3 .mbr-text,
.cid-soJfJlfbV3 .mbr-section-btn {
  color: #999999;
}
.cid-soJfJlfbV3 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-soJfJlfbV3 .card-title,
.cid-soJfJlfbV3 .card-box {
  color: #a15547;
}
.cid-soJnZMlile {
  background-image: url("../../../assets/images/background4-1950x1212.jpg");
  background-position: 80% 20%;
}
.cid-soJnZMlile H2 {
  color: #d58f76;
  text-align: left;
}
.cid-soJnZMlile .box {
  background: #a15547;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 75px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-soJnZMlile .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-soJnZMlile {
    background-size: 120%;
    background-position: top;
  }
  .cid-soJnZMlile .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 28px;
    padding-bottom: 35px;
    margin-top: 14rem;
  }
}
.cid-soJnZMlile .mbr-text,
.cid-soJnZMlile .mbr-section-btn {
  text-align: left;
}
.cid-soJnZMlile H1 {
  text-align: left;
}
.cid-soJm2Bl5tY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-soJm2Bl5tY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-soJm2Bl5tY .card {
  border-radius: 0;
}
.cid-soJm2Bl5tY .wrapper {
  padding: 6rem 12rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1500px) {
  .cid-soJm2Bl5tY .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-soJm2Bl5tY .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-soJm2Bl5tY .card-phone:hover {
  color: #d58f76;
}
.cid-soJm2Bl5tY .img-col {
  padding: 0;
}
.cid-soJm2Bl5tY .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-soJm2Bl5tY .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-soJm2Bl5tY .mbr-text,
.cid-soJm2Bl5tY .mbr-section-btn {
  color: #999999;
}
.cid-soJm2Bl5tY .card-title,
.cid-soJm2Bl5tY .card-box {
  color: #a15547;
}
.cid-soJm2Bl5tY .mbr-section-subtitle {
  color: #d58f76;
}
.cid-rT64CvX1B7 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ebd8d1;
}
@media (min-width: 1500px) {
  .cid-rT64CvX1B7 .container {
    max-width: 1400px;
  }
}
.cid-rT64CvX1B7 img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-rT64CvX1B7 .content {
  margin: auto;
}
.cid-rT64CvX1B7 .mbr-text,
.cid-rT64CvX1B7 .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-rT64CvX1B7 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rT64CvX1B7 .img-col {
    padding-bottom: 2rem;
  }
}
.cid-rT64CvX1B7 .quote {
  color: #200960;
}
.cid-rT64CvX1B7 H3 {
  color: #a15547;
}
.cid-rT64CvX1B7 H4 {
  color: #cc2952;
}
.cid-rT64CvX1B7 .mbr-text {
  color: #5b686b;
}
.cid-upO00ddFGh {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #d9b7ab;
}
@media (min-width: 1500px) {
  .cid-upO00ddFGh .container {
    max-width: 1400px;
  }
}
.cid-upO00ddFGh img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-upO00ddFGh .content {
  margin: auto;
}
.cid-upO00ddFGh .mbr-text,
.cid-upO00ddFGh .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-upO00ddFGh img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-upO00ddFGh .img-col {
    padding-bottom: 2rem;
  }
}
.cid-upO00ddFGh .quote {
  color: #200960;
}
.cid-upO00ddFGh H3 {
  color: #a15547;
}
.cid-upO00ddFGh H4 {
  color: #7f1933;
}
.cid-upO00ddFGh .mbr-text {
  color: #555555;
}
.cid-soLXxEtN6t {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
@media (min-width: 1500px) {
  .cid-soLXxEtN6t .container {
    max-width: 1400px;
  }
}
.cid-soLXxEtN6t img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-soLXxEtN6t .content {
  margin: auto;
}
.cid-soLXxEtN6t .mbr-text,
.cid-soLXxEtN6t .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-soLXxEtN6t img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-soLXxEtN6t .img-col {
    padding-bottom: 2rem;
  }
}
.cid-soLXxEtN6t .quote {
  color: #a15547;
}
.cid-soLXxEtN6t H3 {
  color: #f7ad4e;
}
.cid-soLXxEtN6t H4 {
  color: #eceae4;
}
.cid-soLXxEtN6t .mbr-text {
  color: #ffffff;
}
.cid-uaxHU62Byk {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #635a51;
}
@media (min-width: 1500px) {
  .cid-uaxHU62Byk .container {
    max-width: 1400px;
  }
}
.cid-uaxHU62Byk img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-uaxHU62Byk .content {
  margin: auto;
}
.cid-uaxHU62Byk .mbr-text,
.cid-uaxHU62Byk .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-uaxHU62Byk img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uaxHU62Byk .img-col {
    padding-bottom: 2rem;
  }
}
.cid-uaxHU62Byk .quote {
  color: #a15547;
}
.cid-uaxHU62Byk H3 {
  color: #f7ad4e;
}
.cid-uaxHU62Byk H4 {
  color: #d58f76;
}
.cid-uaxHU62Byk .mbr-text {
  color: #ffffff;
}
.cid-upYr9qAzJy {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #90867b, #8c8277);
}
@media (min-width: 768px) {
  .cid-upYr9qAzJy {
    align-items: flex-start;
  }
  .cid-upYr9qAzJy .row {
    justify-content: flex-start;
  }
}
.cid-upYr9qAzJy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-upYr9qAzJy .mbr-text,
.cid-upYr9qAzJy .mbr-section-btn {
  text-align: left;
  color: #f6f3ee;
}
.cid-upYr9qAzJy .mbr-section-title,
.cid-upYr9qAzJy .line {
  color: #f9a13c;
}
.cid-upYr9qAzJy h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-upYr9qAzJy h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-upYr9qAzJy .mbr-section-subtitle,
.cid-upYr9qAzJy .align {
  text-align: left;
  color: #232323;
}
.cid-upYgE99RTO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/unnamed-512x416.jpg");
}
.cid-upYgE99RTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYgE99RTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upYgE99RTO .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-upYgE99RTO .mbr-section-title {
  color: #f9a13c;
}
.cid-upYgE99RTO .mbr-section-subtitle {
  margin-top: 1rem;
  color: #eceae4;
}
.cid-upYgE99RTO .row {
  row-gap: 32px;
}
.cid-upYgE99RTO .card {
  border-radius: 0;
}
.cid-upYgE99RTO .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 2rem;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.6);
}
.cid-upYgE99RTO .card-title-wrap {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #767676;
}
.cid-upYgE99RTO .card-title {
  color: #fff7da;
}
.cid-upYgE99RTO .card-subtitle {
  margin-top: 8px;
  color: #ffcc00;
}
.cid-upYgE99RTO .mbr-text {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-upYgE99RTO .card-number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-upYgE99RTO .price-text {
  color: #FFFFFF;
}
.cid-upYgE99RTO .price-number-text {
  color: #FFFFFF;
}
.cid-upYgE99RTO .price-caption {
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 6px 10px;
  border-radius: 3px;
  color: #333333;
  background: #fff7da;
}
.cid-upYgE99RTO .card-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  margin-top: 16px;
}
.cid-upYgE99RTO .card-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cid-upYgE99RTO .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-upYgE99RTO .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.cid-upYgE99RTO .list-text {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-upYgE99RTO .mbr-section-btn {
  margin-top: 8px;
}
.cid-upYgE99RTO .mbr-text,
.cid-upYgE99RTO .mbr-section-btn {
  color: #f6f3ee;
}
.cid-soJqXZsUtI {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #82786e;
}
.cid-soJqXZsUtI .card-header {
  background: transparent;
}
.cid-soJqXZsUtI .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-soJqXZsUtI .wrapper {
  background: #82786e;
  padding: 5rem;
}
.cid-soJqXZsUtI .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-soJqXZsUtI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-soJqXZsUtI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-soJqXZsUtI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-soJqXZsUtI .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-soJqXZsUtI .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-soJqXZsUtI h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #fcf3f3;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .cid-soJqXZsUtI .md-pb {
    margin-bottom: 2rem;
  }
  .cid-soJqXZsUtI .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soJqXZsUtI .wrapper {
    padding: 2rem 1rem;
  }
  .cid-soJqXZsUtI h5 {
    padding: 1rem 0rem;
  }
}
.cid-soJqXZsUtI .mbr-text,
.cid-soJqXZsUtI .mbr-section-btn {
  color: #eceae4;
}
.cid-soJqXZsUtI H3 {
  color: #f7ad4e;
}
.cid-soJqXZsUtI H4 {
  color: #f7ad4e;
}
.cid-soJqXZsUtI H5 {
  color: #ffdfd5;
}
.cid-soJqXZsUtI .panel-text {
  color: #f6f3ee;
}
.cid-rT64E22cPe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a15547;
}
.cid-rT64E22cPe .mbr-iconfont {
  font-size: 3rem;
  color: #d58f76;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-rT64E22cPe .card-wrapper {
    padding: 0 3rem;
  }
}
.cid-rT64E22cPe .card-title {
  color: #ffffff;
}
.cid-rT64E22cPe .card {
  border-radius: 0;
  width: 100%;
}
.cid-rT64E22cPe .card2 {
  border-right: 1px solid #ffffff;
}
.cid-rT64E22cPe .card1 {
  border-right: 1px solid #ffffff;
}
.cid-rT64E22cPe h4 {
  margin: 0;
}
.cid-rT64E22cPe .card-text {
  color: #ffffff;
}
.cid-rT64E22cPe .mbr-text {
  color: #200960;
}
@media (max-width: 991px) {
  .cid-rT64E22cPe .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-u7CCqA153F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f4943;
}
.cid-u7CCqA153F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7CCqA153F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7CCqA153F .container {
    padding: 0 22px;
  }
}
.cid-u7CCqA153F .row {
  justify-content: center;
}
.cid-u7CCqA153F .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7CCqA153F .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u7CCqA153F .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u7CCqA153F .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7CCqA153F .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u7CCqA153F .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-u7CCqA153F .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7CCqA153F .mbr-section-title {
  color: #ffffff;
}
.cid-u7CCqA153F .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rT64EvJ41Z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #635a51;
}
@media (min-width: 1500px) {
  .cid-rT64EvJ41Z .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rT64EvJ41Z .copyright,
  .cid-rT64EvJ41Z .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-rT64EvJ41Z .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rT64EvJ41Z .mbr-text {
  color: #f6f3ee;
}
