body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.25rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 148%;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #1c314e !important;
}
.bg-success {
  background-color: #228840 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #434165 !important;
}
.bg-danger {
  background-color: #cdc2be !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c314e !important;
  border-color: #1c314e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #05090e !important;
  border-color: #05090e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05090e !important;
  border-color: #05090e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fcc3e !important;
  border-color: #7fcc3e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #558e25 !important;
  border-color: #558e25 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #558e25 !important;
  border-color: #558e25 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #228840 !important;
  border-color: #228840 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #11431f !important;
  border-color: #11431f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #11431f !important;
  border-color: #11431f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #434165 !important;
  border-color: #434165 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #201f30 !important;
  border-color: #201f30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #201f30 !important;
  border-color: #201f30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cdc2be !important;
  border-color: #cdc2be !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a7948d !important;
  border-color: #a7948d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a7948d !important;
  border-color: #a7948d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1c314e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #05090e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c314e !important;
  border-color: #1c314e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7fcc3e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #558e25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fcc3e !important;
  border-color: #7fcc3e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #228840;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #11431f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #228840 !important;
  border-color: #228840 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #434165;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #201f30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #434165 !important;
  border-color: #434165 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cdc2be;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a7948d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cdc2be !important;
  border-color: #cdc2be !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c314e !important;
}
.text-secondary {
  color: #7fcc3e !important;
}
.text-success {
  color: #228840 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #434165 !important;
}
.text-danger {
  color: #cdc2be !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010203 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4e8222 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e361a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1a1927 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a18c84 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1c314e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #434165;
}
.alert-danger {
  background-color: #cdc2be;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c314e;
  border-color: #1c314e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c314e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7fa1d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #55d47a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7e7baa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1c314e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1c314e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c314e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c314e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1c314e;
  border-bottom-color: #1c314e;
}
.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: #1c314e !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: #7fcc3e !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='%231c314e' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  max-height: 62px;
  min-width: 220px;
  padding: 9px 15px;
  box-shadow: none;
  line-height: 3;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #1c314e;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #228840 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #7fcc3e;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #228840 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #228840;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #1c314e !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #228840 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #434165;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #228840 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #cdc2be;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #228840 !important;
}
.cid-uSKCrGjWMa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSKCrGjWMa .display-2 {
  font-size: 2rem;
}
.cid-uSKCrGjWMa .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uSKCrGjWMa .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSKCrGjWMa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSKCrGjWMa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uSKCrGjWMa .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uSKCrGjWMa .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uSKCrGjWMa .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uSKCrGjWMa .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uSKCrGjWMa .navbar.opened {
  transition: all 0.3s;
}
.cid-uSKCrGjWMa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSKCrGjWMa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uSKCrGjWMa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSKCrGjWMa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSKCrGjWMa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uSKCrGjWMa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSKCrGjWMa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSKCrGjWMa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSKCrGjWMa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSKCrGjWMa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uSKCrGjWMa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSKCrGjWMa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSKCrGjWMa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSKCrGjWMa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSKCrGjWMa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSKCrGjWMa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSKCrGjWMa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uSKCrGjWMa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSKCrGjWMa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSKCrGjWMa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSKCrGjWMa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uSKCrGjWMa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSKCrGjWMa .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uSKCrGjWMa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uSKCrGjWMa .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uSKCrGjWMa .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uSKCrGjWMa .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uSKCrGjWMa .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uSKCrGjWMa .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uSKCrGjWMa .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uSKCrGjWMa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uSKCrGjWMa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSKCrGjWMa .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSKCrGjWMa .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uSKCrGjWMa .dropdown-menu,
.cid-uSKCrGjWMa .navbar.opened {
  background: #ffffff !important;
}
.cid-uSKCrGjWMa .nav-item:focus,
.cid-uSKCrGjWMa .nav-link:focus {
  outline: none;
}
.cid-uSKCrGjWMa .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-uSKCrGjWMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSKCrGjWMa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSKCrGjWMa .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-uSKCrGjWMa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSKCrGjWMa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSKCrGjWMa .dropdown-item.active,
.cid-uSKCrGjWMa .dropdown-item:active {
  background-color: transparent;
}
.cid-uSKCrGjWMa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uSKCrGjWMa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSKCrGjWMa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSKCrGjWMa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSKCrGjWMa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSKCrGjWMa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSKCrGjWMa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uSKCrGjWMa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSKCrGjWMa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSKCrGjWMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSKCrGjWMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSKCrGjWMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSKCrGjWMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSKCrGjWMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSKCrGjWMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSKCrGjWMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSKCrGjWMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSKCrGjWMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSKCrGjWMa .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uSKCrGjWMa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSKCrGjWMa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uSKCrGjWMa .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSKCrGjWMa .navbar {
    height: 77px;
  }
  .cid-uSKCrGjWMa .navbar.opened {
    height: auto;
  }
  .cid-uSKCrGjWMa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSKCrGjWMa .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uSKCrGjWMa .navbar-caption em,
.cid-uSKCrGjWMa .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uSKCrGjWMa .navbar-caption {
    display: none;
  }
}
.cid-uSKCrGjWMa .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-tnJgqc0Uny {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/autumn-lake.webp");
}
.cid-tnJgqc0Uny .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnJgqc0Uny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnJgqc0Uny .container-fluid {
  padding: 0;
}
.cid-tnJgqc0Uny .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tnJgqc0Uny .row {
    padding: 0 12px;
  }
}
.cid-tnJgqc0Uny .title-wrapper {
  padding-top: 40%;
}
.cid-tnJgqc0Uny .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-tnJgqc0Uny .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-tnJgqc0Uny .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-tnJgblC0Eh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnJgblC0Eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnJgblC0Eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnJgblC0Eh .container-fluid {
  padding: 0;
}
.cid-tnJgblC0Eh .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tnJgblC0Eh .row {
    padding: 0 12px;
  }
}
.cid-tnJgblC0Eh .row {
  justify-content: center;
}
.cid-tnJgblC0Eh .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-tnJgblC0Eh .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-tnJgblC0Eh .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-tnJgblC0Eh .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-tnJgblC0Eh .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tnJgblC0Eh .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-tnJgblC0Eh .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-tnJgblC0Eh .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-tnJgblC0Eh .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-tnJgblC0Eh .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-tnJgblC0Eh .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tnJgblC0Eh .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-tnJgblC0Eh .mbr-section {
  color: #000000;
}
.cid-tnJgblC0Eh .mbr-section-title,
.cid-tnJgblC0Eh .mbr-iconfont {
  color: #1c314e;
}
.cid-tnJgblC0Eh .mbr-text {
  color: #000000;
}
.cid-tnJgblC0Eh .mbr-section-title,
.cid-tnJgblC0Eh .icon-wrapper,
.cid-tnJgblC0Eh .mbr-iconfont {
  color: #228840;
}
.cid-uSQc9G2fBS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5efed;
}
.cid-uSQc9G2fBS .title_block {
  margin-bottom: 60px;
}
.cid-uSQc9G2fBS .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1c314e;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uSQc9G2fBS .mbr-section-title,
.cid-uSQc9G2fBS .card-title {
  color: #7fcc3e;
}
.cid-uSQc9G2fBS .card-title {
  margin-bottom: 22px;
  color: #000000;
}
.cid-uSQc9G2fBS .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-uSQc9G2fBS .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uSQc9G2fBS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uSQc9G2fBS .btn_link:hover {
  cursor: pointer;
}
.cid-uSQc9G2fBS .btn_link:hover a {
  color: #1c314e !important;
}
.cid-uSQc9G2fBS .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uSQc9G2fBS .item-img {
  margin-bottom: 20px;
}
.cid-uSQc9G2fBS img,
.cid-uSQc9G2fBS .item-img {
  width: 100%;
  object-fit: contain;
  height: 84px;
}
.cid-uSQc9G2fBS .item:focus,
.cid-uSQc9G2fBS span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uSQc9G2fBS .title_block {
    margin-bottom: 40px;
  }
  .cid-uSQc9G2fBS .card-title,
  .cid-uSQc9G2fBS .card-text {
    margin-bottom: 16px;
  }
  .cid-uSQc9G2fBS .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uSQc9G2fBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSQc9G2fBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSQc9G2fBS .item-wrapper {
  display: flex;
  min-height: 350px;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSQc9G2fBS .mbr-section-title {
  color: #228840;
}
.cid-uSVzdiF1pI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f5efed;
}
.cid-uSVzdiF1pI .title_block {
  margin-bottom: 60px;
}
.cid-uSVzdiF1pI .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1c314e;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uSVzdiF1pI .mbr-section-title,
.cid-uSVzdiF1pI .card-title {
  color: #7fcc3e;
}
.cid-uSVzdiF1pI .card-title {
  margin-bottom: 22px;
  color: #000000;
}
.cid-uSVzdiF1pI .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-uSVzdiF1pI .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uSVzdiF1pI .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uSVzdiF1pI .btn_link:hover {
  cursor: pointer;
}
.cid-uSVzdiF1pI .btn_link:hover a {
  color: #1c314e !important;
}
.cid-uSVzdiF1pI .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uSVzdiF1pI .item-img {
  margin-bottom: 20px;
}
.cid-uSVzdiF1pI img,
.cid-uSVzdiF1pI .item-img {
  width: 100%;
  object-fit: contain;
  height: 84px;
}
.cid-uSVzdiF1pI .item:focus,
.cid-uSVzdiF1pI span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uSVzdiF1pI .title_block {
    margin-bottom: 40px;
  }
  .cid-uSVzdiF1pI .card-title,
  .cid-uSVzdiF1pI .card-text {
    margin-bottom: 16px;
  }
  .cid-uSVzdiF1pI .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uSVzdiF1pI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSVzdiF1pI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSVzdiF1pI .item-wrapper {
  display: flex;
  min-height: 350px;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSVzdiF1pI .mbr-section-title {
  color: #d8dadb;
}
.cid-uSVB3Vv9gp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSVB3Vv9gp .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uSVB3Vv9gp .mbr-section-title {
  color: #223355;
}
.cid-uSVB3Vv9gp .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uSVB3Vv9gp .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem !important;
}
@media (max-width: 991px) {
  .cid-uSVB3Vv9gp .card {
    padding: 1rem !important;
  }
}
.cid-uSVB3Vv9gp .card:hover {
  transform: translateY(-1rem);
}
.cid-uSVB3Vv9gp .card img {
  max-width: 245px;
  height: auto;
}
.cid-uSVB3Vv9gp .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uT1JOPvzVq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT1JOPvzVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1JOPvzVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1JOPvzVq .container-fluid {
  padding: 0;
}
.cid-uT1JOPvzVq .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uT1JOPvzVq .row {
    padding: 0 12px;
  }
}
.cid-uT1JOPvzVq .container-wrapper {
  padding: 0;
}
.cid-uT1JOPvzVq .title-wrapper {
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uT1JOPvzVq .title-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uT1JOPvzVq .title-wrapper {
    padding: 0 1rem;
  }
}
.cid-uT1JOPvzVq .title-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uT1JOPvzVq .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uT1JOPvzVq .title-wrapper .mbr-text {
  margin: 0;
  opacity: .5;
}
.cid-uT1JOPvzVq .image-wrapper {
  padding: 0 0 0 3rem;
  padding: 0 3rem 0 0;
}
@media (max-width: 992px) {
  .cid-uT1JOPvzVq .image-wrapper {
    padding: 0 1rem;
    margin-top: 29px;
  }
}
.cid-uT1JOPvzVq .image-wrapper img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT1JOPvzVq .image-wrapper img {
    width: 100%;
    max-height: 300px;
  }
}
.cid-uT1JOPvzVq .mbr-section-title {
  color: #228840;
  margin-top: 8rem;
}
.cid-uT1JOPvzVq .mbr-text {
  color: #1c314e;
}
.cid-uT1HXEQj9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT1HXEQj9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1HXEQj9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1HXEQj9Q .google-map {
  height: 350px;
  position: relative;
}
.cid-uT1HXEQj9Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uT1HXEQj9Q .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uT1HXEQj9Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uT1HXEQj9Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uT1HXEQj9Q .mbr-section-title {
  color: #228840;
}
.cid-uSW9VKdb7F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uSW9VKdb7F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSW9VKdb7F li {
  padding-bottom: 0.6rem;
}
.cid-uSW9VKdb7F .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uSW9VKdb7F .container {
    padding: 4rem 2rem;
  }
}
.cid-uSW9VKdb7F .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uSW9VKdb7F .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uSW9VKdb7F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uSW9VKdb7F .soc-item:hover {
  background: #1c314e;
}
.cid-uSW9VKdb7F .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSW9VKdb7F .row {
    text-align: center;
  }
  .cid-uSW9VKdb7F .social-row {
    xjustify-content: center;
  }
}
.cid-uSW9VKdb7F .list {
  list-style: none;
  padding-left: 0;
}
.cid-uSW9VKdb7F .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uSW9VKdb7F H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uSW9VKdb7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSW9VKdb7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSW9VKdb7F .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uSW9VKdb7F .copryright {
  width: 100%;
  text-align: center;
}
.cid-uSW9VKdb7F .copyright {
  text-align: center;
}
.cid-uUZajl2w5u .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZajl2w5u .display-2 {
  font-size: 2rem;
}
.cid-uUZajl2w5u .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZajl2w5u .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZajl2w5u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZajl2w5u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZajl2w5u .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZajl2w5u .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZajl2w5u .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZajl2w5u .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZajl2w5u .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZajl2w5u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZajl2w5u .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZajl2w5u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZajl2w5u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZajl2w5u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZajl2w5u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZajl2w5u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZajl2w5u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZajl2w5u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZajl2w5u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZajl2w5u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZajl2w5u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZajl2w5u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZajl2w5u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZajl2w5u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZajl2w5u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZajl2w5u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZajl2w5u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZajl2w5u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZajl2w5u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZajl2w5u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZajl2w5u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZajl2w5u .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZajl2w5u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZajl2w5u .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZajl2w5u .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZajl2w5u .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZajl2w5u .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZajl2w5u .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZajl2w5u .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZajl2w5u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZajl2w5u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZajl2w5u .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZajl2w5u .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZajl2w5u .dropdown-menu,
.cid-uUZajl2w5u .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZajl2w5u .nav-item:focus,
.cid-uUZajl2w5u .nav-link:focus {
  outline: none;
}
.cid-uUZajl2w5u .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-uUZajl2w5u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZajl2w5u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZajl2w5u .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-uUZajl2w5u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZajl2w5u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZajl2w5u .dropdown-item.active,
.cid-uUZajl2w5u .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZajl2w5u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZajl2w5u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZajl2w5u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZajl2w5u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZajl2w5u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZajl2w5u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZajl2w5u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZajl2w5u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZajl2w5u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZajl2w5u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZajl2w5u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZajl2w5u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZajl2w5u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZajl2w5u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZajl2w5u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZajl2w5u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZajl2w5u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZajl2w5u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZajl2w5u .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZajl2w5u a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZajl2w5u .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZajl2w5u .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZajl2w5u .navbar {
    height: 77px;
  }
  .cid-uUZajl2w5u .navbar.opened {
    height: auto;
  }
  .cid-uUZajl2w5u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZajl2w5u .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZajl2w5u .navbar-caption em,
