@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
@font-face {
    font-family: 'Brother-1816-Book';
    src: url('../../fonts/Brother1816/Brother-1816-Book.eot');
    src: url('../../fonts/Brother1816/Brother-1816-Book.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Brother1816/Brother-1816-Book.woff') format('woff'),
        url('../../fonts/Brother1816/Brother-1816-Book.ttf') format('truetype');
		/*background: url(../../fonts/Brother1816/Brother-1816-Book-Italic.eot);
		background: url(../../fonts/Brother1816/Brother-1816-Book-Italic.ttf);
		background: url(../../fonts/Brother1816/Brother-1816-Book-Italic.woff);*/
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Brother-1816-Book';
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Brother-1816-Book';
  font-weight: 400;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Brother-1816-Book';
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Brother-1816-Book';
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
    padding: 8px 16px;
    border-radius: 26px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f1eeea !important;
}
.bg-success {
  background-color: #297fa3 !important;
}
.bg-info {
  background-color: #d8af46 !important;
}
.bg-warning {
  background-color: #603b32 !important;
}
.bg-danger {
  background-color: #004532 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f1eeea !important;
  border-color: #f1eeea !important;
  color: #847158 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #847158 !important;
  background-color: #d2c9bc !important;
  border-color: #d2c9bc !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #847158 !important;
  background-color: #d2c9bc !important;
  border-color: #d2c9bc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #656b50 !important;
  border-color: #656b50 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3c3f2f !important;
  border-color: #3c3f2f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3c3f2f !important;
  border-color: #3c3f2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #d8af46 !important;
  border-color: #d8af46 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ad8724 !important;
  border-color: #ad8724 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ad8724 !important;
  border-color: #ad8724 !important;
}
.btn-success,
.btn-success:active {
  background-color: #297fa3 !important;
  border-color: #297fa3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a4f66 !important;
  border-color: #1a4f66 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a4f66 !important;
  border-color: #1a4f66 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #603b32 !important;
  border-color: #603b32 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2e1c18 !important;
  border-color: #2e1c18 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2e1c18 !important;
  border-color: #2e1c18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #004532 !important;
  border-color: #004532 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !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: #c8bcad;
  color: #c8bcad;
}
.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: #f1eeea;
}
.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: #f1eeea;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #847158 !important;
  background-color: #f1eeea !important;
  border-color: #f1eeea !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2e3124;
  color: #2e3124;
}
.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: #656b50;
}
.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: #656b50;
  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: #656b50 !important;
  border-color: #656b50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #987620;
  color: #987620;
}
.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: #d8af46;
}
.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: #d8af46;
  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: #d8af46 !important;
  border-color: #d8af46 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #143f52;
  color: #143f52;
}
.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: #297fa3;
}
.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: #297fa3;
  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: #297fa3 !important;
  border-color: #297fa3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1d120f;
  color: #1d120f;
}
.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: #603b32;
}
.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: #603b32;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #603b32 !important;
  border-color: #603b32 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.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: #004532;
}
.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: #004532;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #004532 !important;
  border-color: #004532 !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;  
  border: 1px solid #d4f6ed5e;
  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: #f1eeea !important;
}
.text-secondary {
  color: #656b50 !important;
}
.text-success {
  color: #297fa3 !important;
}
.text-info {
  color: #d8af46 !important;
}
.text-warning {
  color: #603b32 !important;
}
.text-danger {
  color: #004532 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c8bcad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2e3124 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #143f52 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #987620 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1d120f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !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: #d8af46;
}
.alert-warning {
  background-color: #603b32;
}
.alert-danger {
  background-color: #004532;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1eeea;
  border-color: #f1eeea;
  color: #937e62;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f1eeea;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #70bcdb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fcf8ee;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ae7263;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brother-1816-Book';
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f1eeea;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.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: #f1eeea;
  border-bottom-color: #f1eeea;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f1eeea !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: #656b50 !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='%23f1eeea' %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-s6uGERFJi2 .nav-item:focus,
.cid-s6uGERFJi2 .nav-link:focus {
  outline: none;
}
.cid-s6uGERFJi2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6uGERFJi2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6uGERFJi2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6uGERFJi2 .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-s6uGERFJi2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6uGERFJi2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1f423de0 !important;
  background: none;
}
.cid-s6uGERFJi2 .navbar.opened {
  transition: all .3s;
  background: #004532 !important;
}
.cid-s6uGERFJi2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s6uGERFJi2 .navbar .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
    border-top: 2px solid #ffffff73;
    border-bottom: 2px solid #ffffff73;;
    max-width: 750px;
    margin: 2em auto 0px;
}
.cid-s6uGERFJi2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6uGERFJi2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s6uGERFJi2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6uGERFJi2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6uGERFJi2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6uGERFJi2 .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-s6uGERFJi2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6uGERFJi2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6uGERFJi2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6uGERFJi2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6uGERFJi2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6uGERFJi2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6uGERFJi2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6uGERFJi2 .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-s6uGERFJi2 .navbar .navbar-logo img {
    /*height: 8rem !important;*/
  }
  .cid-s6uGERFJi2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6uGERFJi2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6uGERFJi2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6uGERFJi2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s6uGERFJi2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6uGERFJi2 .navbar.navbar-short {
  background: rgba(0,75,54,0.85) !important;
  min-height: 60px;
}
.cid-s6uGERFJi2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6uGERFJi2 .navbar.navbar-short .navbar-logo img {
    display: none;
}
.cid-s6uGERFJi2 .navbar.navbar-short .small-logo-wrapper {
    display: block;
    visibility: visible;
	padding: 10px 0px;
}
@media (min-width: 320px) {
  .small-logo-wrapper {
    display: none;
}
}
.cid-s6uGERFJi2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6uGERFJi2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6uGERFJi2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6uGERFJi2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6uGERFJi2 .navbar.navbar-short .navbar-nav a{
	color: #fff !important;
}
.cid-s6uGERFJi2 .navbar.navbar-short .navbar-nav a:hover{
	color: #b3b3b3 !important;
}
.cid-s6uGERFJi2 .dropdown-item.active,
.cid-s6uGERFJi2 .dropdown-item:active {
  background-color: transparent;
}
.cid-s6uGERFJi2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6uGERFJi2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6uGERFJi2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6uGERFJi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004532;
}
.cid-s6uGERFJi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6uGERFJi2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6uGERFJi2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s6uGERFJi2 .navbar-buttons {
  text-align: center;
}
.cid-s6uGERFJi2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6uGERFJi2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-s6uGERFJi2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6uGERFJi2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6uGERFJi2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6uGERFJi2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6uGERFJi2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6uGERFJi2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6uGERFJi2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6uGERFJi2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6uGERFJi2 .navbar-dropdown {
  padding: 2rem 1rem 1.5rem;
  /*position: fixed;*/
}
.cid-s6uGERFJi2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6uGERFJi2 .mbr-iconfont {
  font-size: 15px;
  padding-right: .5rem;
}
.cid-s6uGERFJi2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s6uGERFJi2 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s6uGERFJi2 .nav-link:hover,
.cid-s6uGERFJi2 .dropdown-item:hover,
.cid-s6uGERFJi2 .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6uGERFJi2 .navbar {
    height: 77px;
  }
  .cid-s6uGERFJi2 .navbar.opened {
    height: auto;
  }
}

