.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2b7a69 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b7a69;
  color: #2b7a69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #143a32 !important;
  background-color: transparent !important;
  border-color: #143a32 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #2b7a69 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #2b7a69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b7a69;
  border-color: #2b7a69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b7a69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ec6b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #2b7a69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #2b7a69;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b7a69;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b7a69;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b7a69;
  border-bottom-color: #2b7a69;
}
.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: #2b7a69 !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: #ffd7ef !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='%232b7a69' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 1.6rem;
}
.new-font2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.new-font2 > .mbr-iconfont {
  font-size: 1.2rem;
}
.new-font3 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.new-font3 > .mbr-iconfont {
  font-size: 2rem;
}
.new-font4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.new-font4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.cid-vszfMQyqCw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vszfMQyqCw .line {
  background-color: #2e481a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vszfMQyqCw .mbr-text {
  color: #163300;
}
.cid-vszgSSlrog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszgSSlrog .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszgSSlrog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vszgSSlrog .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vszgSSlrog .row {
    flex-direction: column-reverse;
  }
  .cid-vszgSSlrog .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vszgSSlrog .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vszgSSlrog .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vszgSSlrog .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vszhDC5g2P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszhDC5g2P .mbr-text {
  text-align: center;
}
.cid-vsPaGXlWzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vsPaGXlWzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPaGXlWzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPaGXlWzU .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-vsPaGXlWzU .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsPaGXlWzU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsPaGXlWzU .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsPaGXlWzU .mbr-text,
.cid-vsPaGXlWzU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsPaGXlWzU .card-title,
.cid-vsPaGXlWzU .card-box {
  text-align: left;
  color: #000000;
}
.cid-vsziU0gTRc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vsziU0gTRc img,
.cid-vsziU0gTRc .item-img {
  width: 100%;
}
.cid-vsziU0gTRc .item:focus,
.cid-vsziU0gTRc span:focus {
  outline: none;
}
.cid-vsziU0gTRc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vsziU0gTRc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vsziU0gTRc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vsziU0gTRc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vsziU0gTRc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vsziU0gTRc .mbr-section-title {
  color: #232323;
}
.cid-vsziU0gTRc .item-title {
  text-align: center;
}
.cid-vsPeN5ikjF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vsPeN5ikjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPeN5ikjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPeN5ikjF .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-vsPeN5ikjF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsPeN5ikjF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsPeN5ikjF .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsPeN5ikjF .mbr-text,
.cid-vsPeN5ikjF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsPeN5ikjF .card-title,
.cid-vsPeN5ikjF .card-box {
  text-align: left;
  color: #000000;
}
.cid-vszleXN22Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszleXN22Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszleXN22Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vszleXN22Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vszleXN22Z .row {
  flex-direction: row-reverse;
}
.cid-vszleXN22Z img {
  width: 100%;
}
.cid-vsPeWQpPEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vsPeWQpPEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPeWQpPEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPeWQpPEp .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-vsPeWQpPEp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsPeWQpPEp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsPeWQpPEp .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsPeWQpPEp .mbr-text,
.cid-vsPeWQpPEp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsPeWQpPEp .card-title,
.cid-vsPeWQpPEp .card-box {
  text-align: left;
  color: #000000;
}
.cid-vszwVn83pd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vszwVn83pd img,
.cid-vszwVn83pd .item-img {
  width: 100%;
}
.cid-vszwVn83pd .item:focus,
.cid-vszwVn83pd span:focus {
  outline: none;
}
.cid-vszwVn83pd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vszwVn83pd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vszwVn83pd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vszwVn83pd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vszwVn83pd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vszwVn83pd .mbr-section-title {
  color: #232323;
}
.cid-vszwVn83pd .item-title {
  text-align: center;
}
.cid-vszys1exKS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszys1exKS img,
.cid-vszys1exKS .item-img {
  width: 100%;
}
.cid-vszys1exKS .item:focus,
.cid-vszys1exKS span:focus {
  outline: none;
}
.cid-vszys1exKS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vszys1exKS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vszys1exKS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vszys1exKS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vszys1exKS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vszys1exKS .mbr-section-title {
  color: #232323;
}
.cid-vszys1exKS .item-title {
  text-align: center;
}
.cid-vsPhP50MXO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vsPhP50MXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPhP50MXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPhP50MXO .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vsPhP50MXO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vsPhP50MXO .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vsPhP50MXO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vsPhP50MXO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vsPhP50MXO .mbr-section-title {
  color: #000000;
}
.cid-vsPhP50MXO .mbr-text,
.cid-vsPhP50MXO .mbr-section-btn {
  color: #000000;
}
.cid-vsPhP50MXO img {
  width: 100%;
  height: 100%;
}
.cid-vsPiC6Lpsb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vsPiC6Lpsb .mbr-text {
  text-align: center;
}
.cid-vsPg2sXC1w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vsPg2sXC1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPg2sXC1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPg2sXC1w .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-vsPg2sXC1w .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsPg2sXC1w .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsPg2sXC1w .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsPg2sXC1w .mbr-text,
.cid-vsPg2sXC1w .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsPg2sXC1w .card-title,
.cid-vsPg2sXC1w .card-box {
  text-align: left;
  color: #000000;
}
.cid-vszBnn0QSR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszBnn0QSR img,
.cid-vszBnn0QSR .item-img {
  width: 100%;
}
.cid-vszBnn0QSR .item:focus,
.cid-vszBnn0QSR span:focus {
  outline: none;
}
.cid-vszBnn0QSR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vszBnn0QSR .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vszBnn0QSR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vszBnn0QSR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vszBnn0QSR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vszBnn0QSR .mbr-section-title {
  color: #232323;
}
.cid-vszBnn0QSR .item-title {
  text-align: center;
}
.cid-vszCycg1dG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszCycg1dG img,
.cid-vszCycg1dG .item-img {
  width: 100%;
}
.cid-vszCycg1dG .item:focus,
.cid-vszCycg1dG span:focus {
  outline: none;
}
.cid-vszCycg1dG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vszCycg1dG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vszCycg1dG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vszCycg1dG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vszCycg1dG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vszCycg1dG .mbr-section-title {
  color: #232323;
}
.cid-vszCycg1dG .item-title {
  text-align: center;
}
.cid-vsPjh9Fi3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vsPjh9Fi3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPjh9Fi3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPjh9Fi3i .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-vsPjh9Fi3i .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsPjh9Fi3i .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsPjh9Fi3i .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsPjh9Fi3i .mbr-text,
.cid-vsPjh9Fi3i .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsPjh9Fi3i .card-title,
.cid-vsPjh9Fi3i .card-box {
  text-align: left;
  color: #000000;
}
.cid-vszDpXv3aX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vszDpXv3aX img,
.cid-vszDpXv3aX .item-img {
  width: 100%;
}
.cid-vszDpXv3aX .item:focus,
.cid-vszDpXv3aX span:focus {
  outline: none;
}
.cid-vszDpXv3aX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vszDpXv3aX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vszDpXv3aX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vszDpXv3aX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vszDpXv3aX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vszDpXv3aX .mbr-section-title {
  color: #232323;
}
.cid-vszDpXv3aX .item-title {
  text-align: center;
}
.cid-vsPlclDDCX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vsPlclDDCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPlclDDCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPlclDDCX .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vsPlclDDCX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vsPlclDDCX .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vsPlclDDCX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vsPlclDDCX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vsPlclDDCX .mbr-section-title {
  color: #000000;
}
.cid-vsPlclDDCX .mbr-text,
.cid-vsPlclDDCX .mbr-section-btn {
  color: #000000;
}
.cid-vsPlclDDCX img {
  width: 100%;
  height: 100%;
}
.cid-vsPm60xEQH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vsPm60xEQH .mbr-text {
  text-align: center;
}
.cid-vszECbaFCD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszECbaFCD blockquote {
  border-color: #2e481a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vsPma0d4kt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vsPma0d4kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPma0d4kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPma0d4kt .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-vsPma0d4kt .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsPma0d4kt .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsPma0d4kt .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsPma0d4kt .mbr-text,
.cid-vsPma0d4kt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vsPma0d4kt .card-title,
.cid-vsPma0d4kt .card-box {
  text-align: left;
  color: #000000;
}
.cid-vszEHafh5d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszEHafh5d img,
.cid-vszEHafh5d .item-img {
  width: 100%;
}
.cid-vszEHafh5d .item:focus,
.cid-vszEHafh5d span:focus {
  outline: none;
}
.cid-vszEHafh5d .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vszEHafh5d .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vszEHafh5d .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vszEHafh5d .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vszEHafh5d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vszEHafh5d .mbr-section-title {
  color: #232323;
}
.cid-vszEHafh5d .item-title {
  text-align: center;
}
.cid-vszFaSKEhF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszFaSKEhF img,
.cid-vszFaSKEhF .item-img {
  width: 100%;
}
.cid-vszFaSKEhF .item:focus,
.cid-vszFaSKEhF span:focus {
  outline: none;
}
.cid-vszFaSKEhF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vszFaSKEhF .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vszFaSKEhF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vszFaSKEhF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vszFaSKEhF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vszFaSKEhF .mbr-section-title {
  color: #232323;
}
.cid-vszFaSKEhF .item-title {
  text-align: center;
}
.cid-vszG5A9NcU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vszG5A9NcU img,
.cid-vszG5A9NcU .item-img {
  width: 100%;
}
.cid-vszG5A9NcU .item:focus,
.cid-vszG5A9NcU span:focus {
  outline: none;
}
.cid-vszG5A9NcU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vszG5A9NcU .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vszG5A9NcU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vszG5A9NcU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vszG5A9NcU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vszG5A9NcU .mbr-section-title {
  color: #232323;
}
.cid-vszG5A9NcU .item-title {
  text-align: center;
}
.cid-vszGGajQO7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a6a99c;
  overflow: hidden;
}
.cid-vszGGajQO7 .media-container-row .mbr-text {
  color: #000000;
}