.cid-uUZajl2w5u .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZajl2w5u .navbar-caption {
    display: none;
  }
}
.cid-uUZajl2w5u .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZajCU48D {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/autumn-leaves.webp");
}
.cid-uUZajCU48D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZajCU48D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZajCU48D .container-fluid {
  padding: 0;
}
.cid-uUZajCU48D .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZajCU48D .row {
    padding: 0 12px;
  }
}
.cid-uUZajCU48D .title-wrapper {
  padding-top: 40%;
}
.cid-uUZajCU48D .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZajCU48D .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZajCU48D .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZajDC4i8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUZajDC4i8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZajDC4i8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZajDC4i8 .container-fluid {
  padding: 0;
}
.cid-uUZajDC4i8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZajDC4i8 .row {
    padding: 0 12px;
  }
}
.cid-uUZajDC4i8 .container-wrapper {
  padding: 0;
}
.cid-uUZajDC4i8 .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-uUZajDC4i8 .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-uUZajDC4i8 .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uUZajDC4i8 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uUZajDC4i8 .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uUZajDC4i8 .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uUZajDC4i8 .mbr-section-title {
  color: #228840;
}
.cid-uUZajDC4i8 .list {
  color: #1c314e;
}
.cid-uUZajH3ng0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZajH3ng0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZajH3ng0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZajH3ng0 .container-fluid {
  padding: 0;
}
.cid-uUZajH3ng0 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZajH3ng0 .row {
    padding: 0 12px;
  }
}
.cid-uUZajH3ng0 .container-wrapper {
  padding: 0;
}
.cid-uUZajH3ng0 .title-wrapper {
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uUZajH3ng0 .title-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uUZajH3ng0 .title-wrapper {
    padding: 0 1rem;
  }
}
.cid-uUZajH3ng0 .title-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uUZajH3ng0 .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uUZajH3ng0 .title-wrapper .mbr-text {
  margin: 0;
  opacity: .5;
}
.cid-uUZajH3ng0 .image-wrapper {
  padding: 0 0 0 3rem;
  padding: 0 3rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUZajH3ng0 .image-wrapper {
    padding: 0 1rem;
    margin-top: 29px;
  }
}
.cid-uUZajH3ng0 .image-wrapper img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZajH3ng0 .image-wrapper img {
    width: 100%;
    max-height: 300px;
  }
}
.cid-uUZajH3ng0 .mbr-section-title {
  color: #228840;
  margin-top: 8rem;
}
.cid-uUZajH3ng0 .mbr-text {
  color: #1c314e;
}
.cid-uUZajHSxUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUZajHSxUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZajHSxUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZajHSxUT .google-map {
  height: 350px;
  position: relative;
}
.cid-uUZajHSxUT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUZajHSxUT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUZajHSxUT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUZajHSxUT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUZajHSxUT .mbr-section-title {
  color: #228840;
}
.cid-uUZajIMe1H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZajIMe1H .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZajIMe1H li {
  padding-bottom: 0.6rem;
}
.cid-uUZajIMe1H .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZajIMe1H .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZajIMe1H .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZajIMe1H .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZajIMe1H .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZajIMe1H .soc-item:hover {
  background: #1c314e;
}
.cid-uUZajIMe1H .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZajIMe1H .row {
    text-align: center;
  }
  .cid-uUZajIMe1H .social-row {
    xjustify-content: center;
  }
}
.cid-uUZajIMe1H .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZajIMe1H .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZajIMe1H H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZajIMe1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZajIMe1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZajIMe1H .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZajIMe1H .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZajIMe1H .copyright {
  text-align: center;
}
.cid-uUZoYyRN1M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZoYyRN1M .display-2 {
  font-size: 2rem;
}
.cid-uUZoYyRN1M .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZoYyRN1M .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZoYyRN1M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZoYyRN1M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZoYyRN1M .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZoYyRN1M .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZoYyRN1M .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZoYyRN1M .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZoYyRN1M .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZoYyRN1M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZoYyRN1M .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZoYyRN1M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZoYyRN1M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZoYyRN1M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZoYyRN1M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZoYyRN1M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZoYyRN1M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZoYyRN1M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZoYyRN1M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZoYyRN1M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZoYyRN1M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZoYyRN1M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZoYyRN1M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZoYyRN1M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZoYyRN1M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZoYyRN1M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZoYyRN1M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZoYyRN1M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZoYyRN1M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZoYyRN1M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZoYyRN1M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZoYyRN1M .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZoYyRN1M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZoYyRN1M .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZoYyRN1M .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZoYyRN1M .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZoYyRN1M .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZoYyRN1M .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZoYyRN1M .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZoYyRN1M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZoYyRN1M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZoYyRN1M .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZoYyRN1M .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZoYyRN1M .dropdown-menu,
.cid-uUZoYyRN1M .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZoYyRN1M .nav-item:focus,
.cid-uUZoYyRN1M .nav-link:focus {
  outline: none;
}
.cid-uUZoYyRN1M .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-uUZoYyRN1M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZoYyRN1M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZoYyRN1M .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-uUZoYyRN1M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZoYyRN1M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZoYyRN1M .dropdown-item.active,
.cid-uUZoYyRN1M .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZoYyRN1M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZoYyRN1M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZoYyRN1M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZoYyRN1M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZoYyRN1M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZoYyRN1M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZoYyRN1M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZoYyRN1M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZoYyRN1M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZoYyRN1M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZoYyRN1M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZoYyRN1M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZoYyRN1M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZoYyRN1M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZoYyRN1M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZoYyRN1M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZoYyRN1M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZoYyRN1M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZoYyRN1M .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZoYyRN1M a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZoYyRN1M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZoYyRN1M .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZoYyRN1M .navbar {
    height: 77px;
  }
  .cid-uUZoYyRN1M .navbar.opened {
    height: auto;
  }
  .cid-uUZoYyRN1M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZoYyRN1M .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZoYyRN1M .navbar-caption em,
.cid-uUZoYyRN1M .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZoYyRN1M .navbar-caption {
    display: none;
  }
}
.cid-uUZoYyRN1M .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZoYOZkzc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/beach-sunset.webp");
}
.cid-uUZoYOZkzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZoYOZkzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZoYOZkzc .container-fluid {
  padding: 0;
}
.cid-uUZoYOZkzc .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZoYOZkzc .row {
    padding: 0 12px;
  }
}
.cid-uUZoYOZkzc .title-wrapper {
  padding-top: 40%;
}
.cid-uUZoYOZkzc .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZoYOZkzc .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZoYOZkzc .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZoYPKcjq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZoYPKcjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZoYPKcjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZoYPKcjq .container-fluid {
  padding: 0;
}
.cid-uUZoYPKcjq .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZoYPKcjq .row {
    padding: 0 12px;
  }
}
.cid-uUZoYPKcjq .row {
  justify-content: center;
}
.cid-uUZoYPKcjq .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZoYPKcjq .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZoYPKcjq .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZoYPKcjq .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZoYPKcjq .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZoYPKcjq .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZoYPKcjq .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZoYPKcjq .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZoYPKcjq .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZoYPKcjq .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZoYPKcjq .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZoYPKcjq .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZoYPKcjq .mbr-section {
  color: #0d1f37;
}
.cid-uUZoYPKcjq .mbr-section-title,
.cid-uUZoYPKcjq .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZoYPKcjq .mbr-text {
  color: #000000;
}
.cid-uUZoYPKcjq .mbr-section-title,
.cid-uUZoYPKcjq .icon-wrapper,
.cid-uUZoYPKcjq .mbr-iconfont {
  color: #228840;
}
.cid-uUZoYPKcjq .mbr-text-title {
  text-align: left;
}
.cid-uUZoYXuCFv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZoYXuCFv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZoYXuCFv li {
  padding-bottom: 0.6rem;
}
.cid-uUZoYXuCFv .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZoYXuCFv .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZoYXuCFv .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZoYXuCFv .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZoYXuCFv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZoYXuCFv .soc-item:hover {
  background: #1c314e;
}
.cid-uUZoYXuCFv .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZoYXuCFv .row {
    text-align: center;
  }
  .cid-uUZoYXuCFv .social-row {
    xjustify-content: center;
  }
}
.cid-uUZoYXuCFv .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZoYXuCFv .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZoYXuCFv H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZoYXuCFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZoYXuCFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZoYXuCFv .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZoYXuCFv .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZoYXuCFv .copyright {
  text-align: center;
}
.cid-uUZqyPlXca .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZqyPlXca .display-2 {
  font-size: 2rem;
}
.cid-uUZqyPlXca .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZqyPlXca .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZqyPlXca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZqyPlXca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZqyPlXca .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZqyPlXca .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZqyPlXca .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZqyPlXca .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZqyPlXca .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZqyPlXca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZqyPlXca .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZqyPlXca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZqyPlXca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZqyPlXca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZqyPlXca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZqyPlXca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZqyPlXca .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZqyPlXca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZqyPlXca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZqyPlXca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZqyPlXca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZqyPlXca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZqyPlXca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZqyPlXca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZqyPlXca .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZqyPlXca .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZqyPlXca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZqyPlXca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZqyPlXca .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZqyPlXca .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZqyPlXca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZqyPlXca .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZqyPlXca .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZqyPlXca .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZqyPlXca .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZqyPlXca .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZqyPlXca .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZqyPlXca .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZqyPlXca .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZqyPlXca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZqyPlXca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZqyPlXca .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZqyPlXca .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZqyPlXca .dropdown-menu,
.cid-uUZqyPlXca .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZqyPlXca .nav-item:focus,
.cid-uUZqyPlXca .nav-link:focus {
  outline: none;
}
.cid-uUZqyPlXca .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-uUZqyPlXca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZqyPlXca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZqyPlXca .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-uUZqyPlXca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZqyPlXca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZqyPlXca .dropdown-item.active,
.cid-uUZqyPlXca .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZqyPlXca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZqyPlXca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZqyPlXca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZqyPlXca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZqyPlXca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZqyPlXca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZqyPlXca ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZqyPlXca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZqyPlXca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZqyPlXca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZqyPlXca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZqyPlXca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZqyPlXca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZqyPlXca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZqyPlXca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZqyPlXca nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZqyPlXca nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZqyPlXca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZqyPlXca .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZqyPlXca a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZqyPlXca .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZqyPlXca .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZqyPlXca .navbar {
    height: 77px;
  }
  .cid-uUZqyPlXca .navbar.opened {
    height: auto;
  }
  .cid-uUZqyPlXca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZqyPlXca .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZqyPlXca .navbar-caption em,