@media (max-width: 767px){
	.cid-s6uGERFJi2 .navbar-dropdown {
	  padding: 1rem 1rem 1rem;
	}
}
.cid-s0EiG3WXhX {
  background-image: url(../../images/header.jpg);
}
.cid-s0EiG3WXhX H3 {
  text-align: center;
}
.cid-s0EiG3WXhX H1 {
  text-align: center;
}
.cid-s0EiG3WXhX .mbr-text,
.cid-s0EiG3WXhX .mbr-section-btn {
  text-align: center;
  color: #f1e6da;
}
.cid-s0EpHcOM8Q {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #fff;
}
.cid-s0EpHcOM8Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0EpHcOM8Q .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s0EpHcOM8Q .title {
    width: 100% !important;
  }
}
.cid-s0EpHcOM8Q .mbr-text,
.cid-s0EpHcOM8Q .mbr-section-btn {
  color: #000000;
}
.cid-s0EpHcOM8Q .mbr-section-title {
  color: #257e77;
}
.cid-rArWGumJqV {
  padding-top: 135px;
  padding-bottom: 100px;
  background-color: #f1e6da;
}
.cid-rArWGumJqV .text-wrap {
  background-color: #d9bc9b;
  padding: 2rem 3rem;
}
.cid-rArWGumJqV .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-rArWGumJqV .img-nature {
position: absolute;
left: 35em;
top: 4em;
width: 56%;
height: 500px;
object-fit: cover;
float: right;
padding-bottom: 0em;
    border-radius: 0px 100px;
}
.cid-rArWGumJqV .img-nature {
top: -4.5em;
}
@media (max-width: 767px) {
.cid-rArWGumJqV .img-nature {
position: absolute;
left: 24em;
top: 4em;
width: 50%;
height: 100%;
object-fit: cover;
float: right;
padding-bottom: 8em;
}
}
.cid-rArWGumJqV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
/*@font-face {
  font-family: 'MobiriseIcons';
  src:  url('fonts/MobiriseIcons.eot');
  src:  url('fonts/MobiriseIcons.eot') format('embedded-opentype'),
    url('fonts/MobiriseIcons.ttf') format('truetype'),
    url('fonts/MobiriseIcons.woff') format('woff'),
    url('fonts/MobiriseIcons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
.cid-rArWGumJqV .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArWGumJqV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArWGumJqV .mbr-text,
.cid-rArWGumJqV .link-wrap {
  /*text-align: center;*/
}
.cid-rArWGumJqV H4 {
  color: #f1eeea;
}
@media (max-width: 992px) {
  .cid-rArWGumJqV .img1 {
    width: 50%;
  }
  .cid-rArWGumJqV .text-wrap {
    /*background-color: #004532;*/
    padding: 2rem 2rem;
  }
}
.cid-rArWGumJqV h1 {
  color: #004532;
  font-weight: 600;
}
.cid-rArWGumJqV DIV {
  /*text-align: right;*/
}
.cid-s0Gq0Irv83 {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #f1e6da;
}
.cid-s0Gq0Irv83 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s0Gq0Irv83 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Gq0Irv83 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s0Gq0Irv83 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s0Gq0Irv83 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-s0Gq0Irv83 .brown {
  color: #c19b76;
}
.cid-s0Gq0Irv83 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Gq0Irv83 .paragraphs-wrapper .first-paragraph,
.cid-s0Gq0Irv83 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s0Gq0Irv83 .text-element {
    padding-bottom: 0;
  }
  .cid-s0Gq0Irv83 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s0Gq0Irv83 .paragraphs-wrapper .first-paragraph,
  .cid-s0Gq0Irv83 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s0Gq0Irv83 .first-paragraph,
  .cid-s0Gq0Irv83 .second-paragraph {
    width: 50%;
  }
  .cid-s0Gq0Irv83 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s0Gq0Irv83 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s0Gq0Irv83 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s0Gq0Irv83 .mbr-section-title,
  .cid-s0Gq0Irv83 .mbr-section-btn {
    text-align: left;
  }
}
.cid-s0Gq0Irv83 .mbr-section-title {
  text-align: left;
  color: #004532;
}
.cid-s0Gq0Irv83 .mbr-text,
.cid-s0Gq0Irv83 .mbr-section-btn {
  text-align: left;
  color: #343434;
}
.cid-s0Gq0Irv83 .mbr-section-subtitle,
.cid-s0Gq0Irv83 .underline {
  color: #7c694d;
}
.cid-s0GghxqqNd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffbec;
}
@media (min-width: 767px) {
  .cid-s0GghxqqNd .container {
    padding: 1rem;
  }
}
.cid-s0GghxqqNd .card-box {
  padding: 0 2rem;
}
.cid-s0GghxqqNd .card {
  padding: 0!important;
}
.cid-s0GghxqqNd .mbr-section-btn {
  padding-top: 2rem;
}
.cid-s0GghxqqNd .container-fluid {
  padding: 0;
}
.cid-s0GghxqqNd .card1 {
  background-image: url(../../images/lacuna-coorg1.jpg);
}
.cid-s0GghxqqNd .card2 {
  background-image: url(../../images/lacuna-ooty.jpg);
    background-position: center;
}
.cid-s0GghxqqNd .card3 {
  background-image: url(../../images/lacuna-kabini.jpg);
}
.cid-s0GghxqqNd .card4 {
  background-image: url("../../../assets/images/23155053-663571560504550-9007948985777903079-o-1437x1193.jpg");
}
.cid-s0GghxqqNd h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s0GghxqqNd p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s0GghxqqNd .card-wrapper {
  height: 100%;
  padding: 10em 2rem 5rem 2rem;
  background-size: cover;
}
.cid-s0GghxqqNd .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-s0GghxqqNd .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-s0GghxqqNd .card-title {
  text-align: center;
}
.cid-s0GghxqqNd .mbr-text,
.cid-s0GghxqqNd .mbr-section-btn {
  text-align: center;
}
.cid-s0GtPM28yt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s0GtPM28yt .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s0GtPM28yt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s0GtPM28yt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0GtPM28yt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s0GtPM28yt .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s0GtPM28yt .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-s0GtPM28yt .brown {
  color: #c19b76;
}
.cid-s0GtPM28yt .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0GtPM28yt .paragraphs-wrapper .first-paragraph,
.cid-s0GtPM28yt .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s0GtPM28yt .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s0GtPM28yt .text-element {
    padding-top: 0;
  }
  .cid-s0GtPM28yt .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s0GtPM28yt .paragraphs-wrapper .first-paragraph,
  .cid-s0GtPM28yt .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s0GtPM28yt .first-paragraph,
  .cid-s0GtPM28yt .second-paragraph {
    width: 50%;
  }
  .cid-s0GtPM28yt .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s0GtPM28yt .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s0GtPM28yt .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s0GtPM28yt .mbr-section-title,
  .cid-s0GtPM28yt .mbr-section-btn {
    text-align: left;
  }
}
.cid-s0GtPM28yt .mbr-section-title {
  text-align: left;
  color: #004532;
}
.cid-s0GtPM28yt .mbr-text,
.cid-s0GtPM28yt .mbr-section-btn {
  text-align: left;
  color: #4f4943;
}
.cid-rArWIuB3C5 {
  padding: 180px 0px;
  background-image: url(../../images/bottom-img.jpg);
  background-position: 50% 64%;
}
.cid-s0GdQsd0Xd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1e6da;
}
.cid-s0GdQsd0Xd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s0GdQsd0Xd h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-s0GdQsd0Xd .form-check-inline {
    margin-right: 2rem;
  }
  .cid-s0GdQsd0Xd .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-s0GdQsd0Xd .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-s0GdQsd0Xd .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-s0GdQsd0Xd .col,
  .cid-s0GdQsd0Xd .col-lg-6 {
    max-width: 48%;
  }
  .cid-s0GdQsd0Xd .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-s0GdQsd0Xd .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-s0GdQsd0Xd .form-group {
    margin-bottom: 0rem;
  }
}

