body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Playfair Display';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Playfair Display';
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'GreatVibes-Regular';
  font-size: 2.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'OpenSans-Regular';
  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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1a5353 !important;
}
.bg-success {
  background-color: #e6007f !important;
}
.bg-info {
  background-color: #c1a774 !important;
}
.bg-warning {
  background-color: #f1eeea !important;
}
.bg-danger {
  background-color: #f7f4f0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a5353 !important;
  border-color: #1a5353 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #081919 !important;
  border-color: #081919 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #081919 !important;
  border-color: #081919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c1a774 !important;
  border-color: #c1a774 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a18348 !important;
  border-color: #a18348 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a18348 !important;
  border-color: #a18348 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6007f !important;
  border-color: #e6007f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9a0055 !important;
  border-color: #9a0055 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9a0055 !important;
  border-color: #9a0055 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1eeea !important;
  border-color: #f1eeea !important;
  color: #847158 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #847158 !important;
  background-color: #d2c9bc !important;
  border-color: #d2c9bc !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #847158 !important;
  background-color: #d2c9bc !important;
  border-color: #d2c9bc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f4f0 !important;
  border-color: #f7f4f0 !important;
  color: #977951 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #977951 !important;
  background-color: #dccfbe !important;
  border-color: #dccfbe !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #977951 !important;
  background-color: #dccfbe !important;
  border-color: #dccfbe !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: #020505;
  color: #020505;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #1a5353;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a5353;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a5353 !important;
  border-color: #1a5353 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #232323;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #8f7440;
  color: #8f7440;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #c1a774;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1a774;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c1a774 !important;
  border-color: #c1a774 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #800047;
  color: #800047;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #e6007f;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6007f;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e6007f !important;
  border-color: #e6007f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #c8bcad;
  color: #c8bcad;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1eeea;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1eeea;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #847158 !important;
  background-color: #f1eeea !important;
  border-color: #f1eeea !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d4c3ad;
  color: #d4c3ad;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f7f4f0;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f4f0;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #977951 !important;
  background-color: #f7f4f0 !important;
  border-color: #f7f4f0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1a5353 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #e6007f !important;
}
.text-info {
  color: #c1a774 !important;
}
.text-warning {
  color: #f1eeea !important;
}
.text-danger {
  color: #f7f4f0 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #020505 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #800047 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8f7440 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c8bcad !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d4c3ad !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: #c1a774;
}
.alert-warning {
  background-color: #f1eeea;
}
.alert-danger {
  background-color: #f7f4f0;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a5353;
  border-color: #1a5353;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1a5353;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7cd6d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffb3dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e8dfcc;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'OpenSans-Regular';
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #1a5353;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a5353;
  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: #1a5353;
  border-bottom-color: #1a5353;
}
.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: #1a5353 !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: #232323 !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='%231a5353' %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-tm8UtZLIdy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  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-tm8UtZLIdy .nav-item:focus,
.cid-tm8UtZLIdy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tm8UtZLIdy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tm8UtZLIdy .nav-item {
    position: relative;
  }
  .cid-tm8UtZLIdy .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1a5353, #232323);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tm8UtZLIdy .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tm8UtZLIdy .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tm8UtZLIdy .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-tm8UtZLIdy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm8UtZLIdy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm8UtZLIdy .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tm8UtZLIdy .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-tm8UtZLIdy .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tm8UtZLIdy .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tm8UtZLIdy .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tm8UtZLIdy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tm8UtZLIdy .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.show,
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm8UtZLIdy .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-tm8UtZLIdy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tm8UtZLIdy .navbar.collapsed .right-menu,
.cid-tm8UtZLIdy .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar .navbar-collapse.show,
  .cid-tm8UtZLIdy .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tm8UtZLIdy .navbar .navbar-collapse.show .brand-container,
  .cid-tm8UtZLIdy .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tm8UtZLIdy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm8UtZLIdy .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-tm8UtZLIdy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tm8UtZLIdy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm8UtZLIdy .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tm8UtZLIdy .navbar .right-menu,
  .cid-tm8UtZLIdy .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tm8UtZLIdy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm8UtZLIdy .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tm8UtZLIdy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tm8UtZLIdy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tm8UtZLIdy .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tm8UtZLIdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm8UtZLIdy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm8UtZLIdy .dropdown-item.active,