.cid-uUZqyPlXca .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZqyPlXca .navbar-caption {
    display: none;
  }
}
.cid-uUZqyPlXca .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZqyUEmQ7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forest-evening-lake.webp");
}
.cid-uUZqyUEmQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZqyUEmQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZqyUEmQ7 .container-fluid {
  padding: 0;
}
.cid-uUZqyUEmQ7 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZqyUEmQ7 .row {
    padding: 0 12px;
  }
}
.cid-uUZqyUEmQ7 .title-wrapper {
  padding-top: 40%;
}
.cid-uUZqyUEmQ7 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZqyUEmQ7 .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZqyUEmQ7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZqyVlADv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZqyVlADv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZqyVlADv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZqyVlADv .container-fluid {
  padding: 0;
}
.cid-uUZqyVlADv .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZqyVlADv .row {
    padding: 0 12px;
  }
}
.cid-uUZqyVlADv .row {
  justify-content: center;
}
.cid-uUZqyVlADv .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZqyVlADv .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZqyVlADv .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZqyVlADv .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZqyVlADv .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZqyVlADv .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZqyVlADv .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZqyVlADv .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZqyVlADv .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZqyVlADv .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZqyVlADv .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZqyVlADv .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZqyVlADv .mbr-section {
  color: #0d1f37;
}
.cid-uUZqyVlADv .mbr-section-title,
.cid-uUZqyVlADv .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZqyVlADv .mbr-text {
  color: #000000;
}
.cid-uUZqyVlADv .mbr-section-title,
.cid-uUZqyVlADv .icon-wrapper,
.cid-uUZqyVlADv .mbr-iconfont {
  color: #228840;
}
.cid-uUZqzd3gYL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZqzd3gYL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZqzd3gYL li {
  padding-bottom: 0.6rem;
}
.cid-uUZqzd3gYL .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZqzd3gYL .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZqzd3gYL .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZqzd3gYL .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZqzd3gYL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZqzd3gYL .soc-item:hover {
  background: #1c314e;
}
.cid-uUZqzd3gYL .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZqzd3gYL .row {
    text-align: center;
  }
  .cid-uUZqzd3gYL .social-row {
    xjustify-content: center;
  }
}
.cid-uUZqzd3gYL .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZqzd3gYL .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZqzd3gYL H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZqzd3gYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZqzd3gYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZqzd3gYL .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZqzd3gYL .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZqzd3gYL .copyright {
  text-align: center;
}
.cid-uUZrqDeutk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZrqDeutk .display-2 {
  font-size: 2rem;
}
.cid-uUZrqDeutk .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZrqDeutk .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZrqDeutk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZrqDeutk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZrqDeutk .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZrqDeutk .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZrqDeutk .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZrqDeutk .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZrqDeutk .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZrqDeutk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZrqDeutk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZrqDeutk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZrqDeutk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZrqDeutk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZrqDeutk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZrqDeutk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZrqDeutk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZrqDeutk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZrqDeutk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZrqDeutk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZrqDeutk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZrqDeutk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZrqDeutk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZrqDeutk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZrqDeutk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZrqDeutk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZrqDeutk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZrqDeutk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZrqDeutk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZrqDeutk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZrqDeutk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZrqDeutk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZrqDeutk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZrqDeutk .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZrqDeutk .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZrqDeutk .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZrqDeutk .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZrqDeutk .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZrqDeutk .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZrqDeutk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZrqDeutk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZrqDeutk .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZrqDeutk .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZrqDeutk .dropdown-menu,
.cid-uUZrqDeutk .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZrqDeutk .nav-item:focus,
.cid-uUZrqDeutk .nav-link:focus {
  outline: none;
}
.cid-uUZrqDeutk .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-uUZrqDeutk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZrqDeutk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZrqDeutk .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-uUZrqDeutk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZrqDeutk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZrqDeutk .dropdown-item.active,
.cid-uUZrqDeutk .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZrqDeutk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZrqDeutk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZrqDeutk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZrqDeutk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZrqDeutk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZrqDeutk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZrqDeutk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZrqDeutk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZrqDeutk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZrqDeutk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZrqDeutk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZrqDeutk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZrqDeutk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZrqDeutk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZrqDeutk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZrqDeutk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZrqDeutk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZrqDeutk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZrqDeutk .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZrqDeutk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZrqDeutk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZrqDeutk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZrqDeutk .navbar {
    height: 77px;
  }
  .cid-uUZrqDeutk .navbar.opened {
    height: auto;
  }
  .cid-uUZrqDeutk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZrqDeutk .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZrqDeutk .navbar-caption em,
.cid-uUZrqDeutk .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZrqDeutk .navbar-caption {
    display: none;
  }
}
.cid-uUZrqDeutk .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZrqRN8BL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/autumn-cabin.webp");
}
.cid-uUZrqRN8BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZrqRN8BL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZrqRN8BL .container-fluid {
  padding: 0;
}
.cid-uUZrqRN8BL .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZrqRN8BL .row {
    padding: 0 12px;
  }
}
.cid-uUZrqRN8BL .title-wrapper {
  padding-top: 40%;
}
.cid-uUZrqRN8BL .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZrqRN8BL .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZrqRN8BL .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZrqSuXUo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZrqSuXUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZrqSuXUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZrqSuXUo .container-fluid {
  padding: 0;
}
.cid-uUZrqSuXUo .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZrqSuXUo .row {
    padding: 0 12px;
  }
}
.cid-uUZrqSuXUo .row {
  justify-content: center;
}
.cid-uUZrqSuXUo .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZrqSuXUo .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZrqSuXUo .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZrqSuXUo .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZrqSuXUo .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZrqSuXUo .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZrqSuXUo .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZrqSuXUo .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZrqSuXUo .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZrqSuXUo .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZrqSuXUo .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZrqSuXUo .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZrqSuXUo .mbr-section {
  color: #0d1f37;
}
.cid-uUZrqSuXUo .mbr-section-title,
.cid-uUZrqSuXUo .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZrqSuXUo .mbr-text {
  color: #000000;
}
.cid-uUZrqSuXUo .mbr-section-title,
.cid-uUZrqSuXUo .icon-wrapper,
.cid-uUZrqSuXUo .mbr-iconfont {
  color: #228840;
}
.cid-uUZrqSuXUo .mbr-text-title {
  text-align: left;
}
.cid-uUZrr0GbhS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZrr0GbhS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZrr0GbhS li {
  padding-bottom: 0.6rem;
}
.cid-uUZrr0GbhS .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZrr0GbhS .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZrr0GbhS .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZrr0GbhS .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZrr0GbhS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZrr0GbhS .soc-item:hover {
  background: #1c314e;
}
.cid-uUZrr0GbhS .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZrr0GbhS .row {
    text-align: center;
  }
  .cid-uUZrr0GbhS .social-row {
    xjustify-content: center;
  }
}
.cid-uUZrr0GbhS .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZrr0GbhS .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZrr0GbhS H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZrr0GbhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZrr0GbhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZrr0GbhS .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZrr0GbhS .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZrr0GbhS .copyright {
  text-align: center;
}
.cid-uUZsIHQQAJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZsIHQQAJ .display-2 {
  font-size: 2rem;
}
.cid-uUZsIHQQAJ .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZsIHQQAJ .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZsIHQQAJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZsIHQQAJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZsIHQQAJ .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZsIHQQAJ .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZsIHQQAJ .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZsIHQQAJ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZsIHQQAJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZsIHQQAJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZsIHQQAJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZsIHQQAJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZsIHQQAJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZsIHQQAJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZsIHQQAJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZsIHQQAJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZsIHQQAJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZsIHQQAJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZsIHQQAJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZsIHQQAJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZsIHQQAJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZsIHQQAJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZsIHQQAJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZsIHQQAJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZsIHQQAJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZsIHQQAJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZsIHQQAJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZsIHQQAJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZsIHQQAJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZsIHQQAJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZsIHQQAJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZsIHQQAJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZsIHQQAJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZsIHQQAJ .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZsIHQQAJ .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZsIHQQAJ .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZsIHQQAJ .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZsIHQQAJ .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZsIHQQAJ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZsIHQQAJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZsIHQQAJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZsIHQQAJ .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZsIHQQAJ .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZsIHQQAJ .dropdown-menu,
.cid-uUZsIHQQAJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZsIHQQAJ .nav-item:focus,
.cid-uUZsIHQQAJ .nav-link:focus {
  outline: none;
}
.cid-uUZsIHQQAJ .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-uUZsIHQQAJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZsIHQQAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZsIHQQAJ .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-uUZsIHQQAJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZsIHQQAJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZsIHQQAJ .dropdown-item.active,
.cid-uUZsIHQQAJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZsIHQQAJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZsIHQQAJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZsIHQQAJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZsIHQQAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZsIHQQAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZsIHQQAJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZsIHQQAJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZsIHQQAJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZsIHQQAJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZsIHQQAJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZsIHQQAJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZsIHQQAJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZsIHQQAJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZsIHQQAJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZsIHQQAJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZsIHQQAJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZsIHQQAJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZsIHQQAJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZsIHQQAJ .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZsIHQQAJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZsIHQQAJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZsIHQQAJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZsIHQQAJ .navbar {
    height: 77px;
  }
  .cid-uUZsIHQQAJ .navbar.opened {
    height: auto;
  }
  .cid-uUZsIHQQAJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZsIHQQAJ .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZsIHQQAJ .navbar-caption em,
.cid-uUZsIHQQAJ .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZsIHQQAJ .navbar-caption {
    display: none;
  }
}
.cid-uUZsIHQQAJ .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZsILu10F {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/young-deer.webp");
}
.cid-uUZsILu10F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZsILu10F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZsILu10F .container-fluid {
  padding: 0;
}
.cid-uUZsILu10F .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZsILu10F .row {
    padding: 0 12px;
  }
}
.cid-uUZsILu10F .title-wrapper {
  padding-top: 40%;
}
.cid-uUZsILu10F .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZsILu10F .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZsILu10F .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZsILX8wQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZsILX8wQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZsILX8wQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZsILX8wQ .container-fluid {
  padding: 0;
}
.cid-uUZsILX8wQ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZsILX8wQ .row {
    padding: 0 12px;
  }
}
.cid-uUZsILX8wQ .row {
  justify-content: center;
}
.cid-uUZsILX8wQ .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZsILX8wQ .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZsILX8wQ .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZsILX8wQ .text-wrapper {
  position: relative;
  padding: 13rem 25rem 7rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZsILX8wQ .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZsILX8wQ .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZsILX8wQ .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZsILX8wQ .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZsILX8wQ .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZsILX8wQ .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZsILX8wQ .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZsILX8wQ .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZsILX8wQ .mbr-section {
  color: #0d1f37;
}
.cid-uUZsILX8wQ .mbr-section-title,
.cid-uUZsILX8wQ .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZsILX8wQ .mbr-text {
  color: #000000;
}
.cid-uUZsILX8wQ .mbr-section-title,
.cid-uUZsILX8wQ .icon-wrapper,
.cid-uUZsILX8wQ .mbr-iconfont {
  color: #228840;
}
.cid-uUZsIMwRfD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5efed;
}
.cid-uUZsIMwRfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZsIMwRfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZsIMwRfD .container-fluid {
  padding: 0;
}
.cid-uUZsIMwRfD .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZsIMwRfD .row {
    padding: 0 12px;
  }
}
.cid-uUZsIMwRfD .row {
  justify-content: center;
}
.cid-uUZsIMwRfD .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-uUZsIMwRfD .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZsIMwRfD .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZsIMwRfD .list-wrapper {
  padding: 0;
}
.cid-uUZsIMwRfD .title-wrapper {
  padding: 0 15rem 0 6rem;
}
.cid-uUZsIMwRfD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-uUZsIMwRfD .title-wrapper {
    padding: 0 1rem;
  }
}
.cid-uUZsIMwRfD .panel-group {
  padding: 0 15rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uUZsIMwRfD .panel-group {
    padding: 0 .75rem;
  }
}
.cid-uUZsIMwRfD .panel-group .card {
  border-bottom: 1px solid #228840;
  border-radius: 0;
}
.cid-uUZsIMwRfD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 29px 0;
}
.cid-uUZsIMwRfD .panel-group .card .card-header .panel-title {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.cid-uUZsIMwRfD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0 0 0 30px;
  transition: all .3s ease;
}
.cid-uUZsIMwRfD .panel-group .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-uUZsIMwRfD .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 50px 50px;
}
.cid-uUZsIMwRfD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUZsIMwRfD .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uUZsIMwRfD .panel-title:not(.collapsed) .mbr-iconfont {
  color: #000000;
  opacity: 1;
}
.cid-uUZsIMwRfD .mbr-section-title {
  color: #1c314e;
}
.cid-uUZsIMwRfD .panel-title-edit,
.cid-uUZsIMwRfD .mbr-iconfont {
  color: #0d1f37;
}
.cid-uUZsIMwRfD .panel-text {
  color: #000000;
}
.cid-uUZsJ4UTmV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZsJ4UTmV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZsJ4UTmV li {
  padding-bottom: 0.6rem;
}
.cid-uUZsJ4UTmV .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZsJ4UTmV .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZsJ4UTmV .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZsJ4UTmV .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZsJ4UTmV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZsJ4UTmV .soc-item:hover {
  background: #1c314e;
}
.cid-uUZsJ4UTmV .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZsJ4UTmV .row {
    text-align: center;
  }
  .cid-uUZsJ4UTmV .social-row {
    xjustify-content: center;
  }
}
.cid-uUZsJ4UTmV .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZsJ4UTmV .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZsJ4UTmV H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZsJ4UTmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZsJ4UTmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZsJ4UTmV .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZsJ4UTmV .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZsJ4UTmV .copyright {
  text-align: center;
}
.cid-uUZtMm0MIP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZtMm0MIP .display-2 {
  font-size: 2rem;
}
.cid-uUZtMm0MIP .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZtMm0MIP .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZtMm0MIP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZtMm0MIP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZtMm0MIP .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZtMm0MIP .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZtMm0MIP .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZtMm0MIP .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZtMm0MIP .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZtMm0MIP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZtMm0MIP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZtMm0MIP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZtMm0MIP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZtMm0MIP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZtMm0MIP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZtMm0MIP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZtMm0MIP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZtMm0MIP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZtMm0MIP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZtMm0MIP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZtMm0MIP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZtMm0MIP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZtMm0MIP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZtMm0MIP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZtMm0MIP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZtMm0MIP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZtMm0MIP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZtMm0MIP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZtMm0MIP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZtMm0MIP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZtMm0MIP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZtMm0MIP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZtMm0MIP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZtMm0MIP .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZtMm0MIP .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZtMm0MIP .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZtMm0MIP .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZtMm0MIP .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZtMm0MIP .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZtMm0MIP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZtMm0MIP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZtMm0MIP .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZtMm0MIP .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZtMm0MIP .dropdown-menu,
.cid-uUZtMm0MIP .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZtMm0MIP .nav-item:focus,
.cid-uUZtMm0MIP .nav-link:focus {
  outline: none;
}
.cid-uUZtMm0MIP .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-uUZtMm0MIP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZtMm0MIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZtMm0MIP .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-uUZtMm0MIP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZtMm0MIP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZtMm0MIP .dropdown-item.active,
.cid-uUZtMm0MIP .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZtMm0MIP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZtMm0MIP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZtMm0MIP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZtMm0MIP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZtMm0MIP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZtMm0MIP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZtMm0MIP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZtMm0MIP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZtMm0MIP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZtMm0MIP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZtMm0MIP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZtMm0MIP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZtMm0MIP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZtMm0MIP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZtMm0MIP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZtMm0MIP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZtMm0MIP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZtMm0MIP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZtMm0MIP .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZtMm0MIP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZtMm0MIP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZtMm0MIP .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZtMm0MIP .navbar {
    height: 77px;
  }
  .cid-uUZtMm0MIP .navbar.opened {
    height: auto;
  }
  .cid-uUZtMm0MIP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZtMm0MIP .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZtMm0MIP .navbar-caption em,
