@import url(https://fonts.googleapis.com/css?family=Lexend:100,300,400,500,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4fb477 !important;
}
.bg-success {
  background-color: #345511 !important;
}
.bg-info {
  background-color: #486ea1 !important;
}
.bg-warning {
  background-color: #dcfffd !important;
}
.bg-danger {
  background-color: #d71664 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4fb477 !important;
  border-color: #4fb477 !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: #33794f !important;
  border-color: #33794f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33794f !important;
  border-color: #33794f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3f6634 !important;
  border-color: #3f6634 !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: #1c2d17 !important;
  border-color: #1c2d17 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c2d17 !important;
  border-color: #1c2d17 !important;
}
.btn-info,
.btn-info:active {
  background-color: #486ea1 !important;
  border-color: #486ea1 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2d4565 !important;
  border-color: #2d4565 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2d4565 !important;
  border-color: #2d4565 !important;
}
.btn-success,
.btn-success:active {
  background-color: #345511 !important;
  border-color: #345511 !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: #080d03 !important;
  border-color: #080d03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #080d03 !important;
  border-color: #080d03 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcfffd !important;
  border-color: #dcfffd !important;
  color: #00dccf !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: #00857e !important;
  background-color: #85fff8 !important;
  border-color: #85fff8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #00dccf !important;
  background-color: #85fff8 !important;
  border-color: #85fff8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d71664 !important;
  border-color: #d71664 !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: #880e3f !important;
  border-color: #880e3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #880e3f !important;
  border-color: #880e3f !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: #4fb477;
  color: #4fb477;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #33794f !important;
  background-color: transparent!important;
  border-color: #33794f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4fb477 !important;
  border-color: #4fb477 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3f6634;
  color: #3f6634;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c2d17 !important;
  background-color: transparent!important;
  border-color: #1c2d17 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f6634 !important;
  border-color: #3f6634 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #486ea1;
  color: #486ea1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2d4565 !important;
  background-color: transparent!important;
  border-color: #2d4565 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #486ea1 !important;
  border-color: #486ea1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #345511;
  color: #345511;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #080d03 !important;
  background-color: transparent!important;
  border-color: #080d03 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #345511 !important;
  border-color: #345511 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcfffd;
  color: #dcfffd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #85fff8 !important;
  background-color: transparent!important;
  border-color: #85fff8 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #00dccf !important;
  background-color: #dcfffd !important;
  border-color: #dcfffd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d71664;
  color: #d71664;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #880e3f !important;
  background-color: transparent!important;
  border-color: #880e3f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d71664 !important;
  border-color: #d71664 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #4fb477 !important;
}
.text-secondary {
  color: #3f6634 !important;
}
.text-success {
  color: #345511 !important;
}
.text-info {
  color: #486ea1 !important;
}
.text-warning {
  color: #dcfffd !important;
}
.text-danger {
  color: #d71664 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2f6e48 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #152212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #283e5b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #76fff7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a0d39 !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]) {
  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: #4fb477;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #486ea1;
}
.alert-warning {
  background-color: #dcfffd;
}
.alert-danger {
  background-color: #d71664;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4fb477;
  border-color: #4fb477;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4fb477;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8dabc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8e16a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #98b0d1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9c0d7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #4fb477 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #4fb477;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4fb477;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4fb477;
}
.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: #4fb477;
  border-bottom-color: #4fb477;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #4fb477 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3f6634 !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='%234fb477' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ssBiY6sbsg .nav-item:focus,