.cid-tm8UtZLIdy .dropdown-item:active {
  background-color: transparent;
}
.cid-tm8UtZLIdy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm8UtZLIdy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm8UtZLIdy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm8UtZLIdy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tm8UtZLIdy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm8UtZLIdy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm8UtZLIdy ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tm8UtZLIdy .navbar-buttons {
  margin-left: auto;
}
.cid-tm8UtZLIdy button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tm8UtZLIdy .navbar-dropdown {
  position: fixed;
}
.cid-tm8UtZLIdy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tm8UtZLIdy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tm8UtZLIdy .right-menu,
.cid-tm8UtZLIdy .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tm8UtZLIdy .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm8UtZLIdy .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm8UtZLIdy .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tm8UtZLIdy .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1a5353;
  padding: .5rem 0;
}
.cid-tm8UtZLIdy .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tm8UtZLIdy .card-wrapper {
  z-index: 3;
}
.cid-tm8UtZLIdy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm8UtZLIdy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAMkb7jb4q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-tAMkb7jb4q .content {
  display: flex;
  align-items: center;
}
.cid-tAMkb7jb4q .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-tAMkb7jb4q .content-main {
    margin-left: 0;
  }
}
.cid-tAMkb7jb4q .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #1c4646;
}
@media (max-width: 992px) {
  .cid-tAMkb7jb4q .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-tAMkb7jb4q .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tAMkb7jb4q .mbr-text {
  margin-bottom: 38px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tAMkb7jb4q .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tAMkb7jb4q .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAMkb7jb4q .btn:hover {
  box-shadow: none;
}
.cid-tAMkb7jb4q .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tAMkb7jb4q .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-tAMkb7jb4q .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #1f242e;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 10px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-tAMkb7jb4q .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-tAMkb7jb4q .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tAMkb7jb4q .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #1f242e;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-tAMkb7jb4q .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-tAMkb7jb4q .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-tAMkb7jb4q .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-tAMkb7jb4q .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tAMkb7jb4q .mbr-section-title,
.cid-tAMkb7jb4q .mbr-section-btn {
  color: #ffffff;
}
.cid-tm8UxC7NuX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #eae8e4;
}
.cid-tm8UxC7NuX h4,
.cid-tm8UxC7NuX h5,
.cid-tm8UxC7NuX p {
  margin-bottom: 0;
}
.cid-tm8UxC7NuX p {
  color: #767676;
}
.cid-tm8UxC7NuX .card-wrapper {
  transition: all 0.3s;
  background-color: #1a5353;
}
.cid-tm8UxC7NuX .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-tm8UxC7NuX .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(61, 61, 61, 0.35);
}
@media (min-width: 992px) {
  .cid-tm8UxC7NuX .card-box {
    position: relative;
  }
  .cid-tm8UxC7NuX .mbr-text {
    width: 100%;
    position: absolute;
    padding: 1.2rem 1.2rem 0;
    margin-bottom: -1.2rem;
    background-color: #1a5353;
    opacity: 0;
    transition: all 0.3s;
    bottom: 100%;
    transform: translateY(100%);
    left: 0;
  }
  .cid-tm8UxC7NuX .card-wrapper:hover .mbr-text {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-tm8UxC7NuX .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tm8UxC7NuX .card-wrapper .card-title {
  position: relative;
}
.cid-tm8UxC7NuX .card-wrapper .card-title:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-tm8UxC7NuX .card-wrapper:hover .card-title:after {
  width: 100%;
}
.cid-tm8UxC7NuX .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-tm8UxC7NuX .card-title,
.cid-tm8UxC7NuX .main-title {
  color: #149dcc;
}
.cid-tm8UxC7NuX .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm8UxC7NuX .mbr-text {
  color: #c1a774;
  text-align: center;
}
.cid-tm8UxC7NuX .main-title {
  text-align: center;
  color: #1a5353;
}
.cid-tm8UyaNQRd {
  background-image: url("../../../assets/images/img-20190418-wa00281.webp");
}
.cid-tm8UyaNQRd .slider-text-two {
  background: rgba(26, 83, 83, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tm8UyaNQRd .mbr-section-title {
  color: #c1a774;
  text-align: center;
}
.cid-tm8UyaNQRd .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm8UyaNQRd .slider-text-two {
    outline: 15px solid rgba(26, 83, 83, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.cid-tm8Uz9P90A {
  background-color: #f1eeea;
}
.cid-tm8Uz9P90A .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tm8Uz9P90A .card .card-img img {
  transition: all .5s;
}
.cid-tm8Uz9P90A .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tm8Uz9P90A .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tm8Uz9P90A .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tm8Uz9P90A .underline .line {
  width: 2rem;
  height: 1px;
  background: #1a5353;
  display: inline-block;
}
.cid-tm8Uz9P90A .first-card {
  display: block;
}
.cid-tm8Uz9P90A .first-card .card-wrapper {
  height: 100%;
}
.cid-tm8Uz9P90A .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tm8Uz9P90A .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-tm8Uz9P90A .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tm8Uz9P90A .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tm8Uz9P90A .first-row,
.cid-tm8Uz9P90A .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tm8Uz9P90A .first-row .card .card-wrapper,
.cid-tm8Uz9P90A .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tm8Uz9P90A .first-row .card .card-wrapper .card-img,
.cid-tm8Uz9P90A .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tm8Uz9P90A .first-row .card .card-wrapper .card-img img,
.cid-tm8Uz9P90A .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tm8Uz9P90A .first-row,
  .cid-tm8Uz9P90A .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tm8Uz9P90A .first-row .card .card-wrapper .card-img,
  .cid-tm8Uz9P90A .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tm8Uz9P90A .first-row .card .card-wrapper .card-img img,
  .cid-tm8Uz9P90A .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tm8Uz9P90A .first-row .caption,
.cid-tm8Uz9P90A .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tm8Uz9P90A .first-row .caption .price,
.cid-tm8Uz9P90A .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-tm8Uz9P90A .first-row {
  padding-bottom: 0rem;
}
.cid-tm8Uz9P90A .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tm8Uz9P90A {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .cid-tm8Uz9P90A .first-card,
  .cid-tm8Uz9P90A .first-child {
    padding-bottom: 0rem;
  }
  .cid-tm8Uz9P90A .card-box {
    padding: 0 0rem;
  }
  .cid-tm8Uz9P90A .card {
    margin: 0;
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tm8Uz9P90A {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .cid-tm8Uz9P90A .container-fluid {
    max-width: 1300px;
    padding: 0 2.5rem;
  }
  .cid-tm8Uz9P90A .card-box {
    padding-right: 7rem;
    padding-left: 4rem;
  }
  .cid-tm8Uz9P90A .card {
    margin: 0;
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tm8Uz9P90A .first-card {
    padding-bottom: 2rem;
  }
  .cid-tm8Uz9P90A .only-first-row {
    height: 100%;
  }
}
.cid-tm8Uz9P90A p {
  margin-bottom: 0;
}
.cid-tm8Uz9P90A h2 {
  margin-bottom: 1rem;
}
.cid-tm8Uz9P90A .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tm8Uz9P90A .btn-line {
  margin-top: 3rem;
}
.cid-tm8Uz9P90A .container-fluid {
  max-width: 1300px;
}
.cid-tm8Uz9P90A .first-card .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tm8Uz9P90A .first-card-text,
.cid-tm8Uz9P90A .card-btn {
  color: #2b2f38;
  text-align: left;
}
.cid-tm8Uz9P90A .first-card-title,
.cid-tm8Uz9P90A .first-card-info {
  color: #1a5353;
  text-align: left;
}
.cid-tm8Uz9P90A .main-title {
  color: #1a5353;
  text-align: center;
}
.cid-tm8Uz9P90A .main-subtitle,
.cid-tm8Uz9P90A .underline {
  color: #c1a774;
}
.cid-tm8UzC3b6c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-tm8UzC3b6c .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm8UzC3b6c .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm8UzC3b6c .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm8UzC3b6c .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm8UzC3b6c .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tm8UzC3b6c .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tm8UzC3b6c .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tm8UzC3b6c .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tm8UzC3b6c .mbr-gallery-filter ul {
  display: block;
}
.cid-tm8UzC3b6c .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tm8UzC3b6c .mbr-gallery-filter li.active .btn,
.cid-tm8UzC3b6c .mbr-gallery-filter li .btn.active {
  color: #149dcc !important;
  background: transparent;
}
.cid-tm8UzC3b6c .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-tm8UzC3b6c .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tm8UzC3b6c .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tm8UzC3b6c .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-tm8UzC3b6c .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tm8UzC3b6c .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tm8UzC3b6c .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tm8UzC3b6c .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tm8UzC3b6c .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tm8UzC3b6c .icon-focus:before {
  content: '\e95e';
}
.cid-tm8UzC3b6c .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tm8UzC3b6c .mbr-section-title {
  margin: 0;
}
.cid-tm8UzC3b6c .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tm8UzC3b6c .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tm8UAigw9o {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc01358.webp");
}
.cid-tm8UAigw9o .container > .row {
  background-color: #1a5353;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tm8UAigw9o .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-tm8UAigw9o .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tm8UAigw9o .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-tm8UAigw9o .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-tm8UAigw9o .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tm8UAigw9o .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-tm8UAigw9o .bot {
    padding-bottom: 20px;
  }
}
.cid-tm8UAigw9o .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-tm8UAigw9o .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-tm8UAigw9o .bot__text {
  color: #ffffff;
  opacity: .7;
}
.cid-tm8UAigw9o .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-tm8UAigw9o .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-tm8UAigw9o .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-tm8UAigw9o .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-tm8UAigw9o .bot:nth-child(5) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-tm8UAigw9o .mbr-text,
.cid-tm8UAigw9o .mbr-section-btn {
  color: #ffffff;
}
.cid-tRHuRpqx0I {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc01358.webp");
}
.cid-tRHuRpqx0I .container > .row {
  background-color: #1a5353;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tRHuRpqx0I .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-tRHuRpqx0I .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRHuRpqx0I .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-tRHuRpqx0I .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-tRHuRpqx0I .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tRHuRpqx0I .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-tRHuRpqx0I .bot {
    padding-bottom: 20px;
  }
}
.cid-tRHuRpqx0I .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-tRHuRpqx0I .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-tRHuRpqx0I .bot__text {
  color: #ffffff;
  opacity: .7;
}
.cid-tRHuRpqx0I .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-tRHuRpqx0I .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-tRHuRpqx0I .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-tRHuRpqx0I .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-tRHuRpqx0I .bot:nth-child(5) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-tRHuRpqx0I .mbr-text,
.cid-tRHuRpqx0I .mbr-section-btn {
  color: #ffffff;
}
.cid-tm8UAzsJBJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #1a5353;
}
.cid-tm8UAzsJBJ img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-tm8UAzsJBJ .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-tm8UAzsJBJ .card:hover {
  opacity: 0.9;
}
.cid-tm8UAzsJBJ H1 {
  color: #ffffff;
}
.cid-tm8UAzsJBJ .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tm8UAzsJBJ .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tm8UAzsJBJ .row {
  justify-content: center!important;
}
.cid-tm8ZKurHlS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f1eeea;
}
.cid-tm8ZKurHlS .mbr-section-subtitle {
  color: #767676;
}
.cid-tm8ZKurHlS ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tm8ZKurHlS ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tm8ZKurHlS ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tm8ZKurHlS ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tm8ZKurHlS .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tm8ZLIrc2J {
  background-image: url("../../../assets/images/20170418-105309-1920x1282.webp");
}
.cid-tm8ZLIrc2J .slider-text-two {
  background: rgba(26, 83, 83, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tm8ZLIrc2J .mbr-section-title {
  color: #c1a774;
  text-align: center;
}
.cid-tm8ZLIrc2J .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm8ZLIrc2J .slider-text-two {
    outline: 15px solid rgba(26, 83, 83, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.cid-tm8UB8optD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1eeea;
}
.cid-tm8UB8optD img {
  width: 90%;
}
.cid-tm8UB8optD .mbr-text,
.cid-tm8UB8optD .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tm8UB8optD img {
    width: 100%;
  }
  .cid-tm8UB8optD .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-tm8UBLEdi6 {
  background-image: url("../../../assets/images/fb7c1fea-aaef-41a2-a9cb-f4a6ef1e43ca-1.webp");
}
.cid-tm8UBLEdi6 .slider-text-two {
  background: rgba(26, 83, 83, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tm8UBLEdi6 .mbr-section-title {
  color: #c1a774;
}
.cid-tm8UBLEdi6 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm8UBLEdi6 .slider-text-two {
    outline: 15px solid rgba(26, 83, 83, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.cid-tm8UCjMBU9 {
  background-color: #f1eeea;
}
.cid-tm8UCjMBU9 .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tm8UCjMBU9 .card .card-img img {
  transition: all .5s;
}
.cid-tm8UCjMBU9 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tm8UCjMBU9 .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tm8UCjMBU9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #1a5353;
  display: inline-block;
}
.cid-tm8UCjMBU9 .first-card {
  display: block;
}
.cid-tm8UCjMBU9 .first-card .card-wrapper {
  height: 100%;
}
.cid-tm8UCjMBU9 .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tm8UCjMBU9 .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-tm8UCjMBU9 .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tm8UCjMBU9 .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tm8UCjMBU9 .first-row,
.cid-tm8UCjMBU9 .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tm8UCjMBU9 .first-row .card .card-wrapper,
.cid-tm8UCjMBU9 .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tm8UCjMBU9 .first-row .card .card-wrapper .card-img,
.cid-tm8UCjMBU9 .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tm8UCjMBU9 .first-row .card .card-wrapper .card-img img,
.cid-tm8UCjMBU9 .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tm8UCjMBU9 .first-row,
  .cid-tm8UCjMBU9 .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tm8UCjMBU9 .first-row .card .card-wrapper .card-img,
  .cid-tm8UCjMBU9 .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tm8UCjMBU9 .first-row .card .card-wrapper .card-img img,
  .cid-tm8UCjMBU9 .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tm8UCjMBU9 .first-row .caption,
.cid-tm8UCjMBU9 .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tm8UCjMBU9 .first-row .caption .price,
.cid-tm8UCjMBU9 .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-tm8UCjMBU9 .first-row {
  padding-bottom: 0rem;
}
.cid-tm8UCjMBU9 .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tm8UCjMBU9 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .cid-tm8UCjMBU9 .first-card,
  .cid-tm8UCjMBU9 .first-child {
    padding-bottom: 0rem;
  }
  .cid-tm8UCjMBU9 .card-box {
    padding: 0 0rem;
  }
  .cid-tm8UCjMBU9 .card {
    margin: 0;
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tm8UCjMBU9 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .cid-tm8UCjMBU9 .container-fluid {
    max-width: 1300px;
    padding: 0 2.5rem;
  }
  .cid-tm8UCjMBU9 .card-box {
    padding-right: 7rem;
    padding-left: 4rem;
  }
  .cid-tm8UCjMBU9 .card {
    margin: 0;
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tm8UCjMBU9 .first-card {
    padding-bottom: 2rem;
  }
  .cid-tm8UCjMBU9 .only-first-row {
    height: 100%;
  }
}
.cid-tm8UCjMBU9 p {
  margin-bottom: 0;
}
.cid-tm8UCjMBU9 h2 {
  margin-bottom: 1rem;
}
.cid-tm8UCjMBU9 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tm8UCjMBU9 .btn-line {
  margin-top: 3rem;
}
.cid-tm8UCjMBU9 .container-fluid {
  max-width: 1300px;
}
.cid-tm8UCjMBU9 .first-card .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tm8UCjMBU9 .first-card-text,
.cid-tm8UCjMBU9 .card-btn {
  color: #2b2f38;
  text-align: left;
}
.cid-tm8UCjMBU9 .first-card-title,
.cid-tm8UCjMBU9 .first-card-info {
  color: #2b2f38;
  text-align: left;
}
.cid-tm8UCjMBU9 .main-title {
  color: #1a5353;
  text-align: center;
}
.cid-tm8UCjMBU9 .main-subtitle,
.cid-tm8UCjMBU9 .underline {
  color: #c1a774;
}
.cid-tm8UD90Y0i {
  padding-top: 135px;
  padding-bottom: 135px;
  position: relative;
  background-image: url("../../../assets/images/shutterstock-1109623445.webp");
}
.cid-tm8UD90Y0i .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0!important;
  font-size: 1.4rem!important;
  color: #c1a774;
}
.cid-tm8UD90Y0i .p-4 {
  padding: 1rem 0!important;
}
.cid-tm8UD90Y0i .content {
  max-width: 650px;
}
.cid-tm8UD90Y0i img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 3rem;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-tm8UD90Y0i .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tm8UD90Y0i .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tm8UD90Y0i .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tm8UD90Y0i .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tm8UD90Y0i h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-tm8UD90Y0i .card {
  border-radius: 0px;
}
.cid-tm8UD90Y0i .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #b69b74;
}
.cid-tm8UD90Y0i .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tm8UD90Y0i .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tm8UD90Y0i .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-tm8UD90Y0i .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tm8UD90Y0i img {
    width: 100%;
  }
  .cid-tm8UD90Y0i .content {
    max-width: 100%;
  }
}
.cid-tm8UD90Y0i H4 {
  color: #c1a774;
}
.cid-tm8UD90Y0i .panel-text {
  color: #ffffff;
}
.cid-tm8UEytqjC {
  overflow: hidden !important;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f1eeea;
}
.cid-tm8UEytqjC .title__block {
  padding-bottom: 40px;
}
.cid-tm8UEytqjC .carousel {
  margin-bottom: 80px;
}
.cid-tm8UEytqjC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tm8UEytqjC .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #f1eeea;
  background: rgba(26, 83, 83, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tm8UEytqjC .carousel-controls a:hover span {
  background: rgba(26, 83, 83, 0.6);
}
.cid-tm8UEytqjC .carousel-inner {
  overflow: visible !important;
}
.cid-tm8UEytqjC .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tm8UEytqjC .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tm8UEytqjC .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tm8UEytqjC .user {
  height: 300px;
}
.cid-tm8UEytqjC .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tm8UEytqjC .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tm8UEytqjC .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tm8UEytqjC .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tm8UEytqjC .carousel-control-prev {
    left: -2%;
  }
  .cid-tm8UEytqjC .carousel-control-next {
    left: 6%;
  }
  .cid-tm8UEytqjC .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tm8UEytqjC .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tm8UEytqjC .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tm8UEytqjC .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tm8UEytqjC .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tm8UEytqjC .carousel-controls {
    display: none;
  }
  .cid-tm8UEytqjC .carousel {
    margin-bottom: 0;
  }
}
.cid-tm8UEytqjC .mbr-section-title {
  color: #1a5353;
  text-align: center;
}
.cid-tm8UEytqjC .mbr-text {
  color: #f1eeea;
  text-align: left;
}
.cid-tm8UG9jNgV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tm8UG9jNgV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tm8UG9jNgV .container {
  max-width: 1000px;
}
.cid-tm8UG9jNgV h4 {
  text-align: center;
}
.cid-tm8UG9jNgV p {
  text-align: center;
}
.cid-tm8UG9jNgV .row {
  justify-content: center;
}
.cid-tm8UG9jNgV .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tm8UG9jNgV .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-tm8UG9jNgV .card-title,
.cid-tm8UG9jNgV .card-img {
  color: #b69b74;
}
.cid-tm8UG9jNgV .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-tm8UG9jNgV .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-tm8UG9jNgV img {
  margin-bottom: 5rem;
}
.cid-tm9QhtdfbN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-tm9QhtdfbN section {
  position: relative;
}
.cid-tm9QhtdfbN h4 {
  margin: 0;
}
.cid-tm9QhtdfbN img {
  height: 100px;
  padding-right: 8px;
}
.cid-tm9QhtdfbN a {
  font-weight: 300;
}
.cid-tm9QhtdfbN .img1 {
  color: #c1a774;
}
.cid-tm9QhtdfbN .img2 {
  color: #c1a774;
}
.cid-tm9QhtdfbN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c1a774;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tm9QhtdfbN .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tm9QhtdfbN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tm9QhtdfbN .item,
.cid-tm9QhtdfbN .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tm9QhtdfbN .item h4,
.cid-tm9QhtdfbN .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tm9QhtdfbN .card-img {
  width: auto;
}
.cid-tm9QhtdfbN .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-tm9QhtdfbN .item {
    justify-content: center;
  }
}
.cid-tm9QhtdfbN .item-title {
  color: #ffffff;
}
.cid-tm9QhtdfbN H4 {
  color: #c1a774;
}
.cid-tm9QhtdfbN .link-title {
  color: #ffffff;
}
.cid-tm9QhtdfbN .items-title,
.cid-tm9QhtdfbN .items-title + .line-wrap {
  color: #c1a774;
}
.cid-tm9QhtdfbN .links-title,
.cid-tm9QhtdfbN .links-title + .line-wrap {
  color: #c1a774;
}
.cid-tm8UGFt2jn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #211c1c;
}
.cid-tm8UGFt2jn .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ts4ai5NecV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1eeea;
}
.cid-ts4ai5NecV img {
  width: 90%;
}
.cid-ts4ai5NecV .mbr-text,
.cid-ts4ai5NecV .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ts4ai5NecV img {
    width: 100%;
  }
  .cid-ts4ai5NecV .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-ts4c2JAvmB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ts4c2JAvmB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ts4c2JAvmB .container {
  max-width: 1000px;
}
.cid-ts4c2JAvmB h4 {
  text-align: center;
}
.cid-ts4c2JAvmB p {
  text-align: center;
}
.cid-ts4c2JAvmB .row {
  justify-content: center;
}
.cid-ts4c2JAvmB .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ts4c2JAvmB .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-ts4c2JAvmB .card-title,
.cid-ts4c2JAvmB .card-img {
  color: #b69b74;
}
.cid-ts4c2JAvmB .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ts4c2JAvmB .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ts4c2JAvmB img {
  margin-bottom: 5rem;
}
.cid-ts4cjppwA2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-ts4cjppwA2 section {
  position: relative;
}
.cid-ts4cjppwA2 h4 {
  margin: 0;
}
.cid-ts4cjppwA2 img {
  height: 100px;
  padding-right: 8px;
}
.cid-ts4cjppwA2 a {
  font-weight: 300;
}
.cid-ts4cjppwA2 .img1 {
  color: #c1a774;
}
.cid-ts4cjppwA2 .img2 {
  color: #c1a774;
}
.cid-ts4cjppwA2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c1a774;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ts4cjppwA2 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ts4cjppwA2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ts4cjppwA2 .item,
.cid-ts4cjppwA2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ts4cjppwA2 .item h4,
.cid-ts4cjppwA2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ts4cjppwA2 .card-img {
  width: auto;
}
.cid-ts4cjppwA2 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-ts4cjppwA2 .item {
    justify-content: center;
  }
}
.cid-ts4cjppwA2 .item-title {
  color: #ffffff;
}
.cid-ts4cjppwA2 H4 {
  color: #c1a774;
}
.cid-ts4cjppwA2 .link-title {
  color: #ffffff;
}
.cid-ts4cjppwA2 .items-title,
.cid-ts4cjppwA2 .items-title + .line-wrap {
  color: #c1a774;
}
.cid-ts4cjppwA2 .links-title,
.cid-ts4cjppwA2 .links-title + .line-wrap {
  color: #c1a774;
}
.cid-tm8UGFt2jn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #211c1c;
}
.cid-tm8UGFt2jn .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tm8UtZLIdy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  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-tm8UtZLIdy .nav-item:focus,
.cid-tm8UtZLIdy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tm8UtZLIdy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tm8UtZLIdy .nav-item {
    position: relative;
  }
  .cid-tm8UtZLIdy .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1a5353, #232323);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tm8UtZLIdy .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tm8UtZLIdy .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tm8UtZLIdy .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-tm8UtZLIdy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm8UtZLIdy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm8UtZLIdy .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tm8UtZLIdy .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-tm8UtZLIdy .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tm8UtZLIdy .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tm8UtZLIdy .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tm8UtZLIdy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tm8UtZLIdy .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.show,
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm8UtZLIdy .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-tm8UtZLIdy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tm8UtZLIdy .navbar.collapsed .right-menu,
.cid-tm8UtZLIdy .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar .navbar-collapse.show,
  .cid-tm8UtZLIdy .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tm8UtZLIdy .navbar .navbar-collapse.show .brand-container,
  .cid-tm8UtZLIdy .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tm8UtZLIdy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm8UtZLIdy .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-tm8UtZLIdy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tm8UtZLIdy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm8UtZLIdy .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tm8UtZLIdy .navbar .right-menu,
  .cid-tm8UtZLIdy .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tm8UtZLIdy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm8UtZLIdy .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tm8UtZLIdy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tm8UtZLIdy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tm8UtZLIdy .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tm8UtZLIdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm8UtZLIdy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm8UtZLIdy .dropdown-item.active,
.cid-tm8UtZLIdy .dropdown-item:active {
  background-color: transparent;
}
.cid-tm8UtZLIdy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm8UtZLIdy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm8UtZLIdy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm8UtZLIdy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tm8UtZLIdy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm8UtZLIdy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm8UtZLIdy ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tm8UtZLIdy .navbar-buttons {
  margin-left: auto;
}
.cid-tm8UtZLIdy button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tm8UtZLIdy .navbar-dropdown {
  position: fixed;
}
.cid-tm8UtZLIdy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tm8UtZLIdy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tm8UtZLIdy .right-menu,
.cid-tm8UtZLIdy .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tm8UtZLIdy .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm8UtZLIdy .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm8UtZLIdy .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tm8UtZLIdy .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1a5353;
  padding: .5rem 0;
}
.cid-tm8UtZLIdy .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tm8UtZLIdy .card-wrapper {
  z-index: 3;
}
.cid-tm8UtZLIdy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm8UtZLIdy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts4eWRQFX8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1eeea;
}
.cid-ts4eWRQFX8 img {
  width: 90%;
}
.cid-ts4eWRQFX8 .mbr-text,
.cid-ts4eWRQFX8 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ts4eWRQFX8 img {
    width: 100%;
  }
  .cid-ts4eWRQFX8 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-ts4eWSFioz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ts4eWSFioz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ts4eWSFioz .container {
  max-width: 1000px;
}
.cid-ts4eWSFioz h4 {
  text-align: center;
}
.cid-ts4eWSFioz p {
  text-align: center;
}
.cid-ts4eWSFioz .row {
  justify-content: center;
}
.cid-ts4eWSFioz .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ts4eWSFioz .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-ts4eWSFioz .card-title,
.cid-ts4eWSFioz .card-img {
  color: #b69b74;
}
.cid-ts4eWSFioz .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ts4eWSFioz .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ts4eWSFioz img {
  margin-bottom: 5rem;
}
.cid-ts4eWTcQhn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-ts4eWTcQhn section {
  position: relative;
}
.cid-ts4eWTcQhn h4 {
  margin: 0;
}
.cid-ts4eWTcQhn img {
  height: 100px;
  padding-right: 8px;
}
.cid-ts4eWTcQhn a {
  font-weight: 300;
}
.cid-ts4eWTcQhn .img1 {
  color: #c1a774;
}
.cid-ts4eWTcQhn .img2 {
  color: #c1a774;
}
.cid-ts4eWTcQhn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c1a774;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ts4eWTcQhn .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ts4eWTcQhn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ts4eWTcQhn .item,
.cid-ts4eWTcQhn .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ts4eWTcQhn .item h4,
.cid-ts4eWTcQhn .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ts4eWTcQhn .card-img {
  width: auto;
}
.cid-ts4eWTcQhn .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-ts4eWTcQhn .item {
    justify-content: center;
  }
}
.cid-ts4eWTcQhn .item-title {
  color: #ffffff;
}
.cid-ts4eWTcQhn H4 {
  color: #c1a774;
}
.cid-ts4eWTcQhn .link-title {
  color: #ffffff;
}
.cid-ts4eWTcQhn .items-title,
.cid-ts4eWTcQhn .items-title + .line-wrap {
  color: #c1a774;
}
.cid-ts4eWTcQhn .links-title,
.cid-ts4eWTcQhn .links-title + .line-wrap {
  color: #c1a774;
}
.cid-ts4eWTHlMc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #211c1c;
}
.cid-ts4eWTHlMc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ts4eWU2Ftz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  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-ts4eWU2Ftz .nav-item:focus,
.cid-ts4eWU2Ftz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ts4eWU2Ftz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ts4eWU2Ftz .nav-item {
    position: relative;
  }
  .cid-ts4eWU2Ftz .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1a5353, #232323);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ts4eWU2Ftz .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ts4eWU2Ftz .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts4eWU2Ftz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ts4eWU2Ftz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts4eWU2Ftz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ts4eWU2Ftz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ts4eWU2Ftz .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-ts4eWU2Ftz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts4eWU2Ftz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts4eWU2Ftz .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ts4eWU2Ftz .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ts4eWU2Ftz .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ts4eWU2Ftz .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ts4eWU2Ftz .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ts4eWU2Ftz .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ts4eWU2Ftz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ts4eWU2Ftz .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ts4eWU2Ftz .navbar.collapsed .navbar-collapse.show,