.cid-uUZtMm0MIP .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZtMm0MIP .navbar-caption {
    display: none;
  }
}
.cid-uUZtMm0MIP .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZtMs8R7g {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forest-stacked-logs.webp");
}
.cid-uUZtMs8R7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZtMs8R7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZtMs8R7g .container-fluid {
  padding: 0;
}
.cid-uUZtMs8R7g .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZtMs8R7g .row {
    padding: 0 12px;
  }
}
.cid-uUZtMs8R7g .title-wrapper {
  padding-top: 40%;
}
.cid-uUZtMs8R7g .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZtMs8R7g .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZtMs8R7g .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZtMsF4Ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZtMsF4Ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZtMsF4Ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZtMsF4Ep .container-fluid {
  padding: 0;
}
.cid-uUZtMsF4Ep .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZtMsF4Ep .row {
    padding: 0 12px;
  }
}
.cid-uUZtMsF4Ep .row {
  justify-content: center;
}
.cid-uUZtMsF4Ep .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZtMsF4Ep .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZtMsF4Ep .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZtMsF4Ep .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZtMsF4Ep .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZtMsF4Ep .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZtMsF4Ep .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZtMsF4Ep .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZtMsF4Ep .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZtMsF4Ep .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZtMsF4Ep .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZtMsF4Ep .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZtMsF4Ep .mbr-section {
  color: #0d1f37;
}
.cid-uUZtMsF4Ep .mbr-section-title,
.cid-uUZtMsF4Ep .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZtMsF4Ep .mbr-text {
  color: #000000;
}
.cid-uUZtMsF4Ep .mbr-section-title,
.cid-uUZtMsF4Ep .icon-wrapper,
.cid-uUZtMsF4Ep .mbr-iconfont {
  color: #228840;
}
.cid-uUZtMI7UAZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZtMI7UAZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZtMI7UAZ li {
  padding-bottom: 0.6rem;
}
.cid-uUZtMI7UAZ .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZtMI7UAZ .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZtMI7UAZ .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZtMI7UAZ .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZtMI7UAZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZtMI7UAZ .soc-item:hover {
  background: #1c314e;
}
.cid-uUZtMI7UAZ .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZtMI7UAZ .row {
    text-align: center;
  }
  .cid-uUZtMI7UAZ .social-row {
    xjustify-content: center;
  }
}
.cid-uUZtMI7UAZ .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZtMI7UAZ .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZtMI7UAZ H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZtMI7UAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZtMI7UAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZtMI7UAZ .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZtMI7UAZ .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZtMI7UAZ .copyright {
  text-align: center;
}
.cid-uUZuIzwJWq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZuIzwJWq .display-2 {
  font-size: 2rem;
}
.cid-uUZuIzwJWq .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZuIzwJWq .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZuIzwJWq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZuIzwJWq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZuIzwJWq .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZuIzwJWq .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZuIzwJWq .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZuIzwJWq .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZuIzwJWq .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZuIzwJWq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZuIzwJWq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZuIzwJWq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZuIzwJWq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZuIzwJWq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZuIzwJWq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZuIzwJWq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZuIzwJWq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZuIzwJWq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZuIzwJWq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZuIzwJWq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZuIzwJWq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZuIzwJWq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZuIzwJWq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZuIzwJWq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZuIzwJWq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZuIzwJWq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZuIzwJWq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZuIzwJWq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZuIzwJWq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZuIzwJWq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZuIzwJWq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZuIzwJWq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZuIzwJWq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZuIzwJWq .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZuIzwJWq .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZuIzwJWq .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZuIzwJWq .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZuIzwJWq .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZuIzwJWq .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZuIzwJWq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZuIzwJWq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZuIzwJWq .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZuIzwJWq .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZuIzwJWq .dropdown-menu,
.cid-uUZuIzwJWq .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZuIzwJWq .nav-item:focus,
.cid-uUZuIzwJWq .nav-link:focus {
  outline: none;
}
.cid-uUZuIzwJWq .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-uUZuIzwJWq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZuIzwJWq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZuIzwJWq .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-uUZuIzwJWq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZuIzwJWq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZuIzwJWq .dropdown-item.active,
.cid-uUZuIzwJWq .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZuIzwJWq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZuIzwJWq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZuIzwJWq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZuIzwJWq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZuIzwJWq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZuIzwJWq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZuIzwJWq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZuIzwJWq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZuIzwJWq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZuIzwJWq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZuIzwJWq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZuIzwJWq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZuIzwJWq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZuIzwJWq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZuIzwJWq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZuIzwJWq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZuIzwJWq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZuIzwJWq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZuIzwJWq .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZuIzwJWq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZuIzwJWq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZuIzwJWq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZuIzwJWq .navbar {
    height: 77px;
  }
  .cid-uUZuIzwJWq .navbar.opened {
    height: auto;
  }
  .cid-uUZuIzwJWq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZuIzwJWq .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZuIzwJWq .navbar-caption em,
.cid-uUZuIzwJWq .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZuIzwJWq .navbar-caption {
    display: none;
  }
}
.cid-uUZuIzwJWq .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZuIHcmiH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forest-bench-shed.webp");
}
.cid-uUZuIHcmiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZuIHcmiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZuIHcmiH .container-fluid {
  padding: 0;
}
.cid-uUZuIHcmiH .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZuIHcmiH .row {
    padding: 0 12px;
  }
}
.cid-uUZuIHcmiH .title-wrapper {
  padding-top: 40%;
}
.cid-uUZuIHcmiH .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZuIHcmiH .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZuIHcmiH .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZuIHKSIe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZuIHKSIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZuIHKSIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZuIHKSIe .container-fluid {
  padding: 0;
}
.cid-uUZuIHKSIe .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZuIHKSIe .row {
    padding: 0 12px;
  }
}
.cid-uUZuIHKSIe .row {
  justify-content: center;
}
.cid-uUZuIHKSIe .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZuIHKSIe .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZuIHKSIe .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZuIHKSIe .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZuIHKSIe .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZuIHKSIe .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZuIHKSIe .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZuIHKSIe .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZuIHKSIe .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZuIHKSIe .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZuIHKSIe .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZuIHKSIe .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZuIHKSIe .mbr-section {
  color: #0d1f37;
}
.cid-uUZuIHKSIe .mbr-section-title,
.cid-uUZuIHKSIe .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZuIHKSIe .mbr-text {
  color: #000000;
}
.cid-uUZuIHKSIe .mbr-section-title,
.cid-uUZuIHKSIe .icon-wrapper,
.cid-uUZuIHKSIe .mbr-iconfont {
  color: #228840;
}
.cid-uUZuIWJ4D8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZuIWJ4D8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZuIWJ4D8 li {
  padding-bottom: 0.6rem;
}
.cid-uUZuIWJ4D8 .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZuIWJ4D8 .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZuIWJ4D8 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZuIWJ4D8 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZuIWJ4D8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZuIWJ4D8 .soc-item:hover {
  background: #1c314e;
}
.cid-uUZuIWJ4D8 .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZuIWJ4D8 .row {
    text-align: center;
  }
  .cid-uUZuIWJ4D8 .social-row {
    xjustify-content: center;
  }
}
.cid-uUZuIWJ4D8 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZuIWJ4D8 .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZuIWJ4D8 H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZuIWJ4D8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZuIWJ4D8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZuIWJ4D8 .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZuIWJ4D8 .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZuIWJ4D8 .copyright {
  text-align: center;
}
.cid-uUZvoL1lXE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZvoL1lXE .display-2 {
  font-size: 2rem;
}
.cid-uUZvoL1lXE .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZvoL1lXE .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZvoL1lXE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZvoL1lXE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZvoL1lXE .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZvoL1lXE .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZvoL1lXE .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZvoL1lXE .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZvoL1lXE .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZvoL1lXE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZvoL1lXE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZvoL1lXE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZvoL1lXE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZvoL1lXE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZvoL1lXE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZvoL1lXE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZvoL1lXE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZvoL1lXE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZvoL1lXE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZvoL1lXE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZvoL1lXE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZvoL1lXE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZvoL1lXE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZvoL1lXE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZvoL1lXE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZvoL1lXE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZvoL1lXE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZvoL1lXE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZvoL1lXE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZvoL1lXE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZvoL1lXE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZvoL1lXE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZvoL1lXE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZvoL1lXE .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZvoL1lXE .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZvoL1lXE .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZvoL1lXE .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZvoL1lXE .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZvoL1lXE .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZvoL1lXE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZvoL1lXE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZvoL1lXE .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZvoL1lXE .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZvoL1lXE .dropdown-menu,
.cid-uUZvoL1lXE .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZvoL1lXE .nav-item:focus,
.cid-uUZvoL1lXE .nav-link:focus {
  outline: none;
}
.cid-uUZvoL1lXE .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-uUZvoL1lXE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZvoL1lXE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZvoL1lXE .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-uUZvoL1lXE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZvoL1lXE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZvoL1lXE .dropdown-item.active,
.cid-uUZvoL1lXE .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZvoL1lXE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZvoL1lXE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZvoL1lXE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZvoL1lXE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZvoL1lXE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZvoL1lXE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZvoL1lXE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZvoL1lXE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZvoL1lXE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZvoL1lXE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZvoL1lXE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZvoL1lXE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZvoL1lXE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZvoL1lXE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZvoL1lXE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZvoL1lXE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZvoL1lXE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZvoL1lXE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZvoL1lXE .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZvoL1lXE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZvoL1lXE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZvoL1lXE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZvoL1lXE .navbar {
    height: 77px;
  }
  .cid-uUZvoL1lXE .navbar.opened {
    height: auto;
  }
  .cid-uUZvoL1lXE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZvoL1lXE .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZvoL1lXE .navbar-caption em,