@media (max-width: 991px){
	.cid-rArWIuB3C5{
		padding: 80px 0px;
	}
	.cid-rArWGumJqV, .cid-s0EpHcOM8Q{
	    padding-bottom: 40px;
	}
}

.cid-s0GdQsd0Xd label {
  margin-bottom: 0;
}
.cid-s0GdQsd0Xd .form-row {
  justify-content: space-between;
}
.cid-s0GdQsd0Xd .form-control,
.cid-s0GdQsd0Xd .field-input {
  padding: 0.5rem;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #baa286;
  border-radius: 0;
  color: #6c757d;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s0GdQsd0Xd .form-control:focus,
.cid-s0GdQsd0Xd .field-input:focus {
  color: #343434 !important;
}
.cid-s0GdQsd0Xd .form-control:hover,
.cid-s0GdQsd0Xd .field-input:hover {
  color: #343434 !important;
}
.cid-s0GdQsd0Xd .form-control input::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .field-input input::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .form-control textarea::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-s0GdQsd0Xd .form-control input:-moz-placeholder,
.cid-s0GdQsd0Xd .field-input input:-moz-placeholder,
.cid-s0GdQsd0Xd .form-control textarea:-moz-placeholder,
.cid-s0GdQsd0Xd .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-s0GdQsd0Xd .form-control:hover,
.cid-s0GdQsd0Xd .field-input:hover,
.cid-s0GdQsd0Xd .form-control:focus,
.cid-s0GdQsd0Xd .field-input:focus {
  background-color: #f1eeea;
  border-color: #baa286;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s0GdQsd0Xd .form-control:hover input::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .field-input:hover input::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .form-control:focus input::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .field-input:focus input::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .form-control:hover textarea::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .field-input:hover textarea::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .form-control:focus textarea::-webkit-input-placeholder,
.cid-s0GdQsd0Xd .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s0GdQsd0Xd .form-control:hover input:-moz-placeholder,
.cid-s0GdQsd0Xd .field-input:hover input:-moz-placeholder,
.cid-s0GdQsd0Xd .form-control:focus input:-moz-placeholder,
.cid-s0GdQsd0Xd .field-input:focus input:-moz-placeholder,
.cid-s0GdQsd0Xd .form-control:hover textarea:-moz-placeholder,
.cid-s0GdQsd0Xd .field-input:hover textarea:-moz-placeholder,
.cid-s0GdQsd0Xd .form-control:focus textarea:-moz-placeholder,
.cid-s0GdQsd0Xd .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s0GdQsd0Xd .jq-number__spin:hover,
.cid-s0GdQsd0Xd .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s0GdQsd0Xd .jq-number__spin {
  background-color: #f1e6da;
  border-color: #004532;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s0GdQsd0Xd .jq-selectbox li,
.cid-s0GdQsd0Xd .jq-selectbox li {
  background-color: #f1e6da;
  color: #000000;
}
.cid-s0GdQsd0Xd .jq-selectbox li:hover,
.cid-s0GdQsd0Xd .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-s0GdQsd0Xd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s0GdQsd0Xd .jq-number__spin.minus:hover:after,
.cid-s0GdQsd0Xd .jq-number__spin.plus:hover:after {
  border-top-color: #f1e6da;
  border-bottom-color: #f1e6da;
}
.cid-s0GdQsd0Xd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s0GdQsd0Xd .jq-number__spin.minus:after,
.cid-s0GdQsd0Xd .jq-number__spin.plus:after {
  border-top-color: #000;
  border-bottom-color: #000;
}
.cid-s0GdQsd0Xd input::-webkit-clear-button {
  display: none;
}
.cid-s0GdQsd0Xd input::-webkit-inner-spin-button {
  display: none;
}
.cid-s0GdQsd0Xd input::-webkit-outer-spin-button {
  display: none;
}
.cid-s0GdQsd0Xd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s0GdQsd0Xd H5 {
  text-align: center;
  color: #004532;
}
.cid-s0GdQsd0Xd P {
  text-align: center;
  color: #82786e;
}
.cid-s0GdQsd0Xd LABEL {
  color: #767676;
}
.cid-s0GdQsd0Xd H4 {
  color: #9c9485;
}
.cid-s0GrwuSSvf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url(../../images/footer-bg.jpg);
  background-size: cover;
}
.cid-s0GrwuSSvf .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-s0GrwuSSvf .navbar-logo {
  /*width: 150px;*/
  margin-bottom: 10px;
  margin: auto;
}
.cid-s0GrwuSSvf .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-s0GrwuSSvf .btn-primary {
  border: 1px solid #f1eeea !important;
}
.cid-s0GrwuSSvf .btn-primary:hover {
  border: 1px solid #f1eeea !important;
}
.cid-s0GrwuSSvf .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s0GrwuSSvf .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-s0GrwuSSvf .input-group-btn {
  padding-left: 0;
}
.cid-s0GrwuSSvf .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s0GrwuSSvf .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-s0GrwuSSvf .mbr-text {
  color: #444;
}
.cid-s0GrwuSSvf h5 {
  margin-bottom: 0;
}
.cid-s0GrwuSSvf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s0GrwuSSvf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}

.cid-s0GrwuSSvf .list-item span {
	color: #fff;
}

.cid-s0GrwuSSvf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s0GrwuSSvf .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0GrwuSSvf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s0GrwuSSvf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s0GrwuSSvf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s0GrwuSSvf .social-list a:hover {
  opacity: 0.4;
}
.cid-s0GrwuSSvf .media-container-row > div {
  padding: 0px;
}
.cid-s0GrwuSSvf .text2 {
  color: #4f4943;
  text-align: left;
    line-height: 22px;
}
.cid-s0GrwuSSvf .group-title {
  text-align: left;
  color: #baa286;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Brother-1816-Book';
  padding-bottom: 0.2rem;
}
.cid-s0GrwuSSvf .links {
  color: #4f4943;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s0GrwuSSvf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s0GrwuSSvf .social-list,
  .cid-s0GrwuSSvf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s0GrwuSSvf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s0GrwuSSvf .form-group {
    max-width: 180px;
  }
}
.cid-s0GrwuSSvf .links span {
  color: #9e9e9e;
}
.cid-s0GrwuSSvf .logo-sub-title {
  text-align: center;
}
.cid-s0GrwuSSvf .logo-title {
  text-align: center;
}
.cid-s0GrwuSSvf .logo-sub-title i {
  color: #9e9e9e;
}
.cid-s0GrwuSSvf .logo-title,
.cid-s0GrwuSSvf .logo {
  color: #4f4943;
}
.cid-s6uI66acoc .nav-item:focus,
.cid-s6uI66acoc .nav-link:focus {
  outline: none;
}
.cid-s6uI66acoc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6uI66acoc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6uI66acoc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6uI66acoc .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-s6uI66acoc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6uI66acoc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #004532;
  background: none;
}
.cid-s6uI66acoc .navbar.opened {
  transition: all .3s;
  background: #004532 !important;
}
.cid-s6uI66acoc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s6uI66acoc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6uI66acoc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6uI66acoc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s6uI66acoc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6uI66acoc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6uI66acoc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6uI66acoc .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-s6uI66acoc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6uI66acoc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6uI66acoc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6uI66acoc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6uI66acoc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6uI66acoc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6uI66acoc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6uI66acoc .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-s6uI66acoc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6uI66acoc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6uI66acoc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6uI66acoc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6uI66acoc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s6uI66acoc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6uI66acoc .navbar.navbar-short {
  background: #004532 !important;
  min-height: 60px;
}
.cid-s6uI66acoc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6uI66acoc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6uI66acoc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6uI66acoc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6uI66acoc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6uI66acoc .dropdown-item.active,
.cid-s6uI66acoc .dropdown-item:active {
  background-color: transparent;
}
.cid-s6uI66acoc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6uI66acoc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6uI66acoc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6uI66acoc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004532;
}
.cid-s6uI66acoc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6uI66acoc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6uI66acoc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s6uI66acoc .navbar-buttons {
  text-align: center;
}
.cid-s6uI66acoc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6uI66acoc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-s6uI66acoc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6uI66acoc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6uI66acoc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6uI66acoc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6uI66acoc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6uI66acoc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6uI66acoc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6uI66acoc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6uI66acoc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6uI66acoc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6uI66acoc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6uI66acoc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s6uI66acoc .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s6uI66acoc .nav-link:hover,
.cid-s6uI66acoc .dropdown-item:hover,
.cid-s6uI66acoc .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6uI66acoc .navbar {
    height: 77px;
  }
  .cid-s6uI66acoc .navbar.opened {
    height: auto;
  }
}
.cid-s6uI67Pq5Z {
  background-image: url("../../../assets/images/whatsapp-image-2019-01-22-at-10.15.06-am-1280x854.jpg");
}
.cid-s6uI67Pq5Z H3 {
  text-align: center;
}
.cid-s6uI67Pq5Z H1 {
  text-align: center;
}
.cid-s6uI67Pq5Z .mbr-text,
.cid-s6uI67Pq5Z .mbr-section-btn {
  text-align: center;
  color: #f1e6da;
}
.cid-s6uI68J6ln {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f1e6da;
}
.cid-s6uI68J6ln .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s6uI68J6ln .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s6uI68J6ln .title {
    width: 100% !important;
  }
}
.cid-s6uI68J6ln .mbr-text,
.cid-s6uI68J6ln .mbr-section-btn {
  color: #000000;
}
.cid-s6uI68J6ln .mbr-section-title {
  color: #004532;
}
.cid-s6uI69wKWT {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #f1e6da;
}
.cid-s6uI69wKWT .text-wrap {
  background-color: #004532;
  padding: 3rem 6rem;
}
.cid-s6uI69wKWT .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-s6uI69wKWT .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-s6uI69wKWT .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-s6uI69wKWT .link:hover:before {
  margin-right: -0.4rem;
}
.cid-s6uI69wKWT .mbr-text,
.cid-s6uI69wKWT .link-wrap {
  text-align: right;
}
.cid-s6uI69wKWT H4 {
  color: #f1eeea;
}
@media (max-width: 992px) {
  .cid-s6uI69wKWT .img1 {
    width: 50%;
  }
  .cid-s6uI69wKWT .text-wrap {
    background-color: #004532;
    padding: 2rem 2rem;
  }
}
.cid-s6uI69wKWT H1 {
  color: #004532;
}
.cid-s6uI69wKWT DIV {
  text-align: right;
}
.cid-s6uI6apTcp {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f1e6da;
}
.cid-s6uI6apTcp .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s6uI6apTcp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6uI6apTcp .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s6uI6apTcp .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s6uI6apTcp .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-s6uI6apTcp .brown {
  color: #c19b76;
}
.cid-s6uI6apTcp .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6uI6apTcp .paragraphs-wrapper .first-paragraph,
.cid-s6uI6apTcp .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s6uI6apTcp .text-element {
    padding-bottom: 0;
  }
  .cid-s6uI6apTcp .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6uI6apTcp .paragraphs-wrapper .first-paragraph,
  .cid-s6uI6apTcp .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s6uI6apTcp .first-paragraph,
  .cid-s6uI6apTcp .second-paragraph {
    width: 50%;
  }
  .cid-s6uI6apTcp .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s6uI6apTcp .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s6uI6apTcp .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s6uI6apTcp .mbr-section-title,
  .cid-s6uI6apTcp .mbr-section-btn {
    text-align: left;
  }
}
.cid-s6uI6apTcp .mbr-section-title {
  text-align: left;
  color: #004532;
}
.cid-s6uI6apTcp .mbr-text,
.cid-s6uI6apTcp .mbr-section-btn {
  text-align: left;
  color: #343434;
}
.cid-s6uI6apTcp .mbr-section-subtitle,
.cid-s6uI6apTcp .underline {
  color: #7c694d;
}
.cid-samTdo5pka {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f1e6da;
}
.cid-samTdo5pka .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-samTdo5pka .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-samTdo5pka .title {
    width: 100% !important;
  }
}
.cid-samTdo5pka .mbr-text,
.cid-samTdo5pka .mbr-section-btn {
  color: #000000;
}
.cid-samTdo5pka .mbr-section-title {
  color: #004532;
}
.cid-s6uI6dWtti {
  padding-top: 600px;
  background-image: url("../../../assets/images/lob1777s-2000x1333.jpg");
}
.cid-s6uI6eFYhI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1e6da;
}
.cid-s6uI6eFYhI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s6uI6eFYhI h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-s6uI6eFYhI .form-check-inline {
    margin-right: 2rem;
  }
  .cid-s6uI6eFYhI .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-s6uI6eFYhI .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-s6uI6eFYhI .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-s6uI6eFYhI .col,
  .cid-s6uI6eFYhI .col-lg-6 {
    max-width: 48%;
  }
  .cid-s6uI6eFYhI .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-s6uI6eFYhI .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-s6uI6eFYhI .form-group {
    margin-bottom: 0rem;
  }
}
.cid-s6uI6eFYhI label {
  margin-bottom: 0;
}
.cid-s6uI6eFYhI .form-row {
  justify-content: space-between;
}
.cid-s6uI6eFYhI .form-control,
.cid-s6uI6eFYhI .field-input {
  padding: 0.5rem;
  background-color: #f1e6da;
  border: none;
  border-bottom: 2px solid #004532;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s6uI6eFYhI .form-control:focus,
.cid-s6uI6eFYhI .field-input:focus {
  color: #343434 !important;
}
.cid-s6uI6eFYhI .form-control:hover,
.cid-s6uI6eFYhI .field-input:hover {
  color: #343434 !important;
}
.cid-s6uI6eFYhI .form-control input::-webkit-input-placeholder,
.cid-s6uI6eFYhI .field-input input::-webkit-input-placeholder,
.cid-s6uI6eFYhI .form-control textarea::-webkit-input-placeholder,
.cid-s6uI6eFYhI .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-s6uI6eFYhI .form-control input:-moz-placeholder,
.cid-s6uI6eFYhI .field-input input:-moz-placeholder,
.cid-s6uI6eFYhI .form-control textarea:-moz-placeholder,
.cid-s6uI6eFYhI .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-s6uI6eFYhI .form-control:hover,
.cid-s6uI6eFYhI .field-input:hover,
.cid-s6uI6eFYhI .form-control:focus,
.cid-s6uI6eFYhI .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s6uI6eFYhI .form-control:hover input::-webkit-input-placeholder,
.cid-s6uI6eFYhI .field-input:hover input::-webkit-input-placeholder,
.cid-s6uI6eFYhI .form-control:focus input::-webkit-input-placeholder,
.cid-s6uI6eFYhI .field-input:focus input::-webkit-input-placeholder,
.cid-s6uI6eFYhI .form-control:hover textarea::-webkit-input-placeholder,
.cid-s6uI6eFYhI .field-input:hover textarea::-webkit-input-placeholder,
.cid-s6uI6eFYhI .form-control:focus textarea::-webkit-input-placeholder,
.cid-s6uI6eFYhI .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s6uI6eFYhI .form-control:hover input:-moz-placeholder,
.cid-s6uI6eFYhI .field-input:hover input:-moz-placeholder,
.cid-s6uI6eFYhI .form-control:focus input:-moz-placeholder,
.cid-s6uI6eFYhI .field-input:focus input:-moz-placeholder,
.cid-s6uI6eFYhI .form-control:hover textarea:-moz-placeholder,
.cid-s6uI6eFYhI .field-input:hover textarea:-moz-placeholder,
.cid-s6uI6eFYhI .form-control:focus textarea:-moz-placeholder,
.cid-s6uI6eFYhI .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s6uI6eFYhI .jq-number__spin:hover,
.cid-s6uI6eFYhI .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s6uI6eFYhI .jq-number__spin {
  background-color: #f1e6da;
  border-color: #004532;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s6uI6eFYhI .jq-selectbox li,
.cid-s6uI6eFYhI .jq-selectbox li {
  background-color: #f1e6da;
  color: #000000;
}
.cid-s6uI6eFYhI .jq-selectbox li:hover,
.cid-s6uI6eFYhI .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-s6uI6eFYhI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s6uI6eFYhI .jq-number__spin.minus:hover:after,
.cid-s6uI6eFYhI .jq-number__spin.plus:hover:after {
  border-top-color: #f1e6da;
  border-bottom-color: #f1e6da;
}
.cid-s6uI6eFYhI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s6uI6eFYhI .jq-number__spin.minus:after,
.cid-s6uI6eFYhI .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-s6uI6eFYhI input::-webkit-clear-button {
  display: none;
}
.cid-s6uI6eFYhI input::-webkit-inner-spin-button {
  display: none;
}
.cid-s6uI6eFYhI input::-webkit-outer-spin-button {
  display: none;
}
.cid-s6uI6eFYhI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s6uI6eFYhI H5 {
  text-align: center;
  color: #004532;
}
.cid-s6uI6eFYhI P {
  text-align: center;
  color: #82786e;
}
.cid-s6uI6eFYhI LABEL {
  color: #767676;
}
.cid-s6uI6eFYhI H4 {
  color: #9c9485;
}
.cid-s9UP8plJ1e {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9UP8plJ1e .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-s9UP8plJ1e .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s9UP8plJ1e .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-s9UP8plJ1e .btn-primary {
  border: 1px solid #f1eeea !important;
}
.cid-s9UP8plJ1e .btn-primary:hover {
  border: 1px solid #f1eeea !important;
}
.cid-s9UP8plJ1e .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s9UP8plJ1e .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-s9UP8plJ1e .input-group-btn {
  padding-left: 0;
}
.cid-s9UP8plJ1e .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s9UP8plJ1e .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-s9UP8plJ1e .mbr-text {
  color: #444;
}
.cid-s9UP8plJ1e h5 {
  margin-bottom: 0;
}
.cid-s9UP8plJ1e .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s9UP8plJ1e .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9UP8plJ1e .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s9UP8plJ1e .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9UP8plJ1e .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s9UP8plJ1e .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s9UP8plJ1e .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s9UP8plJ1e .social-list a:hover {
  opacity: 0.4;
}
.cid-s9UP8plJ1e .media-container-row > div {
  padding: 0px;
}
.cid-s9UP8plJ1e .text2 {
  color: #4f4943;
  text-align: left;
}
.cid-s9UP8plJ1e .group-title {
  text-align: left;
  color: #603b32;
  padding-bottom: 0.2rem;
}
.cid-s9UP8plJ1e .links {
  color: #4f4943;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s9UP8plJ1e .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s9UP8plJ1e .social-list,
  .cid-s9UP8plJ1e .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s9UP8plJ1e h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s9UP8plJ1e .form-group {
    max-width: 180px;
  }
}
.cid-s9UP8plJ1e .links span {
  color: #9e9e9e;
}
.cid-s9UP8plJ1e .logo-sub-title {
  text-align: center;
}
.cid-s9UP8plJ1e .logo-title {
  text-align: center;
}
.cid-s9UP8plJ1e .logo-sub-title i {
  color: #9e9e9e;
}
.cid-s9UP8plJ1e .logo-title,
.cid-s9UP8plJ1e .logo {
  color: #4f4943;
}
.cid-s73ewCx80v .nav-item:focus,
.cid-s73ewCx80v .nav-link:focus {
  outline: none;
}
.cid-s73ewCx80v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s73ewCx80v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s73ewCx80v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s73ewCx80v .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-s73ewCx80v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s73ewCx80v .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #004532;
  background: none;
}
.cid-s73ewCx80v .navbar.opened {
  transition: all .3s;
  background: #004532 !important;
}
.cid-s73ewCx80v .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s73ewCx80v .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s73ewCx80v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s73ewCx80v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s73ewCx80v .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s73ewCx80v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s73ewCx80v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s73ewCx80v .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-s73ewCx80v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s73ewCx80v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s73ewCx80v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s73ewCx80v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s73ewCx80v .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s73ewCx80v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s73ewCx80v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s73ewCx80v .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-s73ewCx80v .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s73ewCx80v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s73ewCx80v .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s73ewCx80v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s73ewCx80v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s73ewCx80v .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s73ewCx80v .navbar.navbar-short {
  background: #004532 !important;
  min-height: 60px;
}
.cid-s73ewCx80v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s73ewCx80v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s73ewCx80v .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s73ewCx80v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s73ewCx80v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s73ewCx80v .dropdown-item.active,
.cid-s73ewCx80v .dropdown-item:active {
  background-color: transparent;
}
.cid-s73ewCx80v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s73ewCx80v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s73ewCx80v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s73ewCx80v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004532;
}
.cid-s73ewCx80v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s73ewCx80v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s73ewCx80v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s73ewCx80v .navbar-buttons {
  text-align: center;
}
.cid-s73ewCx80v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s73ewCx80v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-s73ewCx80v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s73ewCx80v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s73ewCx80v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s73ewCx80v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s73ewCx80v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s73ewCx80v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s73ewCx80v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s73ewCx80v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s73ewCx80v .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s73ewCx80v a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s73ewCx80v .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s73ewCx80v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s73ewCx80v .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s73ewCx80v .nav-link:hover,
.cid-s73ewCx80v .dropdown-item:hover,
.cid-s73ewCx80v .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s73ewCx80v .navbar {
    height: 77px;
  }
  .cid-s73ewCx80v .navbar.opened {
    height: auto;
  }
}
.cid-s73ewEGsgV {
  background-image: url("../../../assets/images/red-earth-115-1200x799.jpg");
}
.cid-s73ewEGsgV H3 {
  text-align: center;
}
.cid-s73ewEGsgV H1 {
  text-align: center;
}
.cid-s73ewEGsgV .mbr-text,
.cid-s73ewEGsgV .mbr-section-btn {
  text-align: center;
  color: #f1e6da;
}
.cid-s73ewFXHl8 {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f1e6da;
}
.cid-s73ewFXHl8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s73ewFXHl8 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s73ewFXHl8 .title {
    width: 100% !important;
  }
}
.cid-s73ewFXHl8 .mbr-text,
.cid-s73ewFXHl8 .mbr-section-btn {
  color: #000000;
}
.cid-s73ewFXHl8 .mbr-section-title {
  color: #603b32;
}
.cid-s73ewH8izk {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #f1e6da;
}
.cid-s73ewH8izk .text-wrap {
  background-color: #603b32;
  padding: 3rem 6rem;
}
.cid-s73ewH8izk .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-s73ewH8izk .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-s73ewH8izk .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-s73ewH8izk .link:hover:before {
  margin-right: -0.4rem;
}
.cid-s73ewH8izk .mbr-text,
.cid-s73ewH8izk .link-wrap {
  text-align: right;
}
.cid-s73ewH8izk H4 {
  color: #f1eeea;
}
@media (max-width: 992px) {
  .cid-s73ewH8izk .img1 {
    width: 50%;
  }
  .cid-s73ewH8izk .text-wrap {
    background-color: #603b32;
    padding: 2rem 2rem;
  }
}
.cid-s73ewH8izk H1 {
  color: #603b32;
}
.cid-s73ewH8izk DIV {
  text-align: right;
}
.cid-s73ewIjbw0 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f1e6da;
}
.cid-s73ewIjbw0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s73ewIjbw0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s73ewIjbw0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s73ewIjbw0 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s73ewIjbw0 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-s73ewIjbw0 .brown {
  color: #c19b76;
}
.cid-s73ewIjbw0 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s73ewIjbw0 .paragraphs-wrapper .first-paragraph,
.cid-s73ewIjbw0 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s73ewIjbw0 .text-element {
    padding-bottom: 0;
  }
  .cid-s73ewIjbw0 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s73ewIjbw0 .paragraphs-wrapper .first-paragraph,
  .cid-s73ewIjbw0 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s73ewIjbw0 .first-paragraph,
  .cid-s73ewIjbw0 .second-paragraph {
    width: 50%;
  }
  .cid-s73ewIjbw0 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s73ewIjbw0 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s73ewIjbw0 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s73ewIjbw0 .mbr-section-title,
  .cid-s73ewIjbw0 .mbr-section-btn {
    text-align: left;
  }
}
.cid-s73ewIjbw0 .mbr-section-title {
  text-align: left;
  color: #603b32;
}
.cid-s73ewIjbw0 .mbr-text,
.cid-s73ewIjbw0 .mbr-section-btn {
  text-align: left;
  color: #343434;
}
.cid-s73ewIjbw0 .mbr-section-subtitle,
.cid-s73ewIjbw0 .underline {
  color: #7c694d;
}
.cid-s73ewKlTzE {
  padding-top: 600px;
  background-image: url("../../../assets/images/elephant-1200x800.jpg");
}
.cid-s9UPcNhF8O {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9UPcNhF8O .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-s9UPcNhF8O .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s9UPcNhF8O .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-s9UPcNhF8O .btn-primary {
  border: 1px solid #f1eeea !important;
}
.cid-s9UPcNhF8O .btn-primary:hover {
  border: 1px solid #f1eeea !important;
}
.cid-s9UPcNhF8O .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s9UPcNhF8O .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-s9UPcNhF8O .input-group-btn {
  padding-left: 0;
}
.cid-s9UPcNhF8O .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s9UPcNhF8O .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-s9UPcNhF8O .mbr-text {
  color: #444;
}
.cid-s9UPcNhF8O h5 {
  margin-bottom: 0;
}
.cid-s9UPcNhF8O .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s9UPcNhF8O .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9UPcNhF8O .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s9UPcNhF8O .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9UPcNhF8O .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s9UPcNhF8O .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s9UPcNhF8O .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s9UPcNhF8O .social-list a:hover {
  opacity: 0.4;
}
.cid-s9UPcNhF8O .media-container-row > div {
  padding: 0px;
}
.cid-s9UPcNhF8O .text2 {
  color: #4f4943;
  text-align: left;
}
.cid-s9UPcNhF8O .group-title {
  text-align: left;
  color: #603b32;
  padding-bottom: 0.2rem;
}
.cid-s9UPcNhF8O .links {
  color: #4f4943;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s9UPcNhF8O .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s9UPcNhF8O .social-list,
  .cid-s9UPcNhF8O .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s9UPcNhF8O h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s9UPcNhF8O .form-group {
    max-width: 180px;
  }
}
.cid-s9UPcNhF8O .links span {
  color: #9e9e9e;
}
.cid-s9UPcNhF8O .logo-sub-title {
  text-align: center;
}
.cid-s9UPcNhF8O .logo-title {
  text-align: center;
}
.cid-s9UPcNhF8O .logo-sub-title i {
  color: #9e9e9e;
}
.cid-s9UPcNhF8O .logo-title,
.cid-s9UPcNhF8O .logo {
  color: #4f4943;
}
.cid-s73Xv7nGcB .nav-item:focus,
.cid-s73Xv7nGcB .nav-link:focus {
  outline: none;
}
.cid-s73Xv7nGcB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s73Xv7nGcB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s73Xv7nGcB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s73Xv7nGcB .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-s73Xv7nGcB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s73Xv7nGcB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #004532;
  background: none;
}
.cid-s73Xv7nGcB .navbar.opened {
  transition: all .3s;
  background: #004532 !important;
}
.cid-s73Xv7nGcB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s73Xv7nGcB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s73Xv7nGcB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s73Xv7nGcB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s73Xv7nGcB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s73Xv7nGcB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s73Xv7nGcB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s73Xv7nGcB .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-s73Xv7nGcB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s73Xv7nGcB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s73Xv7nGcB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s73Xv7nGcB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s73Xv7nGcB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s73Xv7nGcB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s73Xv7nGcB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s73Xv7nGcB .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-s73Xv7nGcB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s73Xv7nGcB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s73Xv7nGcB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s73Xv7nGcB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s73Xv7nGcB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s73Xv7nGcB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s73Xv7nGcB .navbar.navbar-short {
  background: #004532 !important;
  min-height: 60px;
}
.cid-s73Xv7nGcB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s73Xv7nGcB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s73Xv7nGcB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s73Xv7nGcB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s73Xv7nGcB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s73Xv7nGcB .dropdown-item.active,
.cid-s73Xv7nGcB .dropdown-item:active {
  background-color: transparent;
}
.cid-s73Xv7nGcB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s73Xv7nGcB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s73Xv7nGcB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s73Xv7nGcB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004532;
}
.cid-s73Xv7nGcB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s73Xv7nGcB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s73Xv7nGcB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s73Xv7nGcB .navbar-buttons {
  text-align: center;
}
.cid-s73Xv7nGcB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s73Xv7nGcB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-s73Xv7nGcB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s73Xv7nGcB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s73Xv7nGcB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s73Xv7nGcB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s73Xv7nGcB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s73Xv7nGcB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s73Xv7nGcB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s73Xv7nGcB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s73Xv7nGcB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s73Xv7nGcB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s73Xv7nGcB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s73Xv7nGcB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s73Xv7nGcB .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s73Xv7nGcB .nav-link:hover,
.cid-s73Xv7nGcB .dropdown-item:hover,
.cid-s73Xv7nGcB .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s73Xv7nGcB .navbar {
    height: 77px;
  }
  .cid-s73Xv7nGcB .navbar.opened {
    height: auto;
  }
}
.cid-s73Xv9MdEu {
  background-image: url("../../../assets/images/wellbeing-1600x1068.jpg");
}
.cid-s73Xv9MdEu H3 {
  text-align: center;
}
.cid-s73Xv9MdEu H1 {
  text-align: center;
}
.cid-s73Xv9MdEu .mbr-text,
.cid-s73Xv9MdEu .mbr-section-btn {
  text-align: center;
  color: #f1e6da;
}
.cid-s73XvbllbZ {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s73XvbllbZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s73XvbllbZ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s73XvbllbZ .title {
    width: 100% !important;
  }
}
.cid-s73XvbllbZ .mbr-text,
.cid-s73XvbllbZ .mbr-section-btn {
  color: #000000;
}
.cid-s73XvbllbZ .mbr-section-title {
  color: #004532;
}
.cid-s73XvcMCcg {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s73XvcMCcg .text-wrap {
  background-color: #004532;
  padding: 3rem 6rem;
}
.cid-s73XvcMCcg .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-s73XvcMCcg .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-s73XvcMCcg .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-s73XvcMCcg .link:hover:before {
  margin-right: -0.4rem;
}
.cid-s73XvcMCcg .mbr-text,
.cid-s73XvcMCcg .link-wrap {
  text-align: right;
}
.cid-s73XvcMCcg H4 {
  color: #f1eeea;
}
@media (max-width: 992px) {
  .cid-s73XvcMCcg .img1 {
    width: 50%;
  }
  .cid-s73XvcMCcg .text-wrap {
    background-color: #004532;
    padding: 2rem 2rem;
  }
}
.cid-s73XvcMCcg H1 {
  color: #004532;
}
.cid-s73XvcMCcg DIV {
  text-align: right;
}
.cid-s73XvegUTu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s73XvegUTu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s73XvegUTu .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s73XvegUTu .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s73XvegUTu .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s73XvegUTu .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-s73XvegUTu .brown {
  color: #c19b76;
}
.cid-s73XvegUTu .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s73XvegUTu .paragraphs-wrapper .first-paragraph,
.cid-s73XvegUTu .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s73XvegUTu .text-element {
    padding-bottom: 0;
  }
  .cid-s73XvegUTu .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s73XvegUTu .paragraphs-wrapper .first-paragraph,
  .cid-s73XvegUTu .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s73XvegUTu .first-paragraph,
  .cid-s73XvegUTu .second-paragraph {
    width: 50%;
  }
  .cid-s73XvegUTu .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s73XvegUTu .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s73XvegUTu .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s73XvegUTu .mbr-section-title,
  .cid-s73XvegUTu .mbr-section-btn {
    text-align: left;
  }
}
.cid-s73XvegUTu .mbr-section-title {
  text-align: left;
  color: #004532;
}
.cid-s73XvegUTu .mbr-text,
.cid-s73XvegUTu .mbr-section-btn {
  text-align: left;
  color: #343434;
}
.cid-s73XvegUTu .mbr-section-subtitle,
.cid-s73XvegUTu .underline {
  color: #7c694d;
}
.cid-s745SeV030 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s745SeV030 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s745SeV030 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s745SeV030 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s745SeV030 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s745SeV030 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s745SeV030 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-s745SeV030 .brown {
  color: #c19b76;
}
.cid-s745SeV030 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s745SeV030 .paragraphs-wrapper .first-paragraph,
.cid-s745SeV030 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s745SeV030 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s745SeV030 .text-element {
    padding-top: 0;
  }
  .cid-s745SeV030 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s745SeV030 .paragraphs-wrapper .first-paragraph,
  .cid-s745SeV030 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s745SeV030 .first-paragraph,
  .cid-s745SeV030 .second-paragraph {
    width: 50%;
  }
  .cid-s745SeV030 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s745SeV030 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s745SeV030 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s745SeV030 .mbr-section-title,
  .cid-s745SeV030 .mbr-section-btn {
    text-align: left;
  }
}
.cid-s745SeV030 .mbr-section-title {
  text-align: left;
  color: #004532;
}
.cid-s745SeV030 .mbr-text,
.cid-s745SeV030 .mbr-section-btn {
  text-align: left;
  color: #4f4943;
}
.cid-s73XvjS9ng {
  padding-top: 600px;
  background-image: url("../../../assets/images/1030137-2000x1333.jpg");
}
.cid-s746dwCxXa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s746dwCxXa .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s746dwCxXa .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s746dwCxXa .title {
    width: 100% !important;
  }
}
.cid-s746dwCxXa .mbr-text,
.cid-s746dwCxXa .mbr-section-btn DIV {
  text-align: center;
}
.cid-s746dwCxXa .mbr-section-title {
  text-align: center;
  color: #004532;
}
.cid-s746dwCxXa .mbr-text,
.cid-s746dwCxXa .mbr-section-btn {
  color: #1c1c1c;
}
.cid-s746s248NC {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1020948-1657x689.jpg");
}
.cid-s9UOXwdRCS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9UOXwdRCS .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-s9UOXwdRCS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s9UOXwdRCS .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-s9UOXwdRCS .btn-primary {
  border: 1px solid #f1eeea !important;
}
.cid-s9UOXwdRCS .btn-primary:hover {
  border: 1px solid #f1eeea !important;
}
.cid-s9UOXwdRCS .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s9UOXwdRCS .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-s9UOXwdRCS .input-group-btn {
  padding-left: 0;
}
.cid-s9UOXwdRCS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s9UOXwdRCS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-s9UOXwdRCS .mbr-text {
  color: #444;
}
.cid-s9UOXwdRCS h5 {
  margin-bottom: 0;
}
.cid-s9UOXwdRCS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s9UOXwdRCS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9UOXwdRCS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s9UOXwdRCS .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9UOXwdRCS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s9UOXwdRCS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s9UOXwdRCS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s9UOXwdRCS .social-list a:hover {
  opacity: 0.4;
}
.cid-s9UOXwdRCS .media-container-row > div {
  padding: 0px;
}
.cid-s9UOXwdRCS .text2 {
  color: #4f4943;
  text-align: left;
}
.cid-s9UOXwdRCS .group-title {
  text-align: left;
  color: #603b32;
  padding-bottom: 0.2rem;
}
.cid-s9UOXwdRCS .links {
  color: #4f4943;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s9UOXwdRCS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s9UOXwdRCS .social-list,
  .cid-s9UOXwdRCS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s9UOXwdRCS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s9UOXwdRCS .form-group {
    max-width: 180px;
  }
}
.cid-s9UOXwdRCS .links span {
  color: #9e9e9e;
}
.cid-s9UOXwdRCS .logo-sub-title {
  text-align: center;
}
.cid-s9UOXwdRCS .logo-title {
  text-align: center;
}
.cid-s9UOXwdRCS .logo-sub-title i {
  color: #9e9e9e;
}
.cid-s9UOXwdRCS .logo-title,
.cid-s9UOXwdRCS .logo {
  color: #4f4943;
}
.cid-s7Umt2eQSs .nav-item:focus,
.cid-s7Umt2eQSs .nav-link:focus {
  outline: none;
}
.cid-s7Umt2eQSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7Umt2eQSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7Umt2eQSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7Umt2eQSs .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-s7Umt2eQSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7Umt2eQSs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #004532;
  background: none;
}
.cid-s7Umt2eQSs .navbar.opened {
  transition: all .3s;
  background: #004532 !important;
}
.cid-s7Umt2eQSs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s7Umt2eQSs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7Umt2eQSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7Umt2eQSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s7Umt2eQSs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s7Umt2eQSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7Umt2eQSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7Umt2eQSs .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-s7Umt2eQSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7Umt2eQSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s7Umt2eQSs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s7Umt2eQSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7Umt2eQSs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s7Umt2eQSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7Umt2eQSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7Umt2eQSs .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-s7Umt2eQSs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7Umt2eQSs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7Umt2eQSs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s7Umt2eQSs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7Umt2eQSs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s7Umt2eQSs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s7Umt2eQSs .navbar.navbar-short {
  background: #004532 !important;
  min-height: 60px;
}
.cid-s7Umt2eQSs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7Umt2eQSs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7Umt2eQSs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7Umt2eQSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7Umt2eQSs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7Umt2eQSs .dropdown-item.active,
.cid-s7Umt2eQSs .dropdown-item:active {
  background-color: transparent;
}
.cid-s7Umt2eQSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7Umt2eQSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7Umt2eQSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7Umt2eQSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004532;
}
.cid-s7Umt2eQSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7Umt2eQSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7Umt2eQSs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7Umt2eQSs .navbar-buttons {
  text-align: center;
}
.cid-s7Umt2eQSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7Umt2eQSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-s7Umt2eQSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7Umt2eQSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7Umt2eQSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7Umt2eQSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7Umt2eQSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7Umt2eQSs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7Umt2eQSs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7Umt2eQSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7Umt2eQSs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7Umt2eQSs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Umt2eQSs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7Umt2eQSs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s7Umt2eQSs .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s7Umt2eQSs .nav-link:hover,
.cid-s7Umt2eQSs .dropdown-item:hover,
.cid-s7Umt2eQSs .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7Umt2eQSs .navbar {
    height: 77px;
  }
  .cid-s7Umt2eQSs .navbar.opened {
    height: auto;
  }
}
.cid-s7Umt3u41o {
  background-image: url("../../../assets/images/0c8a8538-2000x1333.jpg");
}
.cid-s7Umt3u41o H3 {
  text-align: center;
}
.cid-s7Umt3u41o H1 {
  text-align: center;
}
.cid-s7Umt3u41o .mbr-text,
.cid-s7Umt3u41o .mbr-section-btn {
  text-align: center;
  color: #f1e6da;
}
.cid-s7Umt4dVBD {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s7Umt4dVBD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s7Umt4dVBD .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s7Umt4dVBD .title {
    width: 100% !important;
  }
}
.cid-s7Umt4dVBD .mbr-text,
.cid-s7Umt4dVBD .mbr-section-btn {
  color: #000000;
}
.cid-s7Umt4dVBD .mbr-section-title {
  color: #004532;
}
.cid-s7Umt4dVBD .mbr-text,
.cid-s7Umt4dVBD .mbr-section-btn DIV {
  text-align: left;
}
.cid-s7UyvVDR1K {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/5l2a5404-1036x1554.jpeg");
}
.cid-s9UP0Un0TU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9UP0Un0TU .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-s9UP0Un0TU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s9UP0Un0TU .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-s9UP0Un0TU .btn-primary {
  border: 1px solid #f1eeea !important;
}
.cid-s9UP0Un0TU .btn-primary:hover {
  border: 1px solid #f1eeea !important;
}
.cid-s9UP0Un0TU .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s9UP0Un0TU .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-s9UP0Un0TU .input-group-btn {
  padding-left: 0;
}
.cid-s9UP0Un0TU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s9UP0Un0TU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-s9UP0Un0TU .mbr-text {
  color: #444;
}
.cid-s9UP0Un0TU h5 {
  margin-bottom: 0;
}
.cid-s9UP0Un0TU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s9UP0Un0TU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9UP0Un0TU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s9UP0Un0TU .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9UP0Un0TU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s9UP0Un0TU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s9UP0Un0TU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s9UP0Un0TU .social-list a:hover {
  opacity: 0.4;
}
.cid-s9UP0Un0TU .media-container-row > div {
  padding: 0px;
}
.cid-s9UP0Un0TU .text2 {
  color: #4f4943;
  text-align: left;
}
.cid-s9UP0Un0TU .group-title {
  text-align: left;
  color: #603b32;
  padding-bottom: 0.2rem;
}
.cid-s9UP0Un0TU .links {
  color: #4f4943;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s9UP0Un0TU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s9UP0Un0TU .social-list,
  .cid-s9UP0Un0TU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s9UP0Un0TU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s9UP0Un0TU .form-group {
    max-width: 180px;
  }
}
.cid-s9UP0Un0TU .links span {
  color: #9e9e9e;
}
.cid-s9UP0Un0TU .logo-sub-title {
  text-align: center;
}
.cid-s9UP0Un0TU .logo-title {
  text-align: center;
}
.cid-s9UP0Un0TU .logo-sub-title i {
  color: #9e9e9e;
}
.cid-s9UP0Un0TU .logo-title,
.cid-s9UP0Un0TU .logo {
  color: #4f4943;
}