.cid-ts4eWU2Ftz .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ts4eWU2Ftz .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ts4eWU2Ftz .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ts4eWU2Ftz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ts4eWU2Ftz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts4eWU2Ftz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts4eWU2Ftz .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-ts4eWU2Ftz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts4eWU2Ftz .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ts4eWU2Ftz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ts4eWU2Ftz .navbar.collapsed .right-menu,
.cid-ts4eWU2Ftz .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ts4eWU2Ftz .navbar .navbar-collapse.show,
  .cid-ts4eWU2Ftz .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ts4eWU2Ftz .navbar .navbar-collapse.show .brand-container,
  .cid-ts4eWU2Ftz .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ts4eWU2Ftz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts4eWU2Ftz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ts4eWU2Ftz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts4eWU2Ftz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts4eWU2Ftz .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-ts4eWU2Ftz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ts4eWU2Ftz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts4eWU2Ftz .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ts4eWU2Ftz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ts4eWU2Ftz .navbar .right-menu,
  .cid-ts4eWU2Ftz .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ts4eWU2Ftz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts4eWU2Ftz .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ts4eWU2Ftz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ts4eWU2Ftz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ts4eWU2Ftz .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts4eWU2Ftz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts4eWU2Ftz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts4eWU2Ftz .dropdown-item.active,