.cid-uUZvoL1lXE .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZvoL1lXE .navbar-caption {
    display: none;
  }
}
.cid-uUZvoL1lXE .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZvoMFRLx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/night-cabin.webp");
}
.cid-uUZvoMFRLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZvoMFRLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZvoMFRLx .container-fluid {
  padding: 0;
}
.cid-uUZvoMFRLx .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZvoMFRLx .row {
    padding: 0 12px;
  }
}
.cid-uUZvoMFRLx .title-wrapper {
  padding-top: 40%;
}
.cid-uUZvoMFRLx .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZvoMFRLx .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZvoMFRLx .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZvoN6Wsg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffefd;
}
.cid-uUZvoN6Wsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZvoN6Wsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZvoN6Wsg .container-fluid {
  padding: 0;
}
.cid-uUZvoN6Wsg .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZvoN6Wsg .row {
    padding: 0 12px;
  }
}
.cid-uUZvoN6Wsg .row {
  justify-content: center;
}
.cid-uUZvoN6Wsg .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-uUZvoN6Wsg .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZvoN6Wsg .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZvoN6Wsg .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uUZvoN6Wsg .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #7fcc3e;
}
.cid-uUZvoN6Wsg .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-uUZvoN6Wsg .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZvoN6Wsg .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZvoN6Wsg .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZvoN6Wsg .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZvoN6Wsg .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZvoN6Wsg .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZvoN6Wsg .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZvoN6Wsg .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZvoN6Wsg .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-uUZvoN6Wsg .mbr-section {
  color: #000000;
}
.cid-uUZvoN6Wsg .mbr-section-title,
.cid-uUZvoN6Wsg .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZvoN6Wsg .mbr-text {
  color: #000000;
}
.cid-uUZvoN6Wsg .mbr-section-title,
.cid-uUZvoN6Wsg .icon-wrapper,
.cid-uUZvoN6Wsg .mbr-iconfont {
  color: #228840;
}
.cid-uUZvp9p9CG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZvp9p9CG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZvp9p9CG li {
  padding-bottom: 0.6rem;
}
.cid-uUZvp9p9CG .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZvp9p9CG .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZvp9p9CG .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZvp9p9CG .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZvp9p9CG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZvp9p9CG .soc-item:hover {
  background: #1c314e;
}
.cid-uUZvp9p9CG .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZvp9p9CG .row {
    text-align: center;
  }
  .cid-uUZvp9p9CG .social-row {
    xjustify-content: center;
  }
}
.cid-uUZvp9p9CG .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZvp9p9CG .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZvp9p9CG H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZvp9p9CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZvp9p9CG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZvp9p9CG .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZvp9p9CG .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZvp9p9CG .copyright {
  text-align: center;
}
.cid-uUZwASBNCu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZwASBNCu .display-2 {
  font-size: 2rem;
}
.cid-uUZwASBNCu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZwASBNCu .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZwASBNCu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZwASBNCu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZwASBNCu .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZwASBNCu .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZwASBNCu .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZwASBNCu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZwASBNCu .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZwASBNCu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZwASBNCu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZwASBNCu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZwASBNCu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZwASBNCu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZwASBNCu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZwASBNCu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZwASBNCu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZwASBNCu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZwASBNCu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZwASBNCu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZwASBNCu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZwASBNCu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZwASBNCu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZwASBNCu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZwASBNCu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZwASBNCu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZwASBNCu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZwASBNCu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZwASBNCu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZwASBNCu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZwASBNCu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZwASBNCu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZwASBNCu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZwASBNCu .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZwASBNCu .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZwASBNCu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZwASBNCu .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZwASBNCu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZwASBNCu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZwASBNCu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZwASBNCu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZwASBNCu .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZwASBNCu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZwASBNCu .dropdown-menu,
.cid-uUZwASBNCu .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZwASBNCu .nav-item:focus,
.cid-uUZwASBNCu .nav-link:focus {
  outline: none;
}
.cid-uUZwASBNCu .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-uUZwASBNCu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZwASBNCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZwASBNCu .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-uUZwASBNCu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZwASBNCu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZwASBNCu .dropdown-item.active,
.cid-uUZwASBNCu .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZwASBNCu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZwASBNCu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZwASBNCu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZwASBNCu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZwASBNCu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZwASBNCu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZwASBNCu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZwASBNCu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZwASBNCu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZwASBNCu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZwASBNCu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZwASBNCu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZwASBNCu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZwASBNCu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZwASBNCu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZwASBNCu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZwASBNCu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZwASBNCu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZwASBNCu .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZwASBNCu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZwASBNCu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZwASBNCu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZwASBNCu .navbar {
    height: 77px;
  }
  .cid-uUZwASBNCu .navbar.opened {
    height: auto;
  }
  .cid-uUZwASBNCu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZwASBNCu .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZwASBNCu .navbar-caption em,
.cid-uUZwASBNCu .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZwASBNCu .navbar-caption {
    display: none;
  }
}
.cid-uUZwASBNCu .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZwB11vpZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/blue-lake.webp");
}
.cid-uUZwB11vpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZwB11vpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZwB11vpZ .container-fluid {
  padding: 0;
}
.cid-uUZwB11vpZ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZwB11vpZ .row {
    padding: 0 12px;
  }
}
.cid-uUZwB11vpZ .title-wrapper {
  padding-top: 40%;
}
.cid-uUZwB11vpZ .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZwB11vpZ .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZwB11vpZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZwB1CCbh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZwB1CCbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZwB1CCbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZwB1CCbh .container-fluid {
  padding: 0;
}
.cid-uUZwB1CCbh .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZwB1CCbh .row {
    padding: 0 12px;
  }
}
.cid-uUZwB1CCbh .row {
  justify-content: center;
}
.cid-uUZwB1CCbh .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZwB1CCbh .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZwB1CCbh .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZwB1CCbh .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZwB1CCbh .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZwB1CCbh .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZwB1CCbh .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZwB1CCbh .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZwB1CCbh .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZwB1CCbh .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZwB1CCbh .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZwB1CCbh .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZwB1CCbh .mbr-section {
  color: #0d1f37;
}
.cid-uUZwB1CCbh .mbr-section-title,
.cid-uUZwB1CCbh .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZwB1CCbh .mbr-text {
  color: #000000;
}
.cid-uUZwB1CCbh .mbr-section-title,
.cid-uUZwB1CCbh .icon-wrapper,
.cid-uUZwB1CCbh .mbr-iconfont {
  color: #228840;
}
.cid-uUZwBeXKH5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZwBeXKH5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZwBeXKH5 li {
  padding-bottom: 0.6rem;
}
.cid-uUZwBeXKH5 .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZwBeXKH5 .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZwBeXKH5 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZwBeXKH5 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZwBeXKH5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZwBeXKH5 .soc-item:hover {
  background: #1c314e;
}
.cid-uUZwBeXKH5 .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZwBeXKH5 .row {
    text-align: center;
  }
  .cid-uUZwBeXKH5 .social-row {
    xjustify-content: center;
  }
}
.cid-uUZwBeXKH5 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZwBeXKH5 .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZwBeXKH5 H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZwBeXKH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZwBeXKH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZwBeXKH5 .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZwBeXKH5 .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZwBeXKH5 .copyright {
  text-align: center;
}
.cid-uUZxbPKiA6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZxbPKiA6 .display-2 {
  font-size: 2rem;
}
.cid-uUZxbPKiA6 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZxbPKiA6 .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZxbPKiA6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZxbPKiA6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZxbPKiA6 .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZxbPKiA6 .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZxbPKiA6 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZxbPKiA6 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZxbPKiA6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZxbPKiA6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZxbPKiA6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZxbPKiA6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZxbPKiA6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZxbPKiA6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZxbPKiA6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZxbPKiA6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZxbPKiA6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZxbPKiA6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZxbPKiA6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZxbPKiA6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZxbPKiA6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZxbPKiA6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZxbPKiA6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZxbPKiA6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZxbPKiA6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZxbPKiA6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZxbPKiA6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZxbPKiA6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZxbPKiA6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZxbPKiA6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZxbPKiA6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZxbPKiA6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZxbPKiA6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZxbPKiA6 .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZxbPKiA6 .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZxbPKiA6 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZxbPKiA6 .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZxbPKiA6 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZxbPKiA6 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZxbPKiA6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZxbPKiA6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZxbPKiA6 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZxbPKiA6 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZxbPKiA6 .dropdown-menu,
.cid-uUZxbPKiA6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZxbPKiA6 .nav-item:focus,
.cid-uUZxbPKiA6 .nav-link:focus {
  outline: none;
}
.cid-uUZxbPKiA6 .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-uUZxbPKiA6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZxbPKiA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZxbPKiA6 .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-uUZxbPKiA6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZxbPKiA6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZxbPKiA6 .dropdown-item.active,
.cid-uUZxbPKiA6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZxbPKiA6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZxbPKiA6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZxbPKiA6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZxbPKiA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZxbPKiA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZxbPKiA6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZxbPKiA6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZxbPKiA6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZxbPKiA6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZxbPKiA6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZxbPKiA6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZxbPKiA6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZxbPKiA6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZxbPKiA6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZxbPKiA6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZxbPKiA6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZxbPKiA6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZxbPKiA6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZxbPKiA6 .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZxbPKiA6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZxbPKiA6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZxbPKiA6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZxbPKiA6 .navbar {
    height: 77px;
  }
  .cid-uUZxbPKiA6 .navbar.opened {
    height: auto;
  }
  .cid-uUZxbPKiA6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZxbPKiA6 .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZxbPKiA6 .navbar-caption em,
.cid-uUZxbPKiA6 .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZxbPKiA6 .navbar-caption {
    display: none;
  }
}
.cid-uUZxbPKiA6 .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZxbZmFX8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/lake-at-dusk.webp");
}
.cid-uUZxbZmFX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZxbZmFX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZxbZmFX8 .container-fluid {
  padding: 0;
}
.cid-uUZxbZmFX8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZxbZmFX8 .row {
    padding: 0 12px;
  }
}
.cid-uUZxbZmFX8 .title-wrapper {
  padding-top: 40%;
}
.cid-uUZxbZmFX8 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZxbZmFX8 .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZxbZmFX8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZxbZXdac {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZxbZXdac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZxbZXdac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZxbZXdac .container-fluid {
  padding: 0;
}
.cid-uUZxbZXdac .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZxbZXdac .row {
    padding: 0 12px;
  }
}
.cid-uUZxbZXdac .row {
  justify-content: center;
}
.cid-uUZxbZXdac .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZxbZXdac .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZxbZXdac .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZxbZXdac .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZxbZXdac .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZxbZXdac .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZxbZXdac .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZxbZXdac .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZxbZXdac .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZxbZXdac .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZxbZXdac .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZxbZXdac .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZxbZXdac .mbr-section {
  color: #0d1f37;
}
.cid-uUZxbZXdac .mbr-section-title,
.cid-uUZxbZXdac .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZxbZXdac .mbr-text {
  color: #000000;
}
.cid-uUZxbZXdac .mbr-section-title,
.cid-uUZxbZXdac .icon-wrapper,
.cid-uUZxbZXdac .mbr-iconfont {
  color: #228840;
}
.cid-uUZxbZXdac .mbr-text-title {
  text-align: center;
}
.cid-uUZxcccLUf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZxcccLUf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZxcccLUf li {
  padding-bottom: 0.6rem;
}
.cid-uUZxcccLUf .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZxcccLUf .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZxcccLUf .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZxcccLUf .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZxcccLUf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZxcccLUf .soc-item:hover {
  background: #1c314e;
}
.cid-uUZxcccLUf .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZxcccLUf .row {
    text-align: center;
  }
  .cid-uUZxcccLUf .social-row {
    xjustify-content: center;
  }
}
.cid-uUZxcccLUf .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZxcccLUf .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZxcccLUf H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZxcccLUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZxcccLUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZxcccLUf .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZxcccLUf .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZxcccLUf .copyright {
  text-align: center;
}
.cid-uUZzbRFytJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZzbRFytJ .display-2 {
  font-size: 2rem;
}
.cid-uUZzbRFytJ .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZzbRFytJ .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZzbRFytJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZzbRFytJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZzbRFytJ .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZzbRFytJ .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZzbRFytJ .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZzbRFytJ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZzbRFytJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZzbRFytJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZzbRFytJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZzbRFytJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZzbRFytJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZzbRFytJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZzbRFytJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZzbRFytJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZzbRFytJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZzbRFytJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZzbRFytJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZzbRFytJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZzbRFytJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZzbRFytJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZzbRFytJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZzbRFytJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZzbRFytJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZzbRFytJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZzbRFytJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZzbRFytJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZzbRFytJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZzbRFytJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZzbRFytJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZzbRFytJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZzbRFytJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZzbRFytJ .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZzbRFytJ .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZzbRFytJ .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZzbRFytJ .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZzbRFytJ .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZzbRFytJ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZzbRFytJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZzbRFytJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZzbRFytJ .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZzbRFytJ .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZzbRFytJ .dropdown-menu,
.cid-uUZzbRFytJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZzbRFytJ .nav-item:focus,
.cid-uUZzbRFytJ .nav-link:focus {
  outline: none;
}
.cid-uUZzbRFytJ .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-uUZzbRFytJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZzbRFytJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZzbRFytJ .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-uUZzbRFytJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZzbRFytJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZzbRFytJ .dropdown-item.active,
.cid-uUZzbRFytJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZzbRFytJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZzbRFytJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZzbRFytJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZzbRFytJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZzbRFytJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZzbRFytJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZzbRFytJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZzbRFytJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZzbRFytJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZzbRFytJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZzbRFytJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZzbRFytJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZzbRFytJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZzbRFytJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZzbRFytJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZzbRFytJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZzbRFytJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZzbRFytJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZzbRFytJ .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZzbRFytJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZzbRFytJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZzbRFytJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZzbRFytJ .navbar {
    height: 77px;
  }
  .cid-uUZzbRFytJ .navbar.opened {
    height: auto;
  }
  .cid-uUZzbRFytJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZzbRFytJ .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZzbRFytJ .navbar-caption em,