.cid-ssBiY6sbsg .nav-link:focus {
  outline: none;
}
.cid-ssBiY6sbsg a.nav-link:focus {
  color: #4fb477 !important;
}
.cid-ssBiY6sbsg .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssBiY6sbsg .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssBiY6sbsg .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ssBiY6sbsg .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ssBiY6sbsg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssBiY6sbsg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ssBiY6sbsg .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ssBiY6sbsg .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ssBiY6sbsg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssBiY6sbsg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssBiY6sbsg .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ssBiY6sbsg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssBiY6sbsg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssBiY6sbsg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssBiY6sbsg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ssBiY6sbsg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssBiY6sbsg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssBiY6sbsg .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ssBiY6sbsg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssBiY6sbsg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssBiY6sbsg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssBiY6sbsg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssBiY6sbsg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssBiY6sbsg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssBiY6sbsg .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ssBiY6sbsg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ssBiY6sbsg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssBiY6sbsg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssBiY6sbsg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssBiY6sbsg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssBiY6sbsg .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssBiY6sbsg .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-ssBiY6sbsg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ssBiY6sbsg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssBiY6sbsg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssBiY6sbsg .dropdown-item.active,
.cid-ssBiY6sbsg .dropdown-item:active {
  background-color: transparent;
}
.cid-ssBiY6sbsg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssBiY6sbsg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssBiY6sbsg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssBiY6sbsg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ssBiY6sbsg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ssBiY6sbsg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssBiY6sbsg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssBiY6sbsg .navbar-buttons {
  text-align: center;
}
.cid-ssBiY6sbsg 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-ssBiY6sbsg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ssBiY6sbsg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssBiY6sbsg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssBiY6sbsg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssBiY6sbsg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssBiY6sbsg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssBiY6sbsg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssBiY6sbsg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssBiY6sbsg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssBiY6sbsg .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-ssBiY6sbsg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ssBiY6sbsg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssBiY6sbsg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ssBiY6sbsg .icons-menu span {
  font-size: 20px;
  color: #3f6634;
}
.cid-ssBiY6sbsg .nav-link:hover,
.cid-ssBiY6sbsg .icons-menu .mbr-iconfont:hover {
  color: #4fb477 !important;
}
.cid-ssBiY6sbsg .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-ssBiY6sbsg .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #4fb477;
  transition: width 0.3s ease-in;
}
.cid-ssBiY6sbsg .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ssBiY6sbsg .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ssBiY6sbsg .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ssBiY6sbsg .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ssBiY6sbsg .dropdown-menu {
    top: 100%;
  }
  .cid-ssBiY6sbsg .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-ssBiY6sbsg .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-ssBiY6sbsg .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-ssBo95zm0x {
  background-image: url("../../../assets/images/banner-image-2500x1410.jpeg");
}
.cid-ssBo95zm0x .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-ssBo95zm0x .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ssBo95zm0x .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ssBo95zm0x .mbr-section-title {
  text-align: left;
}
.cid-ssBo95zm0x .mbr-text,
.cid-ssBo95zm0x .mbr-section-btn {
  text-align: left;
}
.cid-ssBo95zm0x .mbr-section-subtitle,
.cid-ssBo95zm0x .underline,
.underline {
  text-align: left;
}
.cid-ssIHZY3NDp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ssIHZY3NDp .underline .line,
.underline .line {
  width: 2rem;
  height: 1px;
  background: #fff;
  display: inline-block;
}
.cid-ssIHZY3NDp .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ssIHZY3NDp .title {
    width: 100% !important;
  }
}
.cid-ssIHh7HaOO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ssIHh7HaOO .container {
    padding: 1rem;
  }
}
.cid-ssIHh7HaOO .card-box {
  padding: 0 2rem;
}
.cid-ssIHh7HaOO .card {
  padding: 0!important;
}
.cid-ssIHh7HaOO .mbr-section-btn {
  padding-top: 2rem;
}
.cid-ssIHh7HaOO .container-fluid {
  padding: 0;
}
.cid-ssIHh7HaOO .card1 {
  background-image: url("../../../assets/images/glamping-500x333.jpg");
}
.cid-ssIHh7HaOO .card2 {
  background-image: url("../../../assets/images/tents-pitches-800x600.jpeg");
}
.cid-ssIHh7HaOO .card3 {
  background-image: url("../../../assets/images/willows-500x333.jpg");
}
.cid-ssIHh7HaOO h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ssIHh7HaOO p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ssIHh7HaOO .card-wrapper {
  height: 100%;
  padding: 15rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-ssIHh7HaOO .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
/* @media (max-width: 1399px) {
  .cid-ssIHh7HaOO .card-wrapper {
    padding: 12rem 1rem 3rem 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-ssIHh7HaOO .card-wrapper {
    padding: 10rem 1rem 3rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ssIHh7HaOO .card-wrapper {
    padding: 8rem 1rem 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ssIHh7HaOO .card-wrapper {
    padding: 5rem 1rem 3rem 1rem;
  }
} */
.cid-ssIHwumaf7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ssIHwumaf7 .container {
    padding: 1rem;
  }
}
.cid-ssIHwumaf7 .card-box {
  padding: 0 2rem;
}
.cid-ssIHwumaf7 .card {
  padding: 0!important;
}
.cid-ssIHwumaf7 .mbr-section-btn {
  padding-top: 2rem;
}
.cid-ssIHwumaf7 .container-fluid {
  padding: 0;
}
.cid-ssIHwumaf7 .card1 {
  background-image: url("../../../assets/images/yurt-750x500.jpg");
}
.cid-ssIHwumaf7 .card2 {
  background-image: url("../../../assets/images/camping-touring-500x333.jpg");
}
.cid-ssIHwumaf7 .card3 {
  background-image: url("../../../assets/images/jodie-tristan-dog-500x755.jpg");
}
.cid-ssIHwumaf7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ssIHwumaf7 p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ssIHwumaf7 .card-wrapper {
  height: 100%;
  padding: 12rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-ssIHwumaf7 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-ssIHwumaf7 .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-ssIJz7GfpD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ssIJz7GfpD img,
.cid-ssIJz7GfpD .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ssIJz7GfpD .item:focus,
.cid-ssIJz7GfpD span:focus {
  outline: none;
}
.cid-ssIJz7GfpD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ssIJz7GfpD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ssIJz7GfpD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ssIJz7GfpD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ssIJz7GfpD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ssIJz7GfpD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ssIJz7GfpD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ssIJz7GfpD .mbr-section-title {
  color: #232323;
}
.cid-ssIJz7GfpD .mbr-text,
.cid-ssIJz7GfpD .mbr-section-btn {
  text-align: left;
}
.cid-ssIJz7GfpD .item-title {
  text-align: left;
}
.cid-ssIJz7GfpD .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ssLt6WPNC6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #486ea1;
}
.cid-ssLt6WPNC6 .mbr-text,
.cid-ssLt6WPNC6 .mbr-section-btn {
  color: #232323;
}
.cid-ssLt6WPNC6 .card-title,
.cid-ssLt6WPNC6 .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-ssLt6WPNC6 .mbr-text,
.cid-ssLt6WPNC6 .link-wrap {
  color: #ffffff;
}
.cid-ssLsVB5CCh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssLsVB5CCh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ssLsVB5CCh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ssLsVB5CCh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ssLsVB5CCh H3 {
  text-align: center;
}
.cid-ssLzEYeF8y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ssLzEYeF8y .img-wrapper {
  text-align: center;
}
.cid-ssLzEYeF8y img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-ssLzEYeF8y .row {
  align-items: flex-start;
}
.cid-ssLzEYeF8y .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-ssLzEYeF8y .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ssLzEYeF8y .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ssLzEYeF8y .card-wrapper {
    padding: 1rem;
  }
}
.cid-ssIJm0Bnrx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ssIJm0Bnrx .google-map {
  height: 30rem;
  position: relative;
}
.cid-ssIJm0Bnrx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ssIJm0Bnrx .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-ssIJm0Bnrx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ssIJm0Bnrx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ssBxnMP9Bo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4fb477;
}
.cid-ssBxnMP9Bo a:link {
  text-decoration: none;
}
.cid-ssBxnMP9Bo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssBxnMP9Bo .icon-transition span:hover {
  background-color: #bbbbbb;
}
.cid-ssBxnMP9Bo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssBxnMP9Bo .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssBxnMP9Bo .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-ssBxnMP9Bo .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-ssBxnMP9Bo .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-ssBxnMP9Bo .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-ssBxnMP9Bo .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-ssBxnMP9Bo .plan-title,
.cid-ssBxnMP9Bo .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-ssBxnMP9Bo .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-ssBxnMP9Bo .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-ssBxnMP9Bo .mbr-section-title span {
  color: #ffbc00;
}
.cid-ssBxnMP9Bo .mbr-section-title {
  color: #ffffff;
}
.cid-ssBxnMP9Bo .mbr-text {
  color: #ffffff;
}