.cid-ts4eWU2Ftz .dropdown-item:active {
  background-color: transparent;
}
.cid-ts4eWU2Ftz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts4eWU2Ftz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts4eWU2Ftz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts4eWU2Ftz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ts4eWU2Ftz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts4eWU2Ftz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts4eWU2Ftz ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ts4eWU2Ftz ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ts4eWU2Ftz .navbar-buttons {
  margin-left: auto;
}
.cid-ts4eWU2Ftz button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ts4eWU2Ftz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ts4eWU2Ftz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ts4eWU2Ftz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ts4eWU2Ftz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ts4eWU2Ftz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ts4eWU2Ftz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ts4eWU2Ftz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ts4eWU2Ftz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ts4eWU2Ftz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ts4eWU2Ftz .navbar-dropdown {
  position: fixed;
}
.cid-ts4eWU2Ftz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ts4eWU2Ftz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ts4eWU2Ftz .right-menu,
.cid-ts4eWU2Ftz .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ts4eWU2Ftz .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ts4eWU2Ftz .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ts4eWU2Ftz .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ts4eWU2Ftz .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1a5353;
  padding: .5rem 0;
}
.cid-ts4eWU2Ftz .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ts4eWU2Ftz .card-wrapper {
  z-index: 3;
}
.cid-ts4eWU2Ftz .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ts4eWU2Ftz .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts4eWU2Ftz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGvzlnqmyy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  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-tGvzlnqmyy .nav-item:focus,
.cid-tGvzlnqmyy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tGvzlnqmyy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tGvzlnqmyy .nav-item {
    position: relative;
  }
  .cid-tGvzlnqmyy .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1a5353, #232323);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tGvzlnqmyy .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tGvzlnqmyy .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGvzlnqmyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tGvzlnqmyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvzlnqmyy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tGvzlnqmyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGvzlnqmyy .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-tGvzlnqmyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGvzlnqmyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGvzlnqmyy .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tGvzlnqmyy .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-tGvzlnqmyy .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGvzlnqmyy .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tGvzlnqmyy .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tGvzlnqmyy .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tGvzlnqmyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGvzlnqmyy .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tGvzlnqmyy .navbar.collapsed .navbar-collapse.show,
.cid-tGvzlnqmyy .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGvzlnqmyy .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tGvzlnqmyy .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tGvzlnqmyy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tGvzlnqmyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGvzlnqmyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGvzlnqmyy .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-tGvzlnqmyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGvzlnqmyy .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGvzlnqmyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGvzlnqmyy .navbar.collapsed .right-menu,
.cid-tGvzlnqmyy .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tGvzlnqmyy .navbar .navbar-collapse.show,
  .cid-tGvzlnqmyy .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tGvzlnqmyy .navbar .navbar-collapse.show .brand-container,
  .cid-tGvzlnqmyy .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tGvzlnqmyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGvzlnqmyy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tGvzlnqmyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGvzlnqmyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGvzlnqmyy .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-tGvzlnqmyy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGvzlnqmyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGvzlnqmyy .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tGvzlnqmyy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tGvzlnqmyy .navbar .right-menu,
  .cid-tGvzlnqmyy .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tGvzlnqmyy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGvzlnqmyy .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tGvzlnqmyy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGvzlnqmyy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGvzlnqmyy .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGvzlnqmyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGvzlnqmyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGvzlnqmyy .dropdown-item.active,
.cid-tGvzlnqmyy .dropdown-item:active {
  background-color: transparent;
}
.cid-tGvzlnqmyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGvzlnqmyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGvzlnqmyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGvzlnqmyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGvzlnqmyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGvzlnqmyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvzlnqmyy ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tGvzlnqmyy ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tGvzlnqmyy .navbar-buttons {
  margin-left: auto;
}
.cid-tGvzlnqmyy button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvzlnqmyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGvzlnqmyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvzlnqmyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvzlnqmyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvzlnqmyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvzlnqmyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvzlnqmyy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tGvzlnqmyy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tGvzlnqmyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvzlnqmyy .navbar-dropdown {
  position: fixed;
}
.cid-tGvzlnqmyy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGvzlnqmyy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGvzlnqmyy .right-menu,
.cid-tGvzlnqmyy .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tGvzlnqmyy .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGvzlnqmyy .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGvzlnqmyy .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGvzlnqmyy .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1a5353;
  padding: .5rem 0;
}
.cid-tGvzlnqmyy .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tGvzlnqmyy .card-wrapper {
  z-index: 3;
}
.cid-tGvzlnqmyy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tGvzlnqmyy .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGvzlnqmyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGvg32wHcL {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-tGvg32wHcL .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tGvg32wHcL .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-tGvg32wHcL .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tGvg32wHcL .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tGvMR2bgPS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #1a2229;
}
.cid-tGvMR2bgPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvMR2bgPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvMR2bgPS .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tGvMR2bgPS .container-fluid {
    padding: 0 16px;
  }
}
.cid-tGvMR2bgPS .container-fluid .row {
  padding: 0;
}
.cid-tGvMR2bgPS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tGvMR2bgPS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGvMR2bgPS .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #1a2229;
}
@media (max-width: 992px) {
  .cid-tGvMR2bgPS .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-tGvMR2bgPS .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGvMR2bgPS .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-tGvMR2bgPS .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-tGvMR2bgPS .embla__button--next,
.cid-tGvMR2bgPS .embla__button--prev {
  display: flex;
}
.cid-tGvMR2bgPS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c1a774;
  border: 2px solid #1a5353;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tGvMR2bgPS .embla__button {
    display: none;
  }
}
.cid-tGvMR2bgPS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGvMR2bgPS .embla__button:hover {
  background: transparent;
  color: #c1a774;
  opacity: .5;
}
.cid-tGvMR2bgPS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGvMR2bgPS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGvMR2bgPS .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tGvMR2bgPS .embla {
  position: relative;
  width: 100%;
}
.cid-tGvMR2bgPS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGvMR2bgPS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGvMR2bgPS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGvMR2bgPS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGvxK3f7uC {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-tGvxK3f7uC .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tGvxK3f7uC .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-tGvxK3f7uC .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tGvxK3f7uC .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tGuuIkO1hz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/shutterstock-1109623445.webp");
}
.cid-tGuuIkO1hz img {
  width: 90%;
}
.cid-tGuuIkO1hz .mbr-text,
.cid-tGuuIkO1hz .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-tGuuIkO1hz img {
    width: 100%;
  }
  .cid-tGuuIkO1hz .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tGuuIkO1hz H3 {
  color: #c1a774;
}
.cid-tGuuIkO1hz H1 {
  color: #ffffff;
}
.cid-tGvtBEu7yF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eee8df;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tGvtBEu7yF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGvtBEu7yF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGvtBEu7yF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGvtBEu7yF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGvtBEu7yF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGvtBEu7yF .mbr-gallery-item > div:hover::before {
  opacity: 0.3 !important;
}
.cid-tGvtBEu7yF .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tGvtBEu7yF .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tGvtBEu7yF .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tGvtBEu7yF .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tGvtBEu7yF .mbr-gallery-filter ul {
  display: block;
}
.cid-tGvtBEu7yF .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tGvtBEu7yF .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tGvtBEu7yF .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tGvtBEu7yF .mbr-gallery-filter li.active::after,
.cid-tGvtBEu7yF .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tGvtBEu7yF .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tGvtBEu7yF .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tGvtBEu7yF .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tGvtBEu7yF .icon-focus:before {
  content: '\e95e';
}
.cid-tGvtBEu7yF .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tGvtBEu7yF .mbr-section-title {
  margin: 0;
}
.cid-tGvtBEu7yF .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tGvtBEu7yF .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tGvy34iHrd {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-tGvy34iHrd .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tGvy34iHrd .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-tGvy34iHrd .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tGvy34iHrd .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tGuxHlWXsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-tGuxHlWXsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGuxHlWXsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGuxHlWXsl .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGuxHlWXsl .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-tGuxHlWXsl .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tGuxHlWXsl .cards .card .mbr-section-title,
.cid-tGuxHlWXsl .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-tGuxHlWXsl .cards .card .mbr-text,
.cid-tGuxHlWXsl .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-tGuxHlWXsl .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGuxHlWXsl .icon-wrapper {
    display: none;
  }
}
.cid-tGuxHlWXsl .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #1a5353;
  margin-top: -8rem;
}
.cid-tGuxHlWXsl .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #1a5353;
}
.cid-tGuxHlWXsl .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #1a5353;
}
.cid-tGuxHlWXsl .mbr-section-title {
  color: #E0BDB6;
  text-align: right;
}
.cid-tGuxHlWXsl .mbr-text {
  color: #747474;
  text-align: right;
}
.cid-tGuxHlWXsl .mbr-section-title_2 {
  color: #E0BDB6;
}
.cid-tGuxHlWXsl .mbr-text_2 {
  color: #747474;
}
.cid-tGvvazAEDl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eae8e4;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tGvvazAEDl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGvvazAEDl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGvvazAEDl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGvvazAEDl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGvvazAEDl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGvvazAEDl .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tGvvazAEDl .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tGvvazAEDl .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tGvvazAEDl .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tGvvazAEDl .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tGvvazAEDl .mbr-gallery-filter ul {
  display: block;
}
.cid-tGvvazAEDl .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tGvvazAEDl .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tGvvazAEDl .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tGvvazAEDl .mbr-gallery-filter li.active::after,
.cid-tGvvazAEDl .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tGvvazAEDl .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tGvvazAEDl .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tGvvazAEDl .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tGvvazAEDl .icon-focus:before {
  content: '\e95e';
}
.cid-tGvvazAEDl .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tGvvazAEDl .mbr-section-title {
  margin: 0;
}
.cid-tGvvazAEDl .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tGvvazAEDl .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tGuQZ7BTGc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eae8e4;
}
.cid-tGuQZ7BTGc .showAlerts {
  display: block !important;
}
.cid-tGuQZ7BTGc .rowflexrev {
  display: -webkit-flex;
}
.cid-tGuQZ7BTGc .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tGuQZ7BTGc .title {
  margin-bottom: 2rem;
}
.cid-tGuQZ7BTGc .mbr-section-subtitle {
  color: #767676;
}
.cid-tGuQZ7BTGc textarea.form-control {
  min-height: 188px;
}
.cid-tGuQZ7BTGc LABEL {
  color: #232323;
  display: initial;
}
.cid-tGuQZ7BTGc .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGuQZ7BTGc .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tGuQZ7BTGc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGuQZ7BTGc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGuQZ7BTGc .alert {
  margin-bottom: 0;
}
.cid-tGuQZ7BTGc .alert-success {
  background-color: #70c770;
}
.cid-tGuQZ7BTGc .alert-danger {
  background-color: #ff4a52;
}
.cid-tGuQZ7BTGc .btn {
  display: inline-flex;
}
.cid-tGuQZ7BTGc .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tGuQZ7BTGc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tGvFAEKEcw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tGvFAEKEcw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGvFAEKEcw .container {
  max-width: 1000px;
}
.cid-tGvFAEKEcw h4 {
  text-align: center;
}
.cid-tGvFAEKEcw p {
  text-align: center;
}
.cid-tGvFAEKEcw .row {
  justify-content: center;
}
.cid-tGvFAEKEcw .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tGvFAEKEcw .mbr-iconfont {
  font-size: 1.5rem;
  color: #b69b74;
  display: block;
}
.cid-tGvFAEKEcw .card-title,
.cid-tGvFAEKEcw .card-img {
  color: #b69b74;
}
.cid-tGvFAEKEcw .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-tGvFAEKEcw .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b69b74;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-tGvFAEKEcw img {
  margin-bottom: 5rem;
}
.cid-tNz1fP8uJw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-tNz1fP8uJw section {
  position: relative;
}
.cid-tNz1fP8uJw h4 {
  margin: 0;
}
.cid-tNz1fP8uJw img {
  height: 100px;
  padding-right: 8px;
}
.cid-tNz1fP8uJw a {
  font-weight: 300;
}
.cid-tNz1fP8uJw .img1 {
  color: #c1a774;
}
.cid-tNz1fP8uJw .img2 {
  color: #c1a774;
}
.cid-tNz1fP8uJw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c1a774;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tNz1fP8uJw .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tNz1fP8uJw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tNz1fP8uJw .item,
.cid-tNz1fP8uJw .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tNz1fP8uJw .item h4,
.cid-tNz1fP8uJw .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tNz1fP8uJw .card-img {
  width: auto;
}
.cid-tNz1fP8uJw .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-tNz1fP8uJw .item {
    justify-content: center;
  }
}
.cid-tNz1fP8uJw .item-title {
  color: #ffffff;
}
.cid-tNz1fP8uJw H4 {
  color: #c1a774;
}
.cid-tNz1fP8uJw .link-title {
  color: #ffffff;
}
.cid-tNz1fP8uJw .items-title,
.cid-tNz1fP8uJw .items-title + .line-wrap {
  color: #c1a774;
}
.cid-tNz1fP8uJw .links-title,
.cid-tNz1fP8uJw .links-title + .line-wrap {
  color: #c1a774;
}
.cid-tGvFBsI9xb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #211c1c;
}
.cid-tGvFBsI9xb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tm8UtZLIdy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  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-tm8UtZLIdy .nav-item:focus,
.cid-tm8UtZLIdy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tm8UtZLIdy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tm8UtZLIdy .nav-item {
    position: relative;
  }
  .cid-tm8UtZLIdy .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1a5353, #232323);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tm8UtZLIdy .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tm8UtZLIdy .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tm8UtZLIdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tm8UtZLIdy .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-tm8UtZLIdy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm8UtZLIdy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm8UtZLIdy .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tm8UtZLIdy .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-tm8UtZLIdy .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tm8UtZLIdy .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tm8UtZLIdy .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tm8UtZLIdy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tm8UtZLIdy .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.show,
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tm8UtZLIdy .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm8UtZLIdy .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-tm8UtZLIdy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm8UtZLIdy .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tm8UtZLIdy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tm8UtZLIdy .navbar.collapsed .right-menu,
.cid-tm8UtZLIdy .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar .navbar-collapse.show,
  .cid-tm8UtZLIdy .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tm8UtZLIdy .navbar .navbar-collapse.show .brand-container,
  .cid-tm8UtZLIdy .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tm8UtZLIdy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm8UtZLIdy .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-tm8UtZLIdy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tm8UtZLIdy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm8UtZLIdy .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tm8UtZLIdy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tm8UtZLIdy .navbar .right-menu,
  .cid-tm8UtZLIdy .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tm8UtZLIdy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm8UtZLIdy .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tm8UtZLIdy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tm8UtZLIdy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tm8UtZLIdy .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tm8UtZLIdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm8UtZLIdy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm8UtZLIdy .dropdown-item.active,
.cid-tm8UtZLIdy .dropdown-item:active {
  background-color: transparent;
}
.cid-tm8UtZLIdy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm8UtZLIdy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm8UtZLIdy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm8UtZLIdy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tm8UtZLIdy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm8UtZLIdy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm8UtZLIdy ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tm8UtZLIdy .navbar-buttons {
  margin-left: auto;
}
.cid-tm8UtZLIdy button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tm8UtZLIdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tm8UtZLIdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tm8UtZLIdy .navbar-dropdown {
  position: fixed;
}
.cid-tm8UtZLIdy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tm8UtZLIdy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tm8UtZLIdy .right-menu,
.cid-tm8UtZLIdy .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tm8UtZLIdy .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm8UtZLIdy .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tm8UtZLIdy .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tm8UtZLIdy .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1a5353;
  padding: .5rem 0;
}
.cid-tm8UtZLIdy .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tm8UtZLIdy .card-wrapper {
  z-index: 3;
}
.cid-tm8UtZLIdy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tm8UtZLIdy .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm8UtZLIdy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm8UGFt2jn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #211c1c;
}
.cid-tm8UGFt2jn .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaoSoFlhO5 {
  z-index: 1;
}