.cid-uUZzbRFytJ .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZzbRFytJ .navbar-caption {
    display: none;
  }
}
.cid-uUZzbRFytJ .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZzbUq5ki {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/deep-woods.webp");
}
.cid-uUZzbUq5ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZzbUq5ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZzbUq5ki .container-fluid {
  padding: 0;
}
.cid-uUZzbUq5ki .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZzbUq5ki .row {
    padding: 0 12px;
  }
}
.cid-uUZzbUq5ki .title-wrapper {
  padding-top: 40%;
}
.cid-uUZzbUq5ki .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZzbUq5ki .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZzbUq5ki .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZzbUXOiJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZzbUXOiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZzbUXOiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZzbUXOiJ .container-fluid {
  padding: 0;
}
.cid-uUZzbUXOiJ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZzbUXOiJ .row {
    padding: 0 12px;
  }
}
.cid-uUZzbUXOiJ .row {
  justify-content: center;
}
.cid-uUZzbUXOiJ .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZzbUXOiJ .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZzbUXOiJ .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZzbUXOiJ .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZzbUXOiJ .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZzbUXOiJ .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZzbUXOiJ .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZzbUXOiJ .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZzbUXOiJ .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZzbUXOiJ .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZzbUXOiJ .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZzbUXOiJ .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZzbUXOiJ .mbr-section {
  color: #0d1f37;
}
.cid-uUZzbUXOiJ .mbr-section-title,
.cid-uUZzbUXOiJ .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZzbUXOiJ .mbr-text {
  color: #000000;
}
.cid-uUZzbUXOiJ .mbr-section-title,
.cid-uUZzbUXOiJ .icon-wrapper,
.cid-uUZzbUXOiJ .mbr-iconfont {
  color: #228840;
}
.cid-uUZzcfOUvg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZzcfOUvg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZzcfOUvg li {
  padding-bottom: 0.6rem;
}
.cid-uUZzcfOUvg .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZzcfOUvg .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZzcfOUvg .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZzcfOUvg .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZzcfOUvg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZzcfOUvg .soc-item:hover {
  background: #1c314e;
}
.cid-uUZzcfOUvg .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZzcfOUvg .row {
    text-align: center;
  }
  .cid-uUZzcfOUvg .social-row {
    xjustify-content: center;
  }
}
.cid-uUZzcfOUvg .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZzcfOUvg .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZzcfOUvg H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZzcfOUvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZzcfOUvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZzcfOUvg .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZzcfOUvg .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZzcfOUvg .copyright {
  text-align: center;
}
.cid-uUZGwnHIJs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUZGwnHIJs .display-2 {
  font-size: 2rem;
}
.cid-uUZGwnHIJs .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUZGwnHIJs .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZGwnHIJs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZGwnHIJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uUZGwnHIJs .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uUZGwnHIJs .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uUZGwnHIJs .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uUZGwnHIJs .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUZGwnHIJs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZGwnHIJs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUZGwnHIJs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZGwnHIJs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZGwnHIJs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZGwnHIJs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uUZGwnHIJs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZGwnHIJs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZGwnHIJs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUZGwnHIJs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZGwnHIJs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uUZGwnHIJs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZGwnHIJs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZGwnHIJs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZGwnHIJs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZGwnHIJs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZGwnHIJs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUZGwnHIJs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZGwnHIJs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZGwnHIJs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZGwnHIJs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUZGwnHIJs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUZGwnHIJs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZGwnHIJs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUZGwnHIJs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZGwnHIJs .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uUZGwnHIJs .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uUZGwnHIJs .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUZGwnHIJs .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUZGwnHIJs .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uUZGwnHIJs .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUZGwnHIJs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uUZGwnHIJs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZGwnHIJs .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUZGwnHIJs .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uUZGwnHIJs .dropdown-menu,
.cid-uUZGwnHIJs .navbar.opened {
  background: #ffffff !important;
}
.cid-uUZGwnHIJs .nav-item:focus,
.cid-uUZGwnHIJs .nav-link:focus {
  outline: none;
}
.cid-uUZGwnHIJs .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-uUZGwnHIJs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZGwnHIJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZGwnHIJs .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-uUZGwnHIJs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZGwnHIJs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZGwnHIJs .dropdown-item.active,
.cid-uUZGwnHIJs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZGwnHIJs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uUZGwnHIJs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZGwnHIJs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZGwnHIJs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUZGwnHIJs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZGwnHIJs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZGwnHIJs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUZGwnHIJs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZGwnHIJs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUZGwnHIJs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUZGwnHIJs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZGwnHIJs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZGwnHIJs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZGwnHIJs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZGwnHIJs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZGwnHIJs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZGwnHIJs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZGwnHIJs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZGwnHIJs .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uUZGwnHIJs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUZGwnHIJs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUZGwnHIJs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUZGwnHIJs .navbar {
    height: 77px;
  }
  .cid-uUZGwnHIJs .navbar.opened {
    height: auto;
  }
  .cid-uUZGwnHIJs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZGwnHIJs .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uUZGwnHIJs .navbar-caption em,
.cid-uUZGwnHIJs .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uUZGwnHIJs .navbar-caption {
    display: none;
  }
}
.cid-uUZGwnHIJs .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uUZGwosxej {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/autumn-lake.webp");
}
.cid-uUZGwosxej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwosxej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwosxej .container-fluid {
  padding: 0;
}
.cid-uUZGwosxej .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwosxej .row {
    padding: 0 12px;
  }
}
.cid-uUZGwosxej .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwosxej .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwosxej .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwosxej .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwoW7pT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwoW7pT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwoW7pT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwoW7pT .container-fluid {
  padding: 0;
}
.cid-uUZGwoW7pT .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwoW7pT .row {
    padding: 0 12px;
  }
}
.cid-uUZGwoW7pT .row {
  justify-content: center;
}
.cid-uUZGwoW7pT .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwoW7pT .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwoW7pT .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwoW7pT .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwoW7pT .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwoW7pT .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwoW7pT .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwoW7pT .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwoW7pT .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwoW7pT .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwoW7pT .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwoW7pT .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwoW7pT .mbr-section {
  color: #000000;
}
.cid-uUZGwoW7pT .mbr-section-title,
.cid-uUZGwoW7pT .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwoW7pT .mbr-text {
  color: #000000;
}
.cid-uUZGwoW7pT .mbr-section-title,
.cid-uUZGwoW7pT .icon-wrapper,
.cid-uUZGwoW7pT .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwpufa8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/night-cabin.webp");
}
.cid-uUZGwpufa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwpufa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwpufa8 .container-fluid {
  padding: 0;
}
.cid-uUZGwpufa8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwpufa8 .row {
    padding: 0 12px;
  }
}
.cid-uUZGwpufa8 .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwpufa8 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwpufa8 .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwpufa8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwpYGy9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffefd;
}
.cid-uUZGwpYGy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwpYGy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwpYGy9 .container-fluid {
  padding: 0;
}
.cid-uUZGwpYGy9 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwpYGy9 .row {
    padding: 0 12px;
  }
}
.cid-uUZGwpYGy9 .row {
  justify-content: center;
}
.cid-uUZGwpYGy9 .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-uUZGwpYGy9 .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwpYGy9 .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwpYGy9 .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uUZGwpYGy9 .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #7fcc3e;
}
.cid-uUZGwpYGy9 .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-uUZGwpYGy9 .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwpYGy9 .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwpYGy9 .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwpYGy9 .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwpYGy9 .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwpYGy9 .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwpYGy9 .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwpYGy9 .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwpYGy9 .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-uUZGwpYGy9 .mbr-section {
  color: #000000;
}
.cid-uUZGwpYGy9 .mbr-section-title,
.cid-uUZGwpYGy9 .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwpYGy9 .mbr-text {
  color: #000000;
}
.cid-uUZGwpYGy9 .mbr-section-title,
.cid-uUZGwpYGy9 .icon-wrapper,
.cid-uUZGwpYGy9 .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwqvsMD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/deep-woods.webp");
}
.cid-uUZGwqvsMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwqvsMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwqvsMD .container-fluid {
  padding: 0;
}
.cid-uUZGwqvsMD .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwqvsMD .row {
    padding: 0 12px;
  }
}
.cid-uUZGwqvsMD .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwqvsMD .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwqvsMD .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwqvsMD .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwqWClb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwqWClb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwqWClb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwqWClb .container-fluid {
  padding: 0;
}
.cid-uUZGwqWClb .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwqWClb .row {
    padding: 0 12px;
  }
}
.cid-uUZGwqWClb .row {
  justify-content: center;
}
.cid-uUZGwqWClb .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwqWClb .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwqWClb .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwqWClb .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwqWClb .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwqWClb .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwqWClb .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwqWClb .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwqWClb .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwqWClb .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwqWClb .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwqWClb .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwqWClb .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwqWClb .mbr-section-title,
.cid-uUZGwqWClb .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwqWClb .mbr-text {
  color: #000000;
}
.cid-uUZGwqWClb .mbr-section-title,
.cid-uUZGwqWClb .icon-wrapper,
.cid-uUZGwqWClb .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwrsFQc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/young-deer.webp");
}
.cid-uUZGwrsFQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwrsFQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwrsFQc .container-fluid {
  padding: 0;
}
.cid-uUZGwrsFQc .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwrsFQc .row {
    padding: 0 12px;
  }
}
.cid-uUZGwrsFQc .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwrsFQc .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwrsFQc .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwrsFQc .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwrUPz3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwrUPz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwrUPz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwrUPz3 .container-fluid {
  padding: 0;
}
.cid-uUZGwrUPz3 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwrUPz3 .row {
    padding: 0 12px;
  }
}
.cid-uUZGwrUPz3 .row {
  justify-content: center;
}
.cid-uUZGwrUPz3 .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwrUPz3 .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwrUPz3 .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwrUPz3 .text-wrapper {
  position: relative;
  padding: 13rem 25rem 7rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwrUPz3 .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwrUPz3 .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwrUPz3 .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwrUPz3 .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwrUPz3 .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwrUPz3 .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwrUPz3 .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwrUPz3 .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwrUPz3 .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwrUPz3 .mbr-section-title,
.cid-uUZGwrUPz3 .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwrUPz3 .mbr-text {
  color: #000000;
}
.cid-uUZGwrUPz3 .mbr-section-title,
.cid-uUZGwrUPz3 .icon-wrapper,
.cid-uUZGwrUPz3 .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwszebX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5efed;
}
.cid-uUZGwszebX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwszebX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwszebX .container-fluid {
  padding: 0;
}
.cid-uUZGwszebX .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwszebX .row {
    padding: 0 12px;
  }
}
.cid-uUZGwszebX .row {
  justify-content: center;
}
.cid-uUZGwszebX .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-uUZGwszebX .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwszebX .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwszebX .list-wrapper {
  padding: 0;
}
.cid-uUZGwszebX .title-wrapper {
  padding: 0 15rem 0 6rem;
}
.cid-uUZGwszebX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-uUZGwszebX .title-wrapper {
    padding: 0 1rem;
  }
}
.cid-uUZGwszebX .panel-group {
  padding: 0 15rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uUZGwszebX .panel-group {
    padding: 0 .75rem;
  }
}
.cid-uUZGwszebX .panel-group .card {
  border-bottom: 1px solid #228840;
  border-radius: 0;
}
.cid-uUZGwszebX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 29px 0;
}
.cid-uUZGwszebX .panel-group .card .card-header .panel-title {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.cid-uUZGwszebX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0 0 0 30px;
  transition: all .3s ease;
}
.cid-uUZGwszebX .panel-group .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-uUZGwszebX .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 50px 50px;
}
.cid-uUZGwszebX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUZGwszebX .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uUZGwszebX .panel-title:not(.collapsed) .mbr-iconfont {
  color: #000000;
  opacity: 1;
}
.cid-uUZGwszebX .mbr-section-title {
  color: #1c314e;
}
.cid-uUZGwszebX .panel-title-edit,
.cid-uUZGwszebX .mbr-iconfont {
  color: #0d1f37;
}
.cid-uUZGwszebX .panel-text {
  color: #000000;
}
.cid-uUZGwt9DFR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forest-evening-lake.webp");
}
.cid-uUZGwt9DFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwt9DFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwt9DFR .container-fluid {
  padding: 0;
}
.cid-uUZGwt9DFR .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwt9DFR .row {
    padding: 0 12px;
  }
}
.cid-uUZGwt9DFR .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwt9DFR .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwt9DFR .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwt9DFR .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwtGMcA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwtGMcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwtGMcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwtGMcA .container-fluid {
  padding: 0;
}
.cid-uUZGwtGMcA .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwtGMcA .row {
    padding: 0 12px;
  }
}
.cid-uUZGwtGMcA .row {
  justify-content: center;
}
.cid-uUZGwtGMcA .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwtGMcA .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwtGMcA .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwtGMcA .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwtGMcA .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwtGMcA .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwtGMcA .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwtGMcA .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwtGMcA .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwtGMcA .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwtGMcA .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwtGMcA .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwtGMcA .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwtGMcA .mbr-section-title,
.cid-uUZGwtGMcA .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwtGMcA .mbr-text {
  color: #000000;
}
.cid-uUZGwtGMcA .mbr-section-title,
.cid-uUZGwtGMcA .icon-wrapper,
.cid-uUZGwtGMcA .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwunCVk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forest-stacked-logs.webp");
}
.cid-uUZGwunCVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwunCVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwunCVk .container-fluid {
  padding: 0;
}
.cid-uUZGwunCVk .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwunCVk .row {
    padding: 0 12px;
  }
}
.cid-uUZGwunCVk .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwunCVk .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwunCVk .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwunCVk .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwuWEtL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwuWEtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwuWEtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwuWEtL .container-fluid {
  padding: 0;
}
.cid-uUZGwuWEtL .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwuWEtL .row {
    padding: 0 12px;
  }
}
.cid-uUZGwuWEtL .row {
  justify-content: center;
}
.cid-uUZGwuWEtL .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwuWEtL .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwuWEtL .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwuWEtL .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwuWEtL .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwuWEtL .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwuWEtL .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwuWEtL .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwuWEtL .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwuWEtL .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwuWEtL .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwuWEtL .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwuWEtL .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwuWEtL .mbr-section-title,
.cid-uUZGwuWEtL .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwuWEtL .mbr-text {
  color: #000000;
}
.cid-uUZGwuWEtL .mbr-section-title,
.cid-uUZGwuWEtL .icon-wrapper,
.cid-uUZGwuWEtL .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwvETPY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forest-bench-shed.webp");
}
.cid-uUZGwvETPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwvETPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwvETPY .container-fluid {
  padding: 0;
}
.cid-uUZGwvETPY .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwvETPY .row {
    padding: 0 12px;
  }
}
.cid-uUZGwvETPY .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwvETPY .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwvETPY .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwvETPY .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwwd4lI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwwd4lI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwwd4lI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwwd4lI .container-fluid {
  padding: 0;
}
.cid-uUZGwwd4lI .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwwd4lI .row {
    padding: 0 12px;
  }
}
.cid-uUZGwwd4lI .row {
  justify-content: center;
}
.cid-uUZGwwd4lI .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwwd4lI .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwwd4lI .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwwd4lI .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwwd4lI .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwwd4lI .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwwd4lI .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwwd4lI .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwwd4lI .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwwd4lI .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwwd4lI .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwwd4lI .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwwd4lI .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwwd4lI .mbr-section-title,
.cid-uUZGwwd4lI .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwwd4lI .mbr-text {
  color: #000000;
}
.cid-uUZGwwd4lI .mbr-section-title,
.cid-uUZGwwd4lI .icon-wrapper,
.cid-uUZGwwd4lI .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwwW2cp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/blue-lake.webp");
}
.cid-uUZGwwW2cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwwW2cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwwW2cp .container-fluid {
  padding: 0;
}
.cid-uUZGwwW2cp .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwwW2cp .row {
    padding: 0 12px;
  }
}
.cid-uUZGwwW2cp .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwwW2cp .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwwW2cp .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwwW2cp .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwxBZvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwxBZvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwxBZvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwxBZvj .container-fluid {
  padding: 0;
}
.cid-uUZGwxBZvj .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwxBZvj .row {
    padding: 0 12px;
  }
}
.cid-uUZGwxBZvj .row {
  justify-content: center;
}
.cid-uUZGwxBZvj .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwxBZvj .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwxBZvj .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwxBZvj .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwxBZvj .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwxBZvj .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwxBZvj .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwxBZvj .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwxBZvj .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwxBZvj .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwxBZvj .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwxBZvj .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwxBZvj .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwxBZvj .mbr-section-title,
.cid-uUZGwxBZvj .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwxBZvj .mbr-text {
  color: #000000;
}
.cid-uUZGwxBZvj .mbr-section-title,
.cid-uUZGwxBZvj .icon-wrapper,
.cid-uUZGwxBZvj .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwyiV85 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/lake-at-dusk.webp");
}
.cid-uUZGwyiV85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwyiV85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwyiV85 .container-fluid {
  padding: 0;
}
.cid-uUZGwyiV85 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwyiV85 .row {
    padding: 0 12px;
  }
}
.cid-uUZGwyiV85 .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwyiV85 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwyiV85 .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwyiV85 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwyZOWD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwyZOWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwyZOWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwyZOWD .container-fluid {
  padding: 0;
}
.cid-uUZGwyZOWD .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwyZOWD .row {
    padding: 0 12px;
  }
}
.cid-uUZGwyZOWD .row {
  justify-content: center;
}
.cid-uUZGwyZOWD .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwyZOWD .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwyZOWD .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwyZOWD .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwyZOWD .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwyZOWD .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwyZOWD .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwyZOWD .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwyZOWD .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwyZOWD .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwyZOWD .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwyZOWD .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwyZOWD .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwyZOWD .mbr-section-title,
.cid-uUZGwyZOWD .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwyZOWD .mbr-text {
  color: #000000;
}
.cid-uUZGwyZOWD .mbr-section-title,
.cid-uUZGwyZOWD .icon-wrapper,
.cid-uUZGwyZOWD .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwyZOWD .mbr-text-title {
  text-align: center;
}
.cid-uUZGwzHJth {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/winter-cabin.webp");
}
.cid-uUZGwzHJth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwzHJth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwzHJth .container-fluid {
  padding: 0;
}
.cid-uUZGwzHJth .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwzHJth .row {
    padding: 0 12px;
  }
}
.cid-uUZGwzHJth .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwzHJth .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwzHJth .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwzHJth .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwApWjP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwApWjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwApWjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwApWjP .container-fluid {
  padding: 0;
}
.cid-uUZGwApWjP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwApWjP .row {
    padding: 0 12px;
  }
}
.cid-uUZGwApWjP .row {
  justify-content: center;
}
.cid-uUZGwApWjP .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwApWjP .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwApWjP .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwApWjP .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwApWjP .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwApWjP .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwApWjP .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwApWjP .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwApWjP .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwApWjP .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwApWjP .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwApWjP .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwApWjP .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwApWjP .mbr-section-title,
.cid-uUZGwApWjP .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwApWjP .mbr-text {
  color: #000000;
}
.cid-uUZGwApWjP .mbr-section-title,
.cid-uUZGwApWjP .icon-wrapper,
.cid-uUZGwApWjP .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwApWjP .mbr-text-title {
  text-align: left;
}
.cid-uUZGwBaoTu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/lake-sunset.webp");
}
.cid-uUZGwBaoTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwBaoTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwBaoTu .container-fluid {
  padding: 0;
}
.cid-uUZGwBaoTu .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwBaoTu .row {
    padding: 0 12px;
  }
}
.cid-uUZGwBaoTu .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwBaoTu .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwBaoTu .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwBaoTu .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwBPwIb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwBPwIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwBPwIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwBPwIb .container-fluid {
  padding: 0;
}
.cid-uUZGwBPwIb .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwBPwIb .row {
    padding: 0 12px;
  }
}
.cid-uUZGwBPwIb .row {
  justify-content: center;
}
.cid-uUZGwBPwIb .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwBPwIb .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwBPwIb .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwBPwIb .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwBPwIb .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwBPwIb .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwBPwIb .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwBPwIb .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwBPwIb .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwBPwIb .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwBPwIb .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwBPwIb .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwBPwIb .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwBPwIb .mbr-section-title,
.cid-uUZGwBPwIb .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwBPwIb .mbr-text {
  color: #000000;
}
.cid-uUZGwBPwIb .mbr-section-title,
.cid-uUZGwBPwIb .icon-wrapper,
.cid-uUZGwBPwIb .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwBPwIb .mbr-text-title {
  text-align: left;
}
.cid-uUZGwCBetP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/autumn-cabin.webp");
}
.cid-uUZGwCBetP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwCBetP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwCBetP .container-fluid {
  padding: 0;
}
.cid-uUZGwCBetP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwCBetP .row {
    padding: 0 12px;
  }
}
.cid-uUZGwCBetP .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwCBetP .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwCBetP .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwCBetP .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwDh3ZF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwDh3ZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwDh3ZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwDh3ZF .container-fluid {
  padding: 0;
}
.cid-uUZGwDh3ZF .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwDh3ZF .row {
    padding: 0 12px;
  }
}
.cid-uUZGwDh3ZF .row {
  justify-content: center;
}
.cid-uUZGwDh3ZF .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwDh3ZF .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwDh3ZF .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwDh3ZF .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwDh3ZF .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwDh3ZF .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwDh3ZF .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwDh3ZF .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwDh3ZF .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwDh3ZF .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwDh3ZF .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwDh3ZF .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwDh3ZF .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwDh3ZF .mbr-section-title,
.cid-uUZGwDh3ZF .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwDh3ZF .mbr-text {
  color: #000000;
}
.cid-uUZGwDh3ZF .mbr-section-title,
.cid-uUZGwDh3ZF .icon-wrapper,
.cid-uUZGwDh3ZF .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwDh3ZF .mbr-text-title {
  text-align: left;
}
.cid-uUZGwE2fl0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/beach-sunset.webp");
}
.cid-uUZGwE2fl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwE2fl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwE2fl0 .container-fluid {
  padding: 0;
}
.cid-uUZGwE2fl0 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwE2fl0 .row {
    padding: 0 12px;
  }
}
.cid-uUZGwE2fl0 .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwE2fl0 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwE2fl0 .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwE2fl0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwEKLPY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwEKLPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwEKLPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwEKLPY .container-fluid {
  padding: 0;
}
.cid-uUZGwEKLPY .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwEKLPY .row {
    padding: 0 12px;
  }
}
.cid-uUZGwEKLPY .row {
  justify-content: center;
}
.cid-uUZGwEKLPY .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uUZGwEKLPY .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uUZGwEKLPY .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uUZGwEKLPY .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uUZGwEKLPY .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUZGwEKLPY .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uUZGwEKLPY .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uUZGwEKLPY .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUZGwEKLPY .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uUZGwEKLPY .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uUZGwEKLPY .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwEKLPY .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uUZGwEKLPY .mbr-section {
  color: #0d1f37;
}
.cid-uUZGwEKLPY .mbr-section-title,
.cid-uUZGwEKLPY .mbr-iconfont {
  color: #1c314e;
}
.cid-uUZGwEKLPY .mbr-text {
  color: #000000;
}
.cid-uUZGwEKLPY .mbr-section-title,
.cid-uUZGwEKLPY .icon-wrapper,
.cid-uUZGwEKLPY .mbr-iconfont {
  color: #228840;
}
.cid-uUZGwEKLPY .mbr-text-title {
  text-align: left;
}
.cid-uUZGwFwmB9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/autumn-leaves.webp");
}
.cid-uUZGwFwmB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwFwmB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwFwmB9 .container-fluid {
  padding: 0;
}
.cid-uUZGwFwmB9 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwFwmB9 .row {
    padding: 0 12px;
  }
}
.cid-uUZGwFwmB9 .title-wrapper {
  padding-top: 40%;
}
.cid-uUZGwFwmB9 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uUZGwFwmB9 .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uUZGwFwmB9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uUZGwGcWRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUZGwGcWRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwGcWRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwGcWRb .container-fluid {
  padding: 0;
}
.cid-uUZGwGcWRb .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwGcWRb .row {
    padding: 0 12px;
  }
}
.cid-uUZGwGcWRb .container-wrapper {
  padding: 0;
}
.cid-uUZGwGcWRb .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-uUZGwGcWRb .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-uUZGwGcWRb .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uUZGwGcWRb .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uUZGwGcWRb .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uUZGwGcWRb .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uUZGwGcWRb .mbr-section-title {
  color: #228840;
}
.cid-uUZGwGcWRb .list {
  color: #1c314e;
}
.cid-uUZGwGXqSu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5efed;
}
.cid-uUZGwGXqSu .title_block {
  margin-bottom: 60px;
}
.cid-uUZGwGXqSu .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1c314e;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uUZGwGXqSu .mbr-section-title,
.cid-uUZGwGXqSu .card-title {
  color: #7fcc3e;
}
.cid-uUZGwGXqSu .card-title {
  margin-bottom: 22px;
  color: #000000;
}
.cid-uUZGwGXqSu .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-uUZGwGXqSu .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uUZGwGXqSu .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uUZGwGXqSu .btn_link:hover {
  cursor: pointer;
}
.cid-uUZGwGXqSu .btn_link:hover a {
  color: #1c314e !important;
}
.cid-uUZGwGXqSu .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uUZGwGXqSu .item-img {
  margin-bottom: 20px;
}
.cid-uUZGwGXqSu img,
.cid-uUZGwGXqSu .item-img {
  width: 100%;
  object-fit: contain;
  height: 84px;
}
.cid-uUZGwGXqSu .item:focus,
.cid-uUZGwGXqSu span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uUZGwGXqSu .title_block {
    margin-bottom: 40px;
  }
  .cid-uUZGwGXqSu .card-title,
  .cid-uUZGwGXqSu .card-text {
    margin-bottom: 16px;
  }
  .cid-uUZGwGXqSu .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uUZGwGXqSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwGXqSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwGXqSu .item-wrapper {
  display: flex;
  min-height: 350px;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUZGwGXqSu .mbr-section-title {
  color: #228840;
}
.cid-uUZGwHNdoV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f5efed;
}
.cid-uUZGwHNdoV .title_block {
  margin-bottom: 60px;
}
.cid-uUZGwHNdoV .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1c314e;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uUZGwHNdoV .mbr-section-title,
.cid-uUZGwHNdoV .card-title {
  color: #7fcc3e;
}
.cid-uUZGwHNdoV .card-title {
  margin-bottom: 22px;
  color: #000000;
}
.cid-uUZGwHNdoV .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-uUZGwHNdoV .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uUZGwHNdoV .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uUZGwHNdoV .btn_link:hover {
  cursor: pointer;
}
.cid-uUZGwHNdoV .btn_link:hover a {
  color: #1c314e !important;
}
.cid-uUZGwHNdoV .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uUZGwHNdoV .item-img {
  margin-bottom: 20px;
}
.cid-uUZGwHNdoV img,
.cid-uUZGwHNdoV .item-img {
  width: 100%;
  object-fit: contain;
  height: 84px;
}
.cid-uUZGwHNdoV .item:focus,
.cid-uUZGwHNdoV span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uUZGwHNdoV .title_block {
    margin-bottom: 40px;
  }
  .cid-uUZGwHNdoV .card-title,
  .cid-uUZGwHNdoV .card-text {
    margin-bottom: 16px;
  }
  .cid-uUZGwHNdoV .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uUZGwHNdoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwHNdoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwHNdoV .item-wrapper {
  display: flex;
  min-height: 350px;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUZGwHNdoV .mbr-section-title {
  color: #d8dadb;
}
.cid-uUZGwID4Rl {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUZGwID4Rl .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uUZGwID4Rl .mbr-section-title {
  color: #223355;
}
.cid-uUZGwID4Rl .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uUZGwID4Rl .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem !important;
}
@media (max-width: 991px) {
  .cid-uUZGwID4Rl .card {
    padding: 1rem !important;
  }
}
.cid-uUZGwID4Rl .card:hover {
  transform: translateY(-1rem);
}
.cid-uUZGwID4Rl .card img {
  max-width: 245px;
  height: auto;
}
.cid-uUZGwID4Rl .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uUZGwJucfZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUZGwJucfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwJucfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwJucfZ .container-fluid {
  padding: 0;
}
.cid-uUZGwJucfZ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUZGwJucfZ .row {
    padding: 0 12px;
  }
}
.cid-uUZGwJucfZ .container-wrapper {
  padding: 0;
}
.cid-uUZGwJucfZ .title-wrapper {
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uUZGwJucfZ .title-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uUZGwJucfZ .title-wrapper {
    padding: 0 1rem;
  }
}
.cid-uUZGwJucfZ .title-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uUZGwJucfZ .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uUZGwJucfZ .title-wrapper .mbr-text {
  margin: 0;
  opacity: .5;
}
.cid-uUZGwJucfZ .image-wrapper {
  padding: 0 0 0 3rem;
  padding: 0 3rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUZGwJucfZ .image-wrapper {
    padding: 0 1rem;
    margin-top: 29px;
  }
}
.cid-uUZGwJucfZ .image-wrapper img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUZGwJucfZ .image-wrapper img {
    width: 100%;
    max-height: 300px;
  }
}
.cid-uUZGwJucfZ .mbr-section-title {
  color: #228840;
  margin-top: 8rem;
}
.cid-uUZGwJucfZ .mbr-text {
  color: #1c314e;
}
.cid-uUZGwKiT6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUZGwKiT6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwKiT6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwKiT6y .google-map {
  height: 350px;
  position: relative;
}
.cid-uUZGwKiT6y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUZGwKiT6y .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUZGwKiT6y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUZGwKiT6y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUZGwKiT6y .mbr-section-title {
  color: #228840;
}
.cid-uUZGwLntAm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uUZGwLntAm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUZGwLntAm li {
  padding-bottom: 0.6rem;
}
.cid-uUZGwLntAm .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uUZGwLntAm .container {
    padding: 4rem 2rem;
  }
}
.cid-uUZGwLntAm .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uUZGwLntAm .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUZGwLntAm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uUZGwLntAm .soc-item:hover {
  background: #1c314e;
}
.cid-uUZGwLntAm .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUZGwLntAm .row {
    text-align: center;
  }
  .cid-uUZGwLntAm .social-row {
    xjustify-content: center;
  }
}
.cid-uUZGwLntAm .list {
  list-style: none;
  padding-left: 0;
}
.cid-uUZGwLntAm .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uUZGwLntAm H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uUZGwLntAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZGwLntAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZGwLntAm .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uUZGwLntAm .copryright {
  width: 100%;
  text-align: center;
}
.cid-uUZGwLntAm .copyright {
  text-align: center;
}
.cid-uV19fonhCk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV19fonhCk .display-2 {
  font-size: 2rem;
}
.cid-uV19fonhCk .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uV19fonhCk .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV19fonhCk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV19fonhCk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uV19fonhCk .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uV19fonhCk .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uV19fonhCk .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uV19fonhCk .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uV19fonhCk .navbar.opened {
  transition: all 0.3s;
}
.cid-uV19fonhCk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV19fonhCk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uV19fonhCk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV19fonhCk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV19fonhCk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uV19fonhCk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV19fonhCk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV19fonhCk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uV19fonhCk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV19fonhCk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uV19fonhCk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV19fonhCk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV19fonhCk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV19fonhCk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV19fonhCk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV19fonhCk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uV19fonhCk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV19fonhCk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV19fonhCk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV19fonhCk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uV19fonhCk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV19fonhCk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV19fonhCk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uV19fonhCk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV19fonhCk .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uV19fonhCk .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uV19fonhCk .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uV19fonhCk .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uV19fonhCk .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uV19fonhCk .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uV19fonhCk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uV19fonhCk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV19fonhCk .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV19fonhCk .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uV19fonhCk .dropdown-menu,
.cid-uV19fonhCk .navbar.opened {
  background: #ffffff !important;
}
.cid-uV19fonhCk .nav-item:focus,
.cid-uV19fonhCk .nav-link:focus {
  outline: none;
}
.cid-uV19fonhCk .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-uV19fonhCk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV19fonhCk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV19fonhCk .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-uV19fonhCk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV19fonhCk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV19fonhCk .dropdown-item.active,
.cid-uV19fonhCk .dropdown-item:active {
  background-color: transparent;
}
.cid-uV19fonhCk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uV19fonhCk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV19fonhCk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV19fonhCk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV19fonhCk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV19fonhCk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV19fonhCk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV19fonhCk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV19fonhCk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV19fonhCk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uV19fonhCk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV19fonhCk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV19fonhCk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV19fonhCk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV19fonhCk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV19fonhCk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV19fonhCk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV19fonhCk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV19fonhCk .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uV19fonhCk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV19fonhCk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uV19fonhCk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV19fonhCk .navbar {
    height: 77px;
  }
  .cid-uV19fonhCk .navbar.opened {
    height: auto;
  }
  .cid-uV19fonhCk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV19fonhCk .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uV19fonhCk .navbar-caption em,
.cid-uV19fonhCk .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uV19fonhCk .navbar-caption {
    display: none;
  }
}
.cid-uV19fonhCk .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uV19fz8J7t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/winter-cabin.webp");
}
.cid-uV19fz8J7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV19fz8J7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV19fz8J7t .container-fluid {
  padding: 0;
}
.cid-uV19fz8J7t .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uV19fz8J7t .row {
    padding: 0 12px;
  }
}
.cid-uV19fz8J7t .title-wrapper {
  padding-top: 40%;
}
.cid-uV19fz8J7t .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uV19fz8J7t .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uV19fz8J7t .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uV19fzIrda {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV19fzIrda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV19fzIrda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV19fzIrda .container-fluid {
  padding: 0;
}
.cid-uV19fzIrda .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uV19fzIrda .row {
    padding: 0 12px;
  }
}
.cid-uV19fzIrda .row {
  justify-content: center;
}
.cid-uV19fzIrda .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uV19fzIrda .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uV19fzIrda .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uV19fzIrda .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uV19fzIrda .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uV19fzIrda .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uV19fzIrda .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uV19fzIrda .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV19fzIrda .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uV19fzIrda .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uV19fzIrda .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV19fzIrda .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uV19fzIrda .mbr-section {
  color: #0d1f37;
}
.cid-uV19fzIrda .mbr-section-title,
.cid-uV19fzIrda .mbr-iconfont {
  color: #1c314e;
}
.cid-uV19fzIrda .mbr-text {
  color: #000000;
}
.cid-uV19fzIrda .mbr-section-title,
.cid-uV19fzIrda .icon-wrapper,
.cid-uV19fzIrda .mbr-iconfont {
  color: #228840;
}
.cid-uV19fzIrda .mbr-text-title {
  text-align: left;
}
.cid-uV19fKlztb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uV19fKlztb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uV19fKlztb li {
  padding-bottom: 0.6rem;
}
.cid-uV19fKlztb .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uV19fKlztb .container {
    padding: 4rem 2rem;
  }
}
.cid-uV19fKlztb .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uV19fKlztb .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uV19fKlztb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uV19fKlztb .soc-item:hover {
  background: #1c314e;
}
.cid-uV19fKlztb .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV19fKlztb .row {
    text-align: center;
  }
  .cid-uV19fKlztb .social-row {
    xjustify-content: center;
  }
}
.cid-uV19fKlztb .list {
  list-style: none;
  padding-left: 0;
}
.cid-uV19fKlztb .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uV19fKlztb H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uV19fKlztb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV19fKlztb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV19fKlztb .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uV19fKlztb .copryright {
  width: 100%;
  text-align: center;
}
.cid-uV19fKlztb .copyright {
  text-align: center;
}
.cid-uV1aHnIKmt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV1aHnIKmt .display-2 {
  font-size: 2rem;
}
.cid-uV1aHnIKmt .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uV1aHnIKmt .navbar-brand {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV1aHnIKmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV1aHnIKmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uV1aHnIKmt .navbar-brand {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cid-uV1aHnIKmt .navbar-brand {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-uV1aHnIKmt .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uV1aHnIKmt .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uV1aHnIKmt .navbar.opened {
  transition: all 0.3s;
}
.cid-uV1aHnIKmt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV1aHnIKmt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uV1aHnIKmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV1aHnIKmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV1aHnIKmt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uV1aHnIKmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV1aHnIKmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV1aHnIKmt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uV1aHnIKmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV1aHnIKmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.125rem 1.5rem;
  text-align: center;
}
.cid-uV1aHnIKmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV1aHnIKmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV1aHnIKmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV1aHnIKmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV1aHnIKmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV1aHnIKmt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uV1aHnIKmt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV1aHnIKmt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV1aHnIKmt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV1aHnIKmt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uV1aHnIKmt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV1aHnIKmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV1aHnIKmt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uV1aHnIKmt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV1aHnIKmt .navbar.navbar-short .navbar-brand {
  padding: 0;
  width: auto;
}
.cid-uV1aHnIKmt .navbar.navbar-short .navbar-caption {
  display: none;
  width: auto;
}
.cid-uV1aHnIKmt .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uV1aHnIKmt .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uV1aHnIKmt .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uV1aHnIKmt .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uV1aHnIKmt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.5em 1em !important;
}
.cid-uV1aHnIKmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV1aHnIKmt .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV1aHnIKmt .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uV1aHnIKmt .dropdown-menu,
.cid-uV1aHnIKmt .navbar.opened {
  background: #ffffff !important;
}
.cid-uV1aHnIKmt .nav-item:focus,
.cid-uV1aHnIKmt .nav-link:focus {
  outline: none;
}
.cid-uV1aHnIKmt .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-uV1aHnIKmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV1aHnIKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV1aHnIKmt .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-uV1aHnIKmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV1aHnIKmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV1aHnIKmt .dropdown-item.active,
.cid-uV1aHnIKmt .dropdown-item:active {
  background-color: transparent;
}
.cid-uV1aHnIKmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  width: auto;
}
.cid-uV1aHnIKmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV1aHnIKmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV1aHnIKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV1aHnIKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV1aHnIKmt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV1aHnIKmt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV1aHnIKmt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV1aHnIKmt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV1aHnIKmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uV1aHnIKmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV1aHnIKmt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV1aHnIKmt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV1aHnIKmt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV1aHnIKmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV1aHnIKmt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV1aHnIKmt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV1aHnIKmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV1aHnIKmt .navbar-dropdown {
  padding: 0.5rem 0;
  position: fixed;
}
.cid-uV1aHnIKmt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV1aHnIKmt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uV1aHnIKmt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV1aHnIKmt .navbar {
    height: 77px;
  }
  .cid-uV1aHnIKmt .navbar.opened {
    height: auto;
  }
  .cid-uV1aHnIKmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV1aHnIKmt .navbar-caption {
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}
.cid-uV1aHnIKmt .navbar-caption em,
.cid-uV1aHnIKmt .navbar-caption strong {
  padding: 2px 0;
  white-space: nowrap;
  display: inline-block;
  line-height: .8;
}
@media (max-width: 768px) {
  .cid-uV1aHnIKmt .navbar-caption {
    display: none;
  }
}
.cid-uV1aHnIKmt .navbar-caption em {
  display: block;
  text-align: right;
  padding: .5vmin 0;
}
.cid-uV1aHAHx6W {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/lake-sunset.webp");
}
.cid-uV1aHAHx6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV1aHAHx6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV1aHAHx6W .container-fluid {
  padding: 0;
}
.cid-uV1aHAHx6W .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uV1aHAHx6W .row {
    padding: 0 12px;
  }
}
.cid-uV1aHAHx6W .title-wrapper {
  padding-top: 40%;
}
.cid-uV1aHAHx6W .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uV1aHAHx6W .title-wrapper .mbr-section-title {
    letter-spacing: .25rem;
  }
}
.cid-uV1aHAHx6W .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.cid-uV1aHBnSZ6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV1aHBnSZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV1aHBnSZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV1aHBnSZ6 .container-fluid {
  padding: 0;
}
.cid-uV1aHBnSZ6 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uV1aHBnSZ6 .row {
    padding: 0 12px;
  }
}
.cid-uV1aHBnSZ6 .row {
  justify-content: center;
}
.cid-uV1aHBnSZ6 .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-uV1aHBnSZ6 .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #7fcc3e;
}
@media (max-width: 992px) {
  .cid-uV1aHBnSZ6 .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uV1aHBnSZ6 .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-uV1aHBnSZ6 .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uV1aHBnSZ6 .text-wrapper .mbr-section {
  margin-bottom: 20px;
}
.cid-uV1aHBnSZ6 .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uV1aHBnSZ6 .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV1aHBnSZ6 .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uV1aHBnSZ6 .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uV1aHBnSZ6 .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV1aHBnSZ6 .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-position: center 40%;
  }
}
.cid-uV1aHBnSZ6 .mbr-section {
  color: #0d1f37;
}
.cid-uV1aHBnSZ6 .mbr-section-title,
.cid-uV1aHBnSZ6 .mbr-iconfont {
  color: #1c314e;
}
.cid-uV1aHBnSZ6 .mbr-text {
  color: #000000;
}
.cid-uV1aHBnSZ6 .mbr-section-title,
.cid-uV1aHBnSZ6 .icon-wrapper,
.cid-uV1aHBnSZ6 .mbr-iconfont {
  color: #228840;
}
.cid-uV1aHBnSZ6 .mbr-text-title {
  text-align: left;
}
.cid-uV1aHLKaj9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/young-deer.webp");
  overflow: hidden;
}
.cid-uV1aHLKaj9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uV1aHLKaj9 li {
  padding-bottom: 0.6rem;
}
.cid-uV1aHLKaj9 .container {
  background-color: #1b2026;
  padding: 6rem 5rem 3rem 6rem;
}
@media (max-width: 992px) {
  .cid-uV1aHLKaj9 .container {
    padding: 4rem 2rem;
  }
}
.cid-uV1aHLKaj9 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uV1aHLKaj9 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uV1aHLKaj9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-uV1aHLKaj9 .soc-item:hover {
  background: #1c314e;
}
.cid-uV1aHLKaj9 .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV1aHLKaj9 .row {
    text-align: center;
  }
  .cid-uV1aHLKaj9 .social-row {
    xjustify-content: center;
  }
}
.cid-uV1aHLKaj9 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uV1aHLKaj9 .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-uV1aHLKaj9 H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uV1aHLKaj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV1aHLKaj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV1aHLKaj9 .mbr-section-subtitle {
  color: #ab9791;
}
.cid-uV1aHLKaj9 .copryright {
  width: 100%;
  text-align: center;
}
.cid-uV1aHLKaj9 .copyright {
  text-align: center;
}