/* Custom */

.cid-vsPlclDDCX blockquote {
    border-color: #2e481a;
    border-radius: 4px;
    background-color: #fafafa;
}

.cid-vsPlclDDCX .card-wrapper {
    background: #fafafa;
}

.cid-vsPhP50MXO blockquote {
    border-color: #2e481a;
    border-radius: 4px;
    background-color: #fafafa;
}

.cid-vsPhP50MXO .card-wrapper {
    background: #fafafa;
}

.cid-vsQXys0pOm {
  display: flex;
  background-image: url("../../../assets/images/cover_.jpg");
}
.cid-vsQXys0pOm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vsQXys0pOm {
    align-items: flex-end;
  }
  .cid-vsQXys0pOm .row {
    justify-content: center;
  }
  .cid-vsQXys0pOm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vsQXys0pOm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vsQXys0pOm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vsQXys0pOm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vsQXys0pOm .content-wrap {
    width: 100%;
  }
}
.cid-vsQXys0pOm .mbr-section-title,
.cid-vsQXys0pOm .mbr-section-subtitle {
  text-align: center;
}
.cid-vsQXys0pOm .mbr-text,
.cid-vsQXys0pOm .mbr-section-btn {
  text-align: center;
}






.cid-vsZQsjIS2H {
  background-image: url("../../../assets/images/cover_nobg2.jpg");
}
.cid-vsZQsjIS2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsZQsjIS2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsZQsjIS2H .mbr-section-title {
  color: #163300;
  text-align: right;
}
.cid-vsZQsjIS2H .mbr-text,
.cid-vsZQsjIS2H .mbr-section-btn {
  text-align: right;
  color: #163300;
}
.cid-vsZQsjIS2H .mbr-section-subtitle {
  text-align: right;
  color: #163300;
}










