body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'EBGaramond-VariableFont_wght';
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-5 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.8rem !important;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #617c2f !important;
}
.bg-success {
  background-color: #624e42 !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #787324 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #617c2f !important;
  border-color: #617c2f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #36451a !important;
  border-color: #36451a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #36451a !important;
  border-color: #36451a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9bae1b !important;
  border-color: #9bae1b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #606c11 !important;
  border-color: #606c11 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #606c11 !important;
  border-color: #606c11 !important;
}
.btn-info,
.btn-info:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #624e42 !important;
  border-color: #624e42 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #342a23 !important;
  border-color: #342a23 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #342a23 !important;
  border-color: #342a23 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #787324 !important;
  border-color: #787324 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !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: #617c2f;
  color: #617c2f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #617c2f;
  border-color: #617c2f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #617c2f !important;
  border-color: #617c2f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #9bae1b;
  color: #9bae1b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #9bae1b;
  border-color: #9bae1b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9bae1b !important;
  border-color: #9bae1b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #624e42;
  color: #624e42;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #624e42;
  border-color: #624e42;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #624e42 !important;
  border-color: #624e42 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #787324;
  color: #787324;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #787324;
  border-color: #787324;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #787324 !important;
  border-color: #787324 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #617c2f !important;
}
.text-secondary {
  color: #9bae1b !important;
}
.text-success {
  color: #624e42 !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #787324 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #98be53 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d0e34c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9d7f6d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #666666 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c5bd3d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #787324;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #617c2f;
  border-color: #617c2f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #617c2f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a3c566;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a78c7c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cbc351;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #617c2f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #617c2f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #617c2f;
  border-bottom-color: #617c2f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #617c2f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9bae1b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23617c2f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sgvvbHTSWL .navbar {
  padding: 0.5rem 0;
  background: #f6f3ee;
  transition: none;
  min-height: 50px;
}
.cid-sgvvbHTSWL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sgvvbHTSWL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sgvvbHTSWL .collapse {
  justify-content: space-between !important;
}
.cid-sgvvbHTSWL .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sgvvbHTSWL .mbr-iconfont {
  cursor: pointer;
}
.cid-sgvvbHTSWL .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sgvvbHTSWL .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #617c2f;
  border-radius: 50%;
}
.cid-sgvvbHTSWL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sgvvbHTSWL .location-title {
  margin: 0;
  color: #9bae1b;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .menu-content-top {
  background: #f6f3ee;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sgvvbHTSWL .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sgvvbHTSWL .dropdown-item,
.cid-sgvvbHTSWL .nav-link,
.cid-sgvvbHTSWL .brand-name {
  font-style: normal;
}
.cid-sgvvbHTSWL .dropdown-item:hover,
.cid-sgvvbHTSWL .nav-link:hover,
.cid-sgvvbHTSWL .brand-name:hover {
  color: #617c2f !important;
}
.cid-sgvvbHTSWL .dropdown-menu {
  background-color: #ffffff;
}
.cid-sgvvbHTSWL .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sgvvbHTSWL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sgvvbHTSWL .navbar-dropdown.bg-color.transparent.opened {
  background: #f6f3ee;
}
.cid-sgvvbHTSWL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgvvbHTSWL .content-text {
  margin-bottom: 0;
}
.cid-sgvvbHTSWL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #617c2f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sgvvbHTSWL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sgvvbHTSWL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sgvvbHTSWL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgvvbHTSWL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgvvbHTSWL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sgvvbHTSWL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgvvbHTSWL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sgvvbHTSWL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sgvvbHTSWL .content-right-side {
  text-align: center;
}
.cid-sgvvbHTSWL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sgvvbHTSWL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sgvvbHTSWL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #617c2f !important;
}
.cid-sgvvbHTSWL .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sgvvbHTSWL .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sgvvbHTSWL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvvbHTSWL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sgvvbHTSWL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sgvvbHTSWL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sgvvbHTSWL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sgvvbHTSWL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sgvvbHTSWL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgvvbHTSWL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sgvvbHTSWL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sgvvbHTSWL .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgvvbHTSWL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sgvvbHTSWL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sgvvbHTSWL .navbar-toggler {
    display: none;
  }
}
.cid-sgvvbHTSWL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sgvvbHTSWL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgvvbHTSWL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sgvvbHTSWL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgvvbHTSWL .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-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgvvbHTSWL .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-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgvvbHTSWL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sgvvbHTSWL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgvvbHTSWL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sgvvbHTSWL button.navbar-toggler:focus {
  outline: none;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617c2f;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgvvbHTSWL .collapsed .btn {
  display: flex;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgvvbHTSWL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgvvbHTSWL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sgvvbHTSWL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgvvbHTSWL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sgvvbHTSWL .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sgvvbHTSWL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sgvvbHTSWL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sgvvbHTSWL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing,
  .cid-sgvvbHTSWL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgvvbHTSWL img {
    height: 3.8rem !important;
  }
  .cid-sgvvbHTSWL .btn {
    display: flex;
  }
  .cid-sgvvbHTSWL button.navbar-toggler {
    display: block;
  }
  .cid-sgvvbHTSWL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sgvvbHTSWL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgvvbHTSWL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sgvvbHTSWL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sgvvbHTSWL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgvvbHTSWL .nav-link:focus {
  outline: none;
}
.cid-sgvvbHTSWL .navbar-toggler {
  position: relative;
}
.cid-sgvvbHTSWL .dropdown-item.active,
.cid-sgvvbHTSWL .dropdown-item:active {
  color: initial;
}
.cid-sgvvbHTSWL .widget-title,
.cid-sgvvbHTSWL .widget-icon {
  color: #617c2f;
}
.cid-sgvvbHTSWL .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sgvvbHTSWL .menu-logo {
    display: none;
  }
  .cid-sgvvbHTSWL .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sgvvbHTSWL .nav-item:before {
    content: none;
  }
  .cid-sgvvbHTSWL .navbar {
    padding: 0;
  }
  .cid-sgvvbHTSWL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgvvbHTSWL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sgvAlrBJWJ {
  padding-top: 225px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/wahner-heide-august-2020-ha-87-2000x1333.jpg");
}
.cid-sgvAlrBJWJ H2 {
  color: #ffffff;
}
.cid-sgvyvi7vpc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f3ee;
}
.cid-sgvyvi7vpc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sgvyvi7vpc .items-col {
  background: #617c2f;
  padding: 5rem;
  height: 100%;
}
.cid-sgvyvi7vpc .container {
  max-width: 1800px;
}
@media (max-width: 1400px) {
  .cid-sgvyvi7vpc .items-col {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgvyvi7vpc .items-col {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sgvyvi7vpc .col-md-12 {
    padding-bottom: 2rem;
  }
}
.cid-sgvyvi7vpc img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-sgvyvi7vpc .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-sgvyvi7vpc .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0.2rem 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-sgvyvi7vpc .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-sgvyvi7vpc .link,
.cid-sgvyvi7vpc .link-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-sgvyvi7vpc H3 {
  text-align: left;
}
.cid-sgvKvtBN7p {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/margheriten-mai-2020-ha-4254-2000x1333.jpg");
}
.cid-sgvKvtBN7p H4 {
  color: #ffffff;
}
.cid-sgvCi1Fbp5 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f6f3ee;
}
@media (min-width: 1500px) {
  .cid-sgvCi1Fbp5 .container {
    max-width: 1400px;
  }
}
.cid-sgvCi1Fbp5 img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-sgvCi1Fbp5 .content {
  margin: auto;
}
.cid-sgvCi1Fbp5 .mbr-text,
.cid-sgvCi1Fbp5 .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-sgvCi1Fbp5 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sgvCi1Fbp5 .img-col {
    padding-bottom: 2rem;
  }
}
.cid-sgvCi1Fbp5 .quote {
  color: #617c2f;
}
.cid-sgvCi1Fbp5 H3 {
  color: #617c2f;
}
.cid-sgvCi1Fbp5 H4 {
  color: #624e42;
}
.cid-sgvCi1Fbp5 .mbr-text {
  color: #624e42;
}
.cid-shyNrFkXvX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/rapsfeld-april-2014-ha-8280-klein-2000x1333.jpg");
}
.cid-shyNrFkXvX H4 {
  color: #ffffff;
}
.cid-shyNIU3F1k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f3ee;
}
.cid-shyNIU3F1k H2 {
  color: #d58f76;
}
.cid-shyNIU3F1k .mbr-text,
.cid-shyNIU3F1k .mbr-section-btn {
  text-align: left;
  color: #624e42;
}
.cid-shyNIU3F1k H1 {
  text-align: left;
  color: #617c2f;
}
.cid-shyFz7a4lZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #617c2f;
}
.cid-shyFz7a4lZ H3 {
  color: #ffffff;
}
.cid-shyFz7a4lZ H4 {
  color: #9bae1b;
}
.cid-shyFz7a4lZ img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-shyFz7a4lZ .mbr-text,
.cid-shyFz7a4lZ .mbr-section-btn {
  color: #9bae1b;
}
.cid-shyHQbM4TE {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-shyHQbM4TE H2 {
  color: #d58f76;
}
.cid-shyHQbM4TE .mbr-text,
.cid-shyHQbM4TE .mbr-section-btn {
  text-align: left;
  color: #624e42;
}
.cid-shyHQbM4TE H1 {
  text-align: left;
  color: #617c2f;
}
.cid-tqKdpBUY6j {
  padding-top: 180px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/img-20220715-204218-resized-20221222-80902163-749x680.jpg");
}
.cid-tqKdpBUY6j H4 {
  color: #ffffff;
}
.cid-shyK9FPxet {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6f3ee;
}
@media (min-width: 1500px) {
  .cid-shyK9FPxet .container {
    max-width: 1400px;
  }
}
.cid-shyK9FPxet img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-shyK9FPxet .content {
  margin: auto;
}
.cid-shyK9FPxet .mbr-text,
.cid-shyK9FPxet .mbr-section-btn {
  color: #617c2f;
}
@media (max-width: 1200px) {
  .cid-shyK9FPxet img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-shyK9FPxet .img-col {
    padding-bottom: 2rem;
  }
}
.cid-shyK9FPxet .quote {
  color: #200960;
}
.cid-shyK9FPxet H3 {
  color: #617c2f;
}
.cid-shyK9FPxet H4 {
  color: #d58f76;
}
.cid-shyK9FPxet .mbr-text {
  color: #624e42;
}
.cid-smK4MUdULG {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #617c2f;
}
.cid-smK4MUdULG H3 {
  color: #ffffff;
}
.cid-smK4MUdULG H4 {
  color: #9bae1b;
}
.cid-smK4MUdULG img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-sgvE8sDTcf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-sgvE8sDTcf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sgvE8sDTcf .card {
  border-radius: 0;
}
.cid-sgvE8sDTcf .wrapper {
  padding: 6rem 12rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1500px) {
  .cid-sgvE8sDTcf .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-sgvE8sDTcf .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-sgvE8sDTcf .card-phone:hover {
  color: #617c2f;
}
.cid-sgvE8sDTcf .img-col {
  padding: 0;
}
.cid-sgvE8sDTcf .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sgvE8sDTcf .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sgvE8sDTcf .mbr-text,
.cid-sgvE8sDTcf .mbr-section-btn {
  color: #624e42;
}
.cid-sgvE8sDTcf .card-title,
.cid-sgvE8sDTcf .card-box {
  color: #617c2f;
}
.cid-sgvE8sDTcf .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sgvFRXOiqS {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/wahner-heide-august-2020-ha-101-2000x1333.jpg");
}
.cid-sgvFRXOiqS .card-wrapper {
  display: flex;
}
.cid-sgvFRXOiqS .mbr-iconfont {
  font-size: 1.4rem;
  color: #ffffff;
}
.cid-sgvFRXOiqS .icon-wrapper {
  margin-right: 1.5rem;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #d58f76;
}
.cid-sgvFRXOiqS .card-text {
  color: #ffffff;
}
.cid-sgvFRXOiqS .mbr-text {
  color: #200960;
}
.cid-sgvFRXOiqS .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sgvFRXOiqS .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .cid-sgvFRXOiqS .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sgvFRXOiqS .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgvFRXOiqS .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sgvFRXOiqS H3 {
  color: #d58f76;
}
.cid-swInYz6bRn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-swInYz6bRn H2 {
  color: #d58f76;
}
.cid-swInYz6bRn .mbr-text,
.cid-swInYz6bRn .mbr-section-btn {
  text-align: center;
  color: #624e42;
}
.cid-swInYz6bRn H1 {
  text-align: center;
  color: #617c2f;
}
.cid-sut3sDHa5m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-sut3sDHa5m .container {
    max-width: 1400px;
  }
}
.cid-sut3sDHa5m img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sut3sDHa5m .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sut3sDHa5m .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-sut3sDHa5m .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-sut3sDHa5m .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-sut3sDHa5m .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sut3sDHa5m .mbr-text,
.cid-sut3sDHa5m .link-align {
  color: #999999;
  text-align: center;
}
.cid-sut3sDHa5m .card-title,
.cid-sut3sDHa5m .card-box {
  color: #d58f76;
}
.cid-sut3sDHa5m .mbr-section-subtitle,
.cid-sut3sDHa5m .card-box {
  color: #617c2f;
}
.cid-tqKi4b1t7T {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqKi4b1t7T .container {
    max-width: 1400px;
  }
}
.cid-tqKi4b1t7T img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqKi4b1t7T .card:hover {
  cursor: pointer;
}
.cid-tqKi4b1t7T .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-tqKi4b1t7T .card:hover .content-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-tqKi4b1t7T .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-tqKi4b1t7T .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #f6f3ee;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-tqKi4b1t7T .content-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  top: 50%;
  z-index: 2;
  width: 100%;
  transform: translateY(-45%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tqKi4b1t7T .card .img-wrapper:before {
    opacity: 0.8;
  }
  .cid-tqKi4b1t7T .card .content-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-tqKi4b1t7T .card-title {
  color: #200960;
}
.cid-tqKi4b1t7T .mbr-section-subtitle,
.cid-tqKi4b1t7T .link-align {
  color: #d58f76;
}
.cid-sgvJB8KuF6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/blazenka-rheinaue-ha-oktober-2020-6929-2000x1333.jpg");
}
.cid-sgvJB8KuF6 .mbr-overlay {
  background-color: #333333;
  opacity: 0.4;
}
.cid-sgvJB8KuF6 input,
.cid-sgvJB8KuF6 textarea,
.cid-sgvJB8KuF6 .jqselect {
  font-weight: 300 !important;
}
.cid-sgvJB8KuF6 textarea {
  min-height: 200px !important;
}
.cid-sgvJB8KuF6 .btn {
  height: 49px;
  margin: 0 !important;
}
.cid-sgvJB8KuF6 .col-auto {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-sgvJB8KuF6 .col {
    width: 100%;
    flex-basis: auto;
  }
}
.cid-sgvJB8KuF6 .jq-selectbox__select-text {
  color: #d58f76;
}
.cid-sgvJB8KuF6 .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-sgvJB8KuF6 .jq-selectbox li {
  padding: 0.8em 1.4em !important;
  color: #d58f76 !important;
}
.cid-sgvJB8KuF6 .form-control,
.cid-sgvJB8KuF6 .field-input {
  padding: 0.6rem 1.5rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  height: auto;
}
.cid-sgvJB8KuF6 .form-control::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .field-input::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .form-control::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .field-input::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-sgvJB8KuF6 .form-control:-moz-placeholder,
.cid-sgvJB8KuF6 .field-input:-moz-placeholder,
.cid-sgvJB8KuF6 .form-control:-moz-placeholder,
.cid-sgvJB8KuF6 .field-input:-moz-placeholder {
  color: #d58f76;
}
.cid-sgvJB8KuF6 .form-control:hover,
.cid-sgvJB8KuF6 .field-input:hover,
.cid-sgvJB8KuF6 .form-control:focus,
.cid-sgvJB8KuF6 .field-input:focus {
  background-color: #ffffff;
  border-color: #f6f3ee !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sgvJB8KuF6 .form-control:hover::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .field-input:hover::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .form-control:focus::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .field-input:focus::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .form-control:hover::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .field-input:hover::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .form-control:focus::-webkit-input-placeholder,
.cid-sgvJB8KuF6 .field-input:focus::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-sgvJB8KuF6 .form-control:hover:-moz-placeholder,
.cid-sgvJB8KuF6 .field-input:hover:-moz-placeholder,
.cid-sgvJB8KuF6 .form-control:focus:-moz-placeholder,
.cid-sgvJB8KuF6 .field-input:focus:-moz-placeholder,
.cid-sgvJB8KuF6 .form-control:hover:-moz-placeholder,
.cid-sgvJB8KuF6 .field-input:hover:-moz-placeholder,
.cid-sgvJB8KuF6 .form-control:focus:-moz-placeholder,
.cid-sgvJB8KuF6 .field-input:focus:-moz-placeholder {
  color: #d58f76;
}
.cid-sgvJB8KuF6 textarea {
  padding-top: 1rem !important;
}
.cid-sgvJB8KuF6 .jq-number__spin:hover,
.cid-sgvJB8KuF6 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f6f3ee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sgvJB8KuF6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sgvJB8KuF6 .jq-selectbox li,
.cid-sgvJB8KuF6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sgvJB8KuF6 .jq-selectbox li:hover,
.cid-sgvJB8KuF6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sgvJB8KuF6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sgvJB8KuF6 .jq-number__spin.minus:hover:after,
.cid-sgvJB8KuF6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sgvJB8KuF6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sgvJB8KuF6 .jq-number__spin.minus:after,
.cid-sgvJB8KuF6 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sgvJB8KuF6 .jq-selectbox__trigger-arrow {
  border-top-color: #d58f76 !important;
  border-bottom-color: #d58f76 !important;
}
.cid-sgvJB8KuF6 input::-webkit-clear-button {
  display: none;
}
.cid-sgvJB8KuF6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sgvJB8KuF6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sgvJB8KuF6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sgvJB8KuF6 H5 {
  text-align: center;
  color: #ffffff;
}
.cid-sgvJB8KuF6 H6 {
  text-align: center;
  color: #ffffff;
}
.cid-t0OEXJbJUi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-t0OEXJbJUi .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0OEXJbJUi .copyright,
  .cid-t0OEXJbJUi .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-t0OEXJbJUi .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-t0OEXJbJUi .mbr-text {
  color: #cccccc;
}
.cid-sgvvbHTSWL .navbar {
  padding: 0.5rem 0;
  background: #f6f3ee;
  transition: none;
  min-height: 50px;
}
.cid-sgvvbHTSWL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sgvvbHTSWL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sgvvbHTSWL .collapse {
  justify-content: space-between !important;
}
.cid-sgvvbHTSWL .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sgvvbHTSWL .mbr-iconfont {
  cursor: pointer;
}
.cid-sgvvbHTSWL .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sgvvbHTSWL .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #617c2f;
  border-radius: 50%;
}
.cid-sgvvbHTSWL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sgvvbHTSWL .location-title {
  margin: 0;
  color: #9bae1b;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .menu-content-top {
  background: #f6f3ee;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sgvvbHTSWL .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sgvvbHTSWL .dropdown-item,
.cid-sgvvbHTSWL .nav-link,
.cid-sgvvbHTSWL .brand-name {
  font-style: normal;
}
.cid-sgvvbHTSWL .dropdown-item:hover,
.cid-sgvvbHTSWL .nav-link:hover,
.cid-sgvvbHTSWL .brand-name:hover {
  color: #617c2f !important;
}
.cid-sgvvbHTSWL .dropdown-menu {
  background-color: #ffffff;
}
.cid-sgvvbHTSWL .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sgvvbHTSWL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sgvvbHTSWL .navbar-dropdown.bg-color.transparent.opened {
  background: #f6f3ee;
}
.cid-sgvvbHTSWL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgvvbHTSWL .content-text {
  margin-bottom: 0;
}
.cid-sgvvbHTSWL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #617c2f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sgvvbHTSWL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sgvvbHTSWL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sgvvbHTSWL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgvvbHTSWL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgvvbHTSWL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sgvvbHTSWL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgvvbHTSWL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sgvvbHTSWL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sgvvbHTSWL .content-right-side {
  text-align: center;
}
.cid-sgvvbHTSWL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sgvvbHTSWL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sgvvbHTSWL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #617c2f !important;
}
.cid-sgvvbHTSWL .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sgvvbHTSWL .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sgvvbHTSWL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvvbHTSWL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sgvvbHTSWL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sgvvbHTSWL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sgvvbHTSWL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sgvvbHTSWL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sgvvbHTSWL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgvvbHTSWL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sgvvbHTSWL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sgvvbHTSWL .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgvvbHTSWL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sgvvbHTSWL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sgvvbHTSWL .navbar-toggler {
    display: none;
  }
}
.cid-sgvvbHTSWL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sgvvbHTSWL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgvvbHTSWL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sgvvbHTSWL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgvvbHTSWL .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-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgvvbHTSWL .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-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgvvbHTSWL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sgvvbHTSWL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgvvbHTSWL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sgvvbHTSWL button.navbar-toggler:focus {
  outline: none;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617c2f;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgvvbHTSWL .collapsed .btn {
  display: flex;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgvvbHTSWL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgvvbHTSWL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sgvvbHTSWL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgvvbHTSWL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sgvvbHTSWL .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sgvvbHTSWL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sgvvbHTSWL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sgvvbHTSWL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing,
  .cid-sgvvbHTSWL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgvvbHTSWL img {
    height: 3.8rem !important;
  }
  .cid-sgvvbHTSWL .btn {
    display: flex;
  }
  .cid-sgvvbHTSWL button.navbar-toggler {
    display: block;
  }
  .cid-sgvvbHTSWL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sgvvbHTSWL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgvvbHTSWL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sgvvbHTSWL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sgvvbHTSWL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgvvbHTSWL .nav-link:focus {
  outline: none;
}
.cid-sgvvbHTSWL .navbar-toggler {
  position: relative;
}
.cid-sgvvbHTSWL .dropdown-item.active,
.cid-sgvvbHTSWL .dropdown-item:active {
  color: initial;
}
.cid-sgvvbHTSWL .widget-title,
.cid-sgvvbHTSWL .widget-icon {
  color: #617c2f;
}
.cid-sgvvbHTSWL .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sgvvbHTSWL .menu-logo {
    display: none;
  }
  .cid-sgvvbHTSWL .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sgvvbHTSWL .nav-item:before {
    content: none;
  }
  .cid-sgvvbHTSWL .navbar {
    padding: 0;
  }
  .cid-sgvvbHTSWL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgvvbHTSWL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sRLREruowR {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img-20220629-122806-2000x1500.jpg");
}
.cid-sRLREruowR H2 {
  color: #ffffff;
}
.cid-sRLRGSCGix {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tautropfen-schlasselblumen-april-2014-ha-8247-2000x1333.jpg");
}
@media (min-width: 1500px) {
  .cid-sRLRGSCGix .container {
    max-width: 1400px;
  }
}
.cid-sRLRGSCGix .mbr-text,
.cid-sRLRGSCGix .mbr-section-btn {
  color: #ffffff;
}
.cid-sRLRGSCGix .quote {
  color: #617c2f;
}
.cid-sRLRGSCGix .mbr-text {
  color: #624e42;
}
.cid-sRLRHsZ2Dg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-sRLRHsZ2Dg H2 {
  color: #617c2f;
  text-align: left;
}
.cid-sRLRHsZ2Dg .mbr-text,
.cid-sRLRHsZ2Dg .mbr-section-btn {
  text-align: left;
  color: #624e42;
}
.cid-sRLRHsZ2Dg H1 {
  text-align: left;
  color: #617c2f;
}
.cid-tqKkO3CSBj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqKkO3CSBj .container {
    max-width: 1400px;
  }
}
.cid-tqKkO3CSBj img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqKkO3CSBj .card:hover {
  cursor: pointer;
}
.cid-tqKkO3CSBj .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-tqKkO3CSBj .card:hover .content-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-tqKkO3CSBj .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-tqKkO3CSBj .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #f6f3ee;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-tqKkO3CSBj .content-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  top: 50%;
  z-index: 2;
  width: 100%;
  transform: translateY(-45%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tqKkO3CSBj .card .img-wrapper:before {
    opacity: 0.8;
  }
  .cid-tqKkO3CSBj .card .content-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-tqKkO3CSBj .card-title {
  color: #200960;
}
.cid-tqKkO3CSBj .mbr-section-subtitle,
.cid-tqKkO3CSBj .link-align {
  color: #d58f76;
}
.cid-sZczMW8XQN {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #617c2f;
}
.cid-sZczMW8XQN H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sZczMW8XQN .mbr-text,
.cid-sZczMW8XQN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sZczMW8XQN H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sZoICRutkQ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f6f3ee;
}
@media (min-width: 1500px) {
  .cid-sZoICRutkQ .container {
    max-width: 1400px;
  }
}
.cid-sZoICRutkQ img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-sZoICRutkQ .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cid-sZoICRutkQ .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-sZoICRutkQ .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-sZoICRutkQ .link,
.cid-sZoICRutkQ .link-wrap {
  color: #1e1e1e;
}
.cid-sZoICRutkQ .content {
  margin: auto;
}
.cid-sZoICRutkQ .mbr-text,
.cid-sZoICRutkQ .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-sZoICRutkQ img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sZoICRutkQ .img-col {
    padding-bottom: 2rem;
  }
}
.cid-sZoICRutkQ .quote {
  color: #200960;
}
.cid-sZoICRutkQ H3 {
  color: #617c2f;
}
.cid-sZoICRutkQ H4 {
  color: #d58f76;
}
.cid-sZoICRutkQ .mbr-text {
  color: #1e1e1e;
}
.cid-sSqq9voFHy {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sSqq9voFHy .container {
    max-width: 1400px;
  }
}
.cid-sSqq9voFHy img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-sSqq9voFHy .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sSqq9voFHy .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-sSqq9voFHy .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSqq9voFHy .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-sSqq9voFHy .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #9bae1b;
}
.cid-sSqq9voFHy .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-sSqq9voFHy .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-sSqq9voFHy .card-subtitle {
  color: #624e42;
}
.cid-sSqq9voFHy .mbr-price {
  color: #617c2f;
}
.cid-sSqq9voFHy .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sSqq9voFHy .mbr-text,
.cid-sSqq9voFHy .link-align {
  color: #624e42;
}
.cid-sSqq9voFHy .main-title {
  color: #617c2f;
}
.cid-sRLRHSWS7Q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sRLRHSWS7Q .container {
    max-width: 1400px;
  }
}
.cid-sRLRHSWS7Q img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-sRLRHSWS7Q .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sRLRHSWS7Q .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-sRLRHSWS7Q .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLRHSWS7Q .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-sRLRHSWS7Q .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #617c2f;
}
.cid-sRLRHSWS7Q .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-sRLRHSWS7Q .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-sRLRHSWS7Q .card-subtitle {
  color: #200960;
}
.cid-sRLRHSWS7Q .mbr-price {
  color: #617c2f;
}
.cid-sRLRHSWS7Q .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sRLRHSWS7Q .mbr-text,
.cid-sRLRHSWS7Q .link-align {
  color: #1e1e1e;
  text-align: left;
}
.cid-sSkLLxN2lK {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #617c2f;
}
.cid-sSkLLxN2lK H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sSkLLxN2lK .mbr-text,
.cid-sSkLLxN2lK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sSkLLxN2lK H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sSkLM29FcQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sSkLM29FcQ .container {
    max-width: 1400px;
  }
}
.cid-sSkLM29FcQ img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-sSkLM29FcQ .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sSkLM29FcQ .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-sSkLM29FcQ .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSkLM29FcQ .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-sSkLM29FcQ .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #624e42;
}
.cid-sSkLM29FcQ .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-sSkLM29FcQ .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-sSkLM29FcQ .card-subtitle {
  color: #200960;
}
.cid-sSkLM29FcQ .mbr-price {
  color: #617c2f;
}
.cid-sSkLM29FcQ .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sSkLM29FcQ .mbr-text,
.cid-sSkLM29FcQ .link-align {
  color: #624e42;
}
.cid-sSkLM29FcQ .main-title {
  color: #617c2f;
}
.cid-tqKjifMQQg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #617c2f;
}
.cid-tqKjifMQQg H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tqKjifMQQg .mbr-text,
.cid-tqKjifMQQg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tqKjifMQQg H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tqKjpVR5VQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqKjpVR5VQ .container {
    max-width: 1400px;
  }
}
.cid-tqKjpVR5VQ img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-tqKjpVR5VQ .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tqKjpVR5VQ .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-tqKjpVR5VQ .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqKjpVR5VQ .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-tqKjpVR5VQ .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #624e42;
}
.cid-tqKjpVR5VQ .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-tqKjpVR5VQ .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-tqKjpVR5VQ .card-subtitle {
  color: #200960;
}
.cid-tqKjpVR5VQ .mbr-price {
  color: #617c2f;
}
.cid-tqKjpVR5VQ .mbr-section-subtitle {
  color: #d58f76;
}
.cid-tqKjpVR5VQ .mbr-text,
.cid-tqKjpVR5VQ .link-align {
  color: #624e42;
  text-align: left;
}
.cid-tqKjpVR5VQ .main-title {
  color: #617c2f;
}
.cid-sRLRIC9ewf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sRLRIC9ewf .container {
    max-width: 1400px;
  }
}
.cid-sRLRIC9ewf img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-sRLRIC9ewf .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sRLRIC9ewf .card-wrapper {
  background: #ffffff;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-sRLRIC9ewf .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLRIC9ewf .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-sRLRIC9ewf .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-sRLRIC9ewf .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-sRLRIC9ewf .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-sRLRIC9ewf .card-subtitle {
  color: #200960;
}
.cid-sRLRIC9ewf .mbr-price {
  color: #200960;
}
.cid-sRLRIC9ewf .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sRLRIC9ewf .mbr-text,
.cid-sRLRIC9ewf .link-align {
  color: #999999;
}
.cid-sRLRIC9ewf .main-title {
  color: #617c2f;
}
.cid-t0OEXJbJUi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-t0OEXJbJUi .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0OEXJbJUi .copyright,
  .cid-t0OEXJbJUi .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-t0OEXJbJUi .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-t0OEXJbJUi .mbr-text {
  color: #cccccc;
}
.cid-sgvvbHTSWL .navbar {
  padding: 0.5rem 0;
  background: #f6f3ee;
  transition: none;
  min-height: 50px;
}
.cid-sgvvbHTSWL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sgvvbHTSWL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sgvvbHTSWL .collapse {
  justify-content: space-between !important;
}
.cid-sgvvbHTSWL .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sgvvbHTSWL .mbr-iconfont {
  cursor: pointer;
}
.cid-sgvvbHTSWL .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sgvvbHTSWL .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #617c2f;
  border-radius: 50%;
}
.cid-sgvvbHTSWL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sgvvbHTSWL .location-title {
  margin: 0;
  color: #9bae1b;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .menu-content-top {
  background: #f6f3ee;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sgvvbHTSWL .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sgvvbHTSWL .dropdown-item,
.cid-sgvvbHTSWL .nav-link,
.cid-sgvvbHTSWL .brand-name {
  font-style: normal;
}
.cid-sgvvbHTSWL .dropdown-item:hover,
.cid-sgvvbHTSWL .nav-link:hover,
.cid-sgvvbHTSWL .brand-name:hover {
  color: #617c2f !important;
}
.cid-sgvvbHTSWL .dropdown-menu {
  background-color: #ffffff;
}
.cid-sgvvbHTSWL .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sgvvbHTSWL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sgvvbHTSWL .navbar-dropdown.bg-color.transparent.opened {
  background: #f6f3ee;
}
.cid-sgvvbHTSWL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgvvbHTSWL .content-text {
  margin-bottom: 0;
}
.cid-sgvvbHTSWL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #617c2f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sgvvbHTSWL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sgvvbHTSWL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sgvvbHTSWL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgvvbHTSWL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgvvbHTSWL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sgvvbHTSWL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgvvbHTSWL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sgvvbHTSWL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sgvvbHTSWL .content-right-side {
  text-align: center;
}
.cid-sgvvbHTSWL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sgvvbHTSWL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sgvvbHTSWL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #617c2f !important;
}
.cid-sgvvbHTSWL .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sgvvbHTSWL .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sgvvbHTSWL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvvbHTSWL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sgvvbHTSWL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sgvvbHTSWL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sgvvbHTSWL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sgvvbHTSWL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sgvvbHTSWL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgvvbHTSWL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sgvvbHTSWL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sgvvbHTSWL .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgvvbHTSWL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sgvvbHTSWL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sgvvbHTSWL .navbar-toggler {
    display: none;
  }
}
.cid-sgvvbHTSWL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sgvvbHTSWL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgvvbHTSWL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sgvvbHTSWL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgvvbHTSWL .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-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgvvbHTSWL .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-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgvvbHTSWL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sgvvbHTSWL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgvvbHTSWL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sgvvbHTSWL button.navbar-toggler:focus {
  outline: none;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617c2f;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgvvbHTSWL .collapsed .btn {
  display: flex;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgvvbHTSWL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgvvbHTSWL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sgvvbHTSWL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgvvbHTSWL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sgvvbHTSWL .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sgvvbHTSWL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sgvvbHTSWL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sgvvbHTSWL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing,
  .cid-sgvvbHTSWL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgvvbHTSWL img {
    height: 3.8rem !important;
  }
  .cid-sgvvbHTSWL .btn {
    display: flex;
  }
  .cid-sgvvbHTSWL button.navbar-toggler {
    display: block;
  }
  .cid-sgvvbHTSWL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sgvvbHTSWL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgvvbHTSWL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sgvvbHTSWL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sgvvbHTSWL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgvvbHTSWL .nav-link:focus {
  outline: none;
}
.cid-sgvvbHTSWL .navbar-toggler {
  position: relative;
}
.cid-sgvvbHTSWL .dropdown-item.active,
.cid-sgvvbHTSWL .dropdown-item:active {
  color: initial;
}
.cid-sgvvbHTSWL .widget-title,
.cid-sgvvbHTSWL .widget-icon {
  color: #617c2f;
}
.cid-sgvvbHTSWL .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sgvvbHTSWL .menu-logo {
    display: none;
  }
  .cid-sgvvbHTSWL .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sgvvbHTSWL .nav-item:before {
    content: none;
  }
  .cid-sgvvbHTSWL .navbar {
    padding: 0;
  }
  .cid-sgvvbHTSWL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgvvbHTSWL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-svoQiscHug {
  padding-top: 0px;
  padding-bottom: 195px;
  background-color: #ffffff;
}
.cid-svoQiscHug H2 {
  color: #d58f76;
}
.cid-svoQQE9T33 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-svoQQE9T33 img {
  width: 120px;
  margin: auto;
}
.cid-svoQQE9T33 .card {
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.cid-svoQQE9T33 .card img {
  width: 100%;
  max-width: 120px;
}
.cid-svoQQE9T33 .mbr-text,
.cid-svoQQE9T33 .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-svoQQE9T33 H4 {
  color: #d58f76;
}
.cid-svoQQE9T33 H3 {
  color: #617c2f;
  text-align: left;
}
.cid-t0OEXJbJUi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-t0OEXJbJUi .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0OEXJbJUi .copyright,
  .cid-t0OEXJbJUi .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-t0OEXJbJUi .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-t0OEXJbJUi .mbr-text {
  color: #cccccc;
}
.cid-sgvvbHTSWL .navbar {
  padding: 0.5rem 0;
  background: #f6f3ee;
  transition: none;
  min-height: 50px;
}
.cid-sgvvbHTSWL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sgvvbHTSWL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sgvvbHTSWL .collapse {
  justify-content: space-between !important;
}
.cid-sgvvbHTSWL .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sgvvbHTSWL .mbr-iconfont {
  cursor: pointer;
}
.cid-sgvvbHTSWL .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sgvvbHTSWL .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #617c2f;
  border-radius: 50%;
}
.cid-sgvvbHTSWL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sgvvbHTSWL .location-title {
  margin: 0;
  color: #9bae1b;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgvvbHTSWL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .menu-content-top {
  background: #f6f3ee;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sgvvbHTSWL .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sgvvbHTSWL .dropdown-item,
.cid-sgvvbHTSWL .nav-link,
.cid-sgvvbHTSWL .brand-name {
  font-style: normal;
}
.cid-sgvvbHTSWL .dropdown-item:hover,
.cid-sgvvbHTSWL .nav-link:hover,
.cid-sgvvbHTSWL .brand-name:hover {
  color: #617c2f !important;
}
.cid-sgvvbHTSWL .dropdown-menu {
  background-color: #ffffff;
}
.cid-sgvvbHTSWL .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sgvvbHTSWL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sgvvbHTSWL .navbar-dropdown.bg-color.transparent.opened {
  background: #f6f3ee;
}
.cid-sgvvbHTSWL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgvvbHTSWL .content-text {
  margin-bottom: 0;
}
.cid-sgvvbHTSWL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #617c2f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sgvvbHTSWL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sgvvbHTSWL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sgvvbHTSWL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgvvbHTSWL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sgvvbHTSWL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sgvvbHTSWL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgvvbHTSWL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sgvvbHTSWL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sgvvbHTSWL .content-right-side {
  text-align: center;
}
.cid-sgvvbHTSWL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sgvvbHTSWL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sgvvbHTSWL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #617c2f !important;
}
.cid-sgvvbHTSWL .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sgvvbHTSWL .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sgvvbHTSWL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgvvbHTSWL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sgvvbHTSWL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sgvvbHTSWL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sgvvbHTSWL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sgvvbHTSWL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sgvvbHTSWL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgvvbHTSWL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sgvvbHTSWL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sgvvbHTSWL .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sgvvbHTSWL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sgvvbHTSWL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sgvvbHTSWL .navbar-toggler {
    display: none;
  }
}
.cid-sgvvbHTSWL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sgvvbHTSWL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgvvbHTSWL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sgvvbHTSWL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgvvbHTSWL .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-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgvvbHTSWL .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-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgvvbHTSWL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgvvbHTSWL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sgvvbHTSWL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgvvbHTSWL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgvvbHTSWL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sgvvbHTSWL button.navbar-toggler:focus {
  outline: none;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617c2f;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgvvbHTSWL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgvvbHTSWL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgvvbHTSWL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgvvbHTSWL .collapsed .btn {
  display: flex;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sgvvbHTSWL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgvvbHTSWL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sgvvbHTSWL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgvvbHTSWL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sgvvbHTSWL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgvvbHTSWL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgvvbHTSWL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sgvvbHTSWL .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sgvvbHTSWL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sgvvbHTSWL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sgvvbHTSWL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing,
  .cid-sgvvbHTSWL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sgvvbHTSWL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgvvbHTSWL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgvvbHTSWL img {
    height: 3.8rem !important;
  }
  .cid-sgvvbHTSWL .btn {
    display: flex;
  }
  .cid-sgvvbHTSWL button.navbar-toggler {
    display: block;
  }
  .cid-sgvvbHTSWL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sgvvbHTSWL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgvvbHTSWL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sgvvbHTSWL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sgvvbHTSWL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sgvvbHTSWL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgvvbHTSWL .nav-link:focus {
  outline: none;
}
.cid-sgvvbHTSWL .navbar-toggler {
  position: relative;
}
.cid-sgvvbHTSWL .dropdown-item.active,
.cid-sgvvbHTSWL .dropdown-item:active {
  color: initial;
}
.cid-sgvvbHTSWL .widget-title,
.cid-sgvvbHTSWL .widget-icon {
  color: #617c2f;
}
.cid-sgvvbHTSWL .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sgvvbHTSWL .menu-logo {
    display: none;
  }
  .cid-sgvvbHTSWL .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sgvvbHTSWL .nav-item:before {
    content: none;
  }
  .cid-sgvvbHTSWL .navbar {
    padding: 0;
  }
  .cid-sgvvbHTSWL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgvvbHTSWL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swxyGqUyZY {
  padding-top: 0px;
  padding-bottom: 195px;
  background-color: #ffffff;
}
.cid-swxyGqUyZY H2 {
  color: #d58f76;
}
.cid-swxywdCgoe {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-swxywdCgoe img {
  width: 120px;
  margin: auto;
}
.cid-swxywdCgoe .card {
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.cid-swxywdCgoe .card img {
  width: 100%;
  max-width: 120px;
}
.cid-swxywdCgoe .mbr-text,
.cid-swxywdCgoe .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-swxywdCgoe H4 {
  color: #d58f76;
}
.cid-swxywdCgoe H3 {
  color: #617c2f;
  text-align: left;
}
.cid-t0OEXJbJUi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-t0OEXJbJUi .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-t0OEXJbJUi .copyright,
  .cid-t0OEXJbJUi .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-t0OEXJbJUi .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-t0OEXJbJUi .mbr-text {
  color: #cccccc;
}
.cid-tqKo2ua027 .navbar {
  padding: 0.5rem 0;
  background: #f6f3ee;
  transition: none;
  min-height: 50px;
}
.cid-tqKo2ua027 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tqKo2ua027 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tqKo2ua027 .collapse {
  justify-content: space-between !important;
}
.cid-tqKo2ua027 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-tqKo2ua027 .mbr-iconfont {
  cursor: pointer;
}
.cid-tqKo2ua027 .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-tqKo2ua027 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #617c2f;
  border-radius: 50%;
}
.cid-tqKo2ua027 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tqKo2ua027 .location-title {
  margin: 0;
  color: #9bae1b;
}
.cid-tqKo2ua027 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqKo2ua027 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tqKo2ua027 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tqKo2ua027 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tqKo2ua027 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tqKo2ua027 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tqKo2ua027 .menu-content-top {
  background: #f6f3ee;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-tqKo2ua027 .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-tqKo2ua027 .dropdown-item,
.cid-tqKo2ua027 .nav-link,
.cid-tqKo2ua027 .brand-name {
  font-style: normal;
}
.cid-tqKo2ua027 .dropdown-item:hover,
.cid-tqKo2ua027 .nav-link:hover,
.cid-tqKo2ua027 .brand-name:hover {
  color: #617c2f !important;
}
.cid-tqKo2ua027 .dropdown-menu {
  background-color: #ffffff;
}
.cid-tqKo2ua027 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tqKo2ua027 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tqKo2ua027 .navbar-dropdown.bg-color.transparent.opened {
  background: #f6f3ee;
}
.cid-tqKo2ua027 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tqKo2ua027 .content-text {
  margin-bottom: 0;
}
.cid-tqKo2ua027 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tqKo2ua027 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #617c2f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tqKo2ua027 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tqKo2ua027 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tqKo2ua027 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tqKo2ua027 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tqKo2ua027 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tqKo2ua027 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqKo2ua027 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tqKo2ua027 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tqKo2ua027 .content-right-side {
  text-align: center;
}
.cid-tqKo2ua027 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tqKo2ua027 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tqKo2ua027 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #617c2f !important;
}
.cid-tqKo2ua027 .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-tqKo2ua027 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-tqKo2ua027 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqKo2ua027 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tqKo2ua027 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tqKo2ua027 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tqKo2ua027 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tqKo2ua027 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tqKo2ua027 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-tqKo2ua027 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tqKo2ua027 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tqKo2ua027 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tqKo2ua027 .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tqKo2ua027 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tqKo2ua027 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tqKo2ua027 .navbar-toggler {
    display: none;
  }
}
.cid-tqKo2ua027 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tqKo2ua027 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tqKo2ua027 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tqKo2ua027 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tqKo2ua027 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tqKo2ua027 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqKo2ua027 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tqKo2ua027 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqKo2ua027 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tqKo2ua027 .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-tqKo2ua027 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqKo2ua027 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqKo2ua027 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqKo2ua027 .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-tqKo2ua027 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tqKo2ua027 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqKo2ua027 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tqKo2ua027 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tqKo2ua027 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tqKo2ua027 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tqKo2ua027 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tqKo2ua027 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tqKo2ua027 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-tqKo2ua027 button.navbar-toggler:focus {
  outline: none;
}
.cid-tqKo2ua027 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617c2f;
}
.cid-tqKo2ua027 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqKo2ua027 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqKo2ua027 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqKo2ua027 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqKo2ua027 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqKo2ua027 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqKo2ua027 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqKo2ua027 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqKo2ua027 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqKo2ua027 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqKo2ua027 .collapsed .btn {
  display: flex;
}
.cid-tqKo2ua027 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tqKo2ua027 .collapsed .navbar-collapse.collapsing,
.cid-tqKo2ua027 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tqKo2ua027 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tqKo2ua027 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tqKo2ua027 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tqKo2ua027 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tqKo2ua027 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tqKo2ua027 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tqKo2ua027 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tqKo2ua027 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tqKo2ua027 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tqKo2ua027 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqKo2ua027 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tqKo2ua027 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tqKo2ua027 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tqKo2ua027 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tqKo2ua027 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tqKo2ua027 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tqKo2ua027 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tqKo2ua027 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tqKo2ua027 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tqKo2ua027 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tqKo2ua027 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tqKo2ua027 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tqKo2ua027 .navbar-collapse.collapsing,
  .cid-tqKo2ua027 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tqKo2ua027 .navbar-collapse.collapsing .navbar-nav,
  .cid-tqKo2ua027 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tqKo2ua027 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tqKo2ua027 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tqKo2ua027 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tqKo2ua027 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tqKo2ua027 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tqKo2ua027 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tqKo2ua027 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tqKo2ua027 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tqKo2ua027 img {
    height: 3.8rem !important;
  }
  .cid-tqKo2ua027 .btn {
    display: flex;
  }
  .cid-tqKo2ua027 button.navbar-toggler {
    display: block;
  }
  .cid-tqKo2ua027 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tqKo2ua027 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tqKo2ua027 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tqKo2ua027 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tqKo2ua027 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tqKo2ua027 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tqKo2ua027 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tqKo2ua027 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tqKo2ua027 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tqKo2ua027 .nav-link:focus {
  outline: none;
}
.cid-tqKo2ua027 .navbar-toggler {
  position: relative;
}
.cid-tqKo2ua027 .dropdown-item.active,
.cid-tqKo2ua027 .dropdown-item:active {
  color: initial;
}
.cid-tqKo2ua027 .widget-title,
.cid-tqKo2ua027 .widget-icon {
  color: #617c2f;
}
.cid-tqKo2ua027 .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-tqKo2ua027 .menu-logo {
    display: none;
  }
  .cid-tqKo2ua027 .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-tqKo2ua027 .nav-item:before {
    content: none;
  }
  .cid-tqKo2ua027 .navbar {
    padding: 0;
  }
  .cid-tqKo2ua027 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tqKo2ua027 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tqKo2v5ZWR {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/japanischer-garten-bonn-oktober-2020-7066-2000x1333.jpg");
}
.cid-tqKo2v5ZWR H2 {
  color: #ffffff;
}
.cid-tqKo2vB1FL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqKo2vB1FL .container {
    max-width: 1400px;
  }
}
.cid-tqKo2vB1FL .mbr-text,
.cid-tqKo2vB1FL .mbr-section-btn {
  color: #ffffff;
}
.cid-tqKo2vB1FL .quote {
  color: #617c2f;
}
.cid-tqKo2vB1FL .mbr-text {
  color: #624e42;
}
.cid-tqKo2vTGZg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-tqKo2vTGZg H2 {
  color: #617c2f;
  text-align: left;
}
.cid-tqKo2vTGZg .mbr-text,
.cid-tqKo2vTGZg .mbr-section-btn {
  text-align: left;
  color: #624e42;
}
.cid-tqKo2vTGZg H1 {
  text-align: left;
  color: #617c2f;
}
.cid-tqKpD07C7R {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/wasserfall-japanischer-garten-bonn-oktober-2020-7072-2000x1333.jpeg");
}
.cid-tqKpD07C7R H4 {
  color: #ffffff;
}
.cid-tqKo2wRc1w {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #617c2f;
}
.cid-tqKo2wRc1w H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tqKo2wRc1w .mbr-text,
.cid-tqKo2wRc1w .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tqKo2wRc1w H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tqLetzdUAJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqLetzdUAJ .container {
    max-width: 1400px;
  }
}
.cid-tqLetzdUAJ img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-tqLetzdUAJ .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tqLetzdUAJ .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-tqLetzdUAJ .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqLetzdUAJ .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-tqLetzdUAJ .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #617c2f;
}
.cid-tqLetzdUAJ .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-tqLetzdUAJ .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-tqLetzdUAJ .card-subtitle {
  color: #200960;
}
.cid-tqLetzdUAJ .mbr-price {
  color: #617c2f;
}
.cid-tqLetzdUAJ .mbr-section-subtitle {
  color: #d58f76;
}
.cid-tqLetzdUAJ .mbr-text,
.cid-tqLetzdUAJ .link-align {
  color: #624e42;
  text-align: left;
}
.cid-tqLfOAbRy7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqLfOAbRy7 .container {
    max-width: 1400px;
  }
}
.cid-tqLfOAbRy7 img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-tqLfOAbRy7 .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tqLfOAbRy7 .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-tqLfOAbRy7 .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqLfOAbRy7 .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-tqLfOAbRy7 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #617c2f;
}
.cid-tqLfOAbRy7 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-tqLfOAbRy7 .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-tqLfOAbRy7 .card-subtitle {
  color: #200960;
}
.cid-tqLfOAbRy7 .mbr-price {
  color: #617c2f;
}
.cid-tqLfOAbRy7 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-tqLfOAbRy7 .mbr-text,
.cid-tqLfOAbRy7 .link-align {
  color: #624e42;
  text-align: left;
}
.cid-tqLfU34sM9 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-2773-1-2000x1333.jpg");
}
.cid-tqLfU34sM9 H4 {
  color: #ffffff;
}
.cid-tqLhyWSJob {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6f3ee;
}
@media (min-width: 1500px) {
  .cid-tqLhyWSJob .container {
    max-width: 1400px;
  }
}
.cid-tqLhyWSJob img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-tqLhyWSJob .content {
  margin: auto;
}
.cid-tqLhyWSJob .mbr-text,
.cid-tqLhyWSJob .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-tqLhyWSJob img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tqLhyWSJob .img-col {
    padding-bottom: 2rem;
  }
}
.cid-tqLhyWSJob .quote {
  color: #200960;
}
.cid-tqLhyWSJob H3 {
  color: #617c2f;
}
.cid-tqLhyWSJob H4 {
  color: #d58f76;
}
.cid-tqLhyWSJob .mbr-text {
  color: #624e42;
}
.cid-tqLjDfznAp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqLjDfznAp .container {
    max-width: 1400px;
  }
}
.cid-tqLjDfznAp img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqLjDfznAp .card:hover {
  cursor: pointer;
}
.cid-tqLjDfznAp .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-tqLjDfznAp .card:hover .content-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-tqLjDfznAp .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-tqLjDfznAp .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #f6f3ee;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-tqLjDfznAp .content-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  top: 50%;
  z-index: 2;
  width: 100%;
  transform: translateY(-45%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tqLjDfznAp .card .img-wrapper:before {
    opacity: 0.8;
  }
  .cid-tqLjDfznAp .card .content-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-tqLjDfznAp .card-title {
  color: #200960;
}
.cid-tqLjDfznAp .mbr-section-subtitle,
.cid-tqLjDfznAp .link-align {
  color: #d58f76;
}
.cid-tqKo2CgO6x {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-tqKo2CgO6x .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tqKo2CgO6x .copyright,
  .cid-tqKo2CgO6x .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-tqKo2CgO6x .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-tqKo2CgO6x .mbr-text {
  color: #cccccc;
}