.cid-vsTCeHbook {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vsTCeHbook .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsTCeHbook .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsTCeHbook .row-reverse {
  flex-direction: row-reverse;
}
.cid-vsTCeHbook .row {
  flex-direction: row-reverse;
}
.cid-vsTCeHbook .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-vsTCeHbook .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vsTCeHbook .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vsTCeHbook .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vsTCeHbook .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vsTCeHbook .mbr-section-title {
  color: #000000;
}
.cid-vsTCeHbook .mbr-text,
.cid-vsTCeHbook .mbr-section-btn {
  color: #000000;
}
.cid-vsTCeHbook img {
  width: 100%;
  height: 100%;
}

.cid-vsTCeHbook .card-wrapper {
    background: #fafafa;
}

.ts {
	text-shadow: 
		-0   -1px 1px #163300,
		 0   -1px 1px #163300,
		-0    1px 1px #163300,
		 0    1px 1px #163300,
		-1px -0   1px #163300,
		 1px -0   1px #163300,
		-1px  0   1px #163300,
		 1px  0   1px #163300,
		-1px -1px 1px #163300,
		 1px -1px 1px #163300,
		-1px  1px 1px #163300,
		 1px  1px 1px #163300,
		-1px -1px 1px #163300,
		 1px -1px 1px #163300,
		-1px  1px 1px #163300,
		 1px  1px 1px #163300,
		-1px -1px 1px #163300,
		 1px -1px 1px #163300,
		-1px  1px 1px #163300,
		 1px  1px 1px #163300,
		-1px -1px 1px #163300,
		 1px -1px 1px #163300,
		-1px  1px 1px #163300,
		 1px  1px 1px #163300;
}


.tswhite {
	text-shadow: 
		-0   -2px 1px #ffffff,
		 0   -2px 1px #ffffff,
		-0    2px 1px #ffffff,
		 0    2px 1px #ffffff,
		-2px -0   1px #ffffff,
		 2px -0   1px #ffffff,
		-2px  0   1px #ffffff,
		 2px  0   1px #ffffff,
		-1px -2px 1px #ffffff,
		 1px -2px 1px #ffffff,
		-1px  2px 1px #ffffff,
		 1px  2px 1px #ffffff,
		-2px -1px 1px #ffffff,
		 2px -1px 1px #ffffff,
		-2px  1px 1px #ffffff,
		 2px  1px 1px #ffffff,
		-2px -2px 1px #ffffff,
		 2px -2px 1px #ffffff,
		-2px  2px 1px #ffffff,
		 2px  2px 1px #ffffff,
		-2px -2px 1px #ffffff,
		 2px -2px 1px #ffffff,
		-2px  2px 1px #ffffff,
		 2px  2px 1px #ffffff;
}


.titlecover {color:#163300;}