.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Macondo Swash Caps', display;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Macondo Swash Caps', display;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Macondo Swash Caps', display;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f5f3ee !important;
}
.bg-success {
  background-color: #3f5241 !important;
}
.bg-info {
  background-color: #b7bc9c !important;
}
.bg-warning {
  background-color: #f2d3b7 !important;
}
.bg-danger {
  background-color: #d3e2e1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5f3ee !important;
  border-color: #f5f3ee !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #e8e3d8 !important;
  border-color: #e8e3d8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #e8e3d8 !important;
  border-color: #e8e3d8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1ead8 !important;
  border-color: #f1ead8 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #e8dcbe !important;
  border-color: #e8dcbe !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #e8dcbe !important;
  border-color: #e8dcbe !important;
}
.btn-info,
.btn-info:active {
  background-color: #b7bc9c !important;
  border-color: #b7bc9c !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #a8ae87 !important;
  border-color: #a8ae87 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #a8ae87 !important;
  border-color: #a8ae87 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3f5241 !important;
  border-color: #3f5241 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #2f3e31 !important;
  border-color: #2f3e31 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #2f3e31 !important;
  border-color: #2f3e31 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f2d3b7 !important;
  border-color: #f2d3b7 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #edc199 !important;
  border-color: #edc199 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #edc199 !important;
  border-color: #edc199 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d3e2e1 !important;
  border-color: #d3e2e1 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #bdd4d2 !important;
  border-color: #bdd4d2 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #bdd4d2 !important;
  border-color: #bdd4d2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f5f3ee;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #f5f3ee !important;
  border-color: #f5f3ee;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5f3ee !important;
  border-color: #f5f3ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f1ead8;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #f1ead8 !important;
  border-color: #f1ead8;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1ead8 !important;
  border-color: #f1ead8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b7bc9c;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #b7bc9c !important;
  border-color: #b7bc9c;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b7bc9c !important;
  border-color: #b7bc9c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3f5241;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3f5241 !important;
  border-color: #3f5241;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3f5241 !important;
  border-color: #3f5241 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f2d3b7;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f2d3b7 !important;
  border-color: #f2d3b7;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f2d3b7 !important;
  border-color: #f2d3b7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d3e2e1;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #d3e2e1 !important;
  border-color: #d3e2e1;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d3e2e1 !important;
  border-color: #d3e2e1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f5f3ee !important;
}
.text-secondary {
  color: #f1ead8 !important;
}
.text-success {
  color: #3f5241 !important;
}
.text-info {
  color: #b7bc9c !important;
}
.text-warning {
  color: #f2d3b7 !important;
}
.text-danger {
  color: #d3e2e1 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d6c28d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d6c28d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #131813 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #899062 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e29e61 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #96b9b7 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0s;
  position: relative;
  /*background-image: linear-gradient(@primaryColor 50%, @primaryColor 50%);*/
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.nav-tabs .nav-link.active {
  color: #f5f3ee;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b7bc9c;
}
.alert-warning {
  background-color: #f2d3b7;
}
.alert-danger {
  background-color: #d3e2e1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5f3ee;
  border-color: #f5f3ee;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5f3ee;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b2c4b4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eeefe8;
}
.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: 1rem;
  line-height: 1.5;
  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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f5f3ee;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5f3ee;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #f5f3ee;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #f5f3ee;
  border-bottom-color: #f5f3ee;
}
.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: #f5f3ee !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: #f1ead8 !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='%23f5f3ee' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  position: relative !important;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  position: absolute !important;
}
.cid-sxcFftsIK0 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxcFftsIK0 .dropdown-item:hover,
.cid-sxcFftsIK0 .dropdown-item:focus {
  color: #f5f3ee !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxcFftsIK0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxcFftsIK0 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-sxcFftsIK0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown-menu,
.cid-sxcFftsIK0 .navbar.opened {
  background: #1b745e !important;
}
.cid-sxcFftsIK0 .nav-item:focus,
.cid-sxcFftsIK0 .nav-link:focus {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxcFftsIK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxcFftsIK0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 116, 94, 0.2);
}
.cid-sxcFftsIK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxcFftsIK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxcFftsIK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar.collapsed {
  justify-content: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxcFftsIK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxcFftsIK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxcFftsIK0 .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: 41%;
}
.cid-sxcFftsIK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxcFftsIK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxcFftsIK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxcFftsIK0 .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: 40%;
  }
  .cid-sxcFftsIK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxcFftsIK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxcFftsIK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxcFftsIK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxcFftsIK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxcFftsIK0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxcFftsIK0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown-item.active,
.cid-sxcFftsIK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxcFftsIK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxcFftsIK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxcFftsIK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxcFftsIK0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxcFftsIK0 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxcFftsIK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxcFftsIK0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxcFftsIK0 .navbar {
    height: 70px;
  }
  .cid-sxcFftsIK0 .navbar.opened {
    height: auto;
  }
  .cid-sxcFftsIK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxcFftsIK0 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxcFftsIK0 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxcFftsIK0 a {
  display: inline;
  font-weight: bold;
}
.cid-sxcFftsIK0 img {
  display: inline;
  padding-right: 10px;
}
.cid-sxcFftsIK0 .dropdown-toggle:after {
  display: none;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxcFftsIK0 .dropdown-item:hover {
  color: #f2d3b7 !important;
}
@media (max-width: 990px) {
  .cid-sxcFftsIK0 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sxcFftsIK0 .navbar .nav-link {
  transition: color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}
.cid-sxcFftsIK0 .navbar .nav-link:hover,
.cid-sxcFftsIK0 .navbar .nav-link:focus {
  color: #0c5b47 !important;
  transform: translateY(-1px);
}
.cid-sxcFftsIK0 .navbar .line-animation {
  left: 50%;
  bottom: -4px;
  width: 0;
  opacity: 1;
  height: 1px;
  transform: translateX(-50%);
  background-color: currentColor;
  transition: width 0.28s ease, background-color 0.28s ease;
}
.cid-sxcFftsIK0 .navbar .nav-link:hover .line-animation,
.cid-sxcFftsIK0 .navbar .nav-link:focus .line-animation {
  width: 70%;
}
.cid-sxcFftsIK0 .navbar .nav-link[data-hover]::after {
  content: attr(data-hover);
  position: absolute;
  left: 50%;
  top: calc(110%);
  transform: translateX(-50%) translateY(4px);
  white-space: nowrap;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 500;
  color: #0c5b47;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.cid-sxcFftsIK0 .navbar .nav-link[data-hover]:hover::after,
.cid-sxcFftsIK0 .navbar .nav-link[data-hover]:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 991px) {
  .cid-sxcFftsIK0 .navbar .nav-link[data-hover]::after {
    display: none;
  }
  .cid-sxcFftsIK0 .navbar .nav-link:hover,
  .cid-sxcFftsIK0 .navbar .nav-link:focus {
    transform: none;
  }
  .cid-sxcFftsIK0 .navbar .nav-link:hover .line-animation,
  .cid-sxcFftsIK0 .navbar .nav-link:focus .line-animation {
    width: 40%;
  }
}
.cid-sxcFftsIK0 .navbar.collapsed .nav-link[data-hover]::after,
.cid-sxcFftsIK0 .navbar.opened .nav-link[data-hover]::after {
  display: none;
}
.cid-vdRoqXlF8K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.cid-vdRoqXlF8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRoqXlF8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/hf-20260315-020753-c11d9cc0-d8ec-426f-b7ec-d056bc87badb-2000x1124.png");
}
.cid-vdRoqXlF8K .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-vdRoqXlF8K .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdRoqXlF8K .content-wrapper {
  min-height: 960px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-vdRoqXlF8K .content-wrapper {
    padding: 0 20px;
  }
}
.cid-vdRoqXlF8K .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-vdRoqXlF8K .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-vdRoqXlF8K .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-vdRoqXlF8K .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-vdRoqXlF8K .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdRoqXlF8K .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdRoqXlF8K .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdRoqXlF8K .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-vdRoqXlF8K .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-vdRoqXlF8K .mbr-section-title {
  color: #ffffff;
}
.cid-vdRoqXlF8K .mbr-text,
.cid-vdRoqXlF8K .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vdRoqXlF8K .mbr-section-title,
.cid-vdRoqXlF8K .mbr-section-btn {
  text-align: center;
  color: #f1ead8;
}
@media (max-width: 768px) {
  .cid-vdRoqXlF8K .content-wrapper {
    min-height: 480px;
  }
}
.cid-vfPjamsSOG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfPjamsSOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPjamsSOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPjamsSOG .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfPjamsSOG .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfPjamsSOG .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfPjamsSOG .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfPjamsSOG .mbr-section-btn {
  padding-top: 40px;
}
.cid-veDvxGjzdf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-veDvxGjzdf .card-wrapper {
  background: #d8e3d5;
  padding: 10% 25%;
  margin: auto;
}
.cid-veDvxGjzdf .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-veDvxGjzdf .row {
  justify-content: center;
}
.cid-veDvxGjzdf .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-veDvxGjzdf .mbr-text,
.cid-veDvxGjzdf .right-side {
  color: #1b745e;
}
.cid-veDvxGjzdf .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-veDvxGjzdf .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-veDvxGjzdf .card-wrapper {
    max-width: 420px;
  }
}
.cid-sxcGqnzcjJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-sxcGqnzcjJ .item-wrapper {
  width: 100%;
}
.cid-sxcGqnzcjJ .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-sxcGqnzcjJ .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-sxcGqnzcjJ .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
}
.cid-sxcGqnzcjJ .desc {
  padding: 0 0px 20px;
  color: #1b745e;
  text-align: left;
}
.cid-sxcGqnzcjJ .col-auto {
  display: inline-block;
}
.cid-sxcGqnzcjJ .container-fluid {
  padding: 0;
}
.cid-sxcGqnzcjJ .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxcGqnzcjJ .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sxcGqnzcjJ .left-side {
    padding: 25px 15px;
  }
}
.cid-veE7oeEquH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-veE7oeEquH .item-wrapper {
  width: 100%;
}
.cid-veE7oeEquH .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-veE7oeEquH .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-veE7oeEquH .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
}
.cid-veE7oeEquH .desc {
  padding: 0 0px 20px;
  color: #1b745e;
  text-align: left;
}
.cid-veE7oeEquH .col-auto {
  display: inline-block;
}
.cid-veE7oeEquH .container-fluid {
  padding: 0;
}
.cid-veE7oeEquH .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-veE7oeEquH .right-side {
  padding: 0;
}
.cid-veE7oeEquH .row {
  flex-direction: row-reverse;
}
.cid-veE7oeEquH .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-veE7oeEquH .left-side {
    padding: 25px 15px;
  }
}
.cid-vfPkMp1Mgq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfPkMp1Mgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPkMp1Mgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPkMp1Mgq .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfPkMp1Mgq .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfPkMp1Mgq .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfPkMp1Mgq .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfPkMp1Mgq .mbr-section-btn {
  padding-top: 40px;
}
.cid-veExYGuoJ2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-veExYGuoJ2 .card-wrapper {
  background: #d8e3d5;
  padding: 10% 25%;
  margin: auto;
}
.cid-veExYGuoJ2 .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-veExYGuoJ2 .row {
  justify-content: center;
}
.cid-veExYGuoJ2 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-veExYGuoJ2 .mbr-text,
.cid-veExYGuoJ2 .right-side {
  color: #1b745e;
}
.cid-veExYGuoJ2 .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-veExYGuoJ2 .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-veExYGuoJ2 .card-wrapper {
    max-width: 420px;
  }
}
.cid-veEAu29qXd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-veEAu29qXd .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-veEAu29qXd .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-veEAu29qXd .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veEAu29qXd .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0.5;
  pointer-events: none;
}
.cid-veEAu29qXd .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-veEAu29qXd .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-veEAu29qXd .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-veEAu29qXd .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-veEAu29qXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEAu29qXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEAu29qXd .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-veEAu29qXd .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-veEAu29qXd .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-veEAu29qXd .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-veEAu29qXd .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-veEAu29qXd .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-veEAu29qXd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veEAu29qXd .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-veEAu29qXd .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-veEAu29qXd .mbr-section-title {
  color: #323432;
}
.cid-veEAu29qXd .mbr-text,
.cid-veEAu29qXd .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-veEAu29qXd .mbr-section-title,
.cid-veEAu29qXd .mbr-section-btn,
.cid-veEAu29qXd .title-wrapper {
  text-align: center;
  color: #1b745e;
}
.cid-veEz7xtigk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-veEz7xtigk H4 {
  text-align: center;
}
.cid-veEz7xtigk H3 {
  text-align: center;
}
.cid-veEz7xtigk .desc2 {
  color: #1b745e;
  padding-top: 5px;
}
.cid-veEz7xtigk .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-veEz7xtigk .desc1 {
  color: #1b745e;
}
.cid-veEz7xtigk .features-image {
  padding-top: 32px;
}
.cid-veEz7xtigk .features-image:first-child {
  padding-top: 0px;
}
.cid-veEz7xtigk .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-veEz7xtigk .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-veEz7xtigk .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-veEz7xtigk .features-image {
    padding-top: 32px;
  }
  .cid-veEz7xtigk .features-image:first-child {
    padding-top: 0px;
  }
  .cid-veEz7xtigk .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-veEz7xtigk .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-veEz7xtigk .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-veEz7xtigk .features-image {
    padding-top: 32px;
  }
  .cid-veEz7xtigk .features-image:first-child {
    padding-top: 0px;
  }
  .cid-veEz7xtigk .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-veEz7xtigk .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-veEz7xtigk .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-veEEdraB2q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-veEEdraB2q .card-wrapper {
  background: #d0dfcf;
  padding: 10% 25%;
  margin: auto;
}
.cid-veEEdraB2q .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-veEEdraB2q .row {
  justify-content: center;
}
.cid-veEEdraB2q .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-veEEdraB2q .mbr-text,
.cid-veEEdraB2q .right-side {
  color: #1b745e;
}
.cid-veEEdraB2q .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-veEEdraB2q .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-veEEdraB2q .card-wrapper {
    max-width: 420px;
  }
}
.cid-vfR61Pzffk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfR61Pzffk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfR61Pzffk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfR61Pzffk .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfR61Pzffk .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfR61Pzffk .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfR61Pzffk .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfR61Pzffk .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfR65riVOu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfR65riVOu .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vfR65riVOu .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vfR65riVOu .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfR65riVOu .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vfR65riVOu .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vfR65riVOu .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vfR65riVOu .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-vfR65riVOu .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vfR65riVOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfR65riVOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfR65riVOu .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vfR65riVOu .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vfR65riVOu .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vfR65riVOu .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vfR65riVOu .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfR65riVOu .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vfR65riVOu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfR65riVOu .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vfR65riVOu .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vfR65riVOu .mbr-section-title {
  color: #323432;
}
.cid-vfR65riVOu .mbr-text,
.cid-vfR65riVOu .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-vfR65riVOu .mbr-section-title,
.cid-vfR65riVOu .mbr-section-btn,
.cid-vfR65riVOu .title-wrapper {
  text-align: center;
  color: #1b745e;
}
.cid-vfRauXH3qw {
  padding-top: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfRauXH3qw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRauXH3qw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRauXH3qw .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vfRauXH3qw .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vfRauXH3qw .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vfRauXH3qw .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vfRauXH3qw .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vfRauXH3qw .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vfRauXH3qw .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfRauXH3qw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfRauXH3qw .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfRauXH3qw .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfRauXH3qw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vfRauXH3qw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfRauXH3qw .embla__slide .slide-content {
  width: 100%;
}
.cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #d0dfcf;
  box-shadow: inset 0 10px 8px 0 #d0dfcf, inset 0 -5px 10px -4px #3f5241, 0 10px 10px -5px #3f5241;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.cid-vfRauXH3qw .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfRauXH3qw .embla__button--next,
.cid-vfRauXH3qw .embla__button--prev {
  display: flex;
}
.cid-vfRauXH3qw .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #338873 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #3f5241, 0 10px 10px -2px #3f5241;
}
.cid-vfRauXH3qw .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vfRauXH3qw .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vfRauXH3qw .embla__button.embla__button--prev {
  left: 0;
}
.cid-vfRauXH3qw .embla__button.embla__button--next {
  right: 0;
}
.cid-vfRauXH3qw .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-vfRauXH3qw .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vfRauXH3qw .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vfRauXH3qw .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vfRauXH3qw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfRauXH3qw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfRauXH3qw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfRauXH3qw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfRauXH3qw .mbr-label,
.cid-vfRauXH3qw .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vfRauXH3qw .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vfRauXH3qw .mbr-text,
.cid-vfRauXH3qw .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-vfRauXH3qw .item-label {
  color: #1b745e;
}
.cid-vfRauXH3qw .item-title {
  color: #0f172a;
}
.cid-vfRauXH3qw .item-text {
  color: #0c5b47;
}
.cid-vfRfcL1YoQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfRfcL1YoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRfcL1YoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRfcL1YoQ .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfRfcL1YoQ .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfRfcL1YoQ .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfRfcL1YoQ .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfRfcL1YoQ .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfRfftciCJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfRfftciCJ .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vfRfftciCJ .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vfRfftciCJ .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfRfftciCJ .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vfRfftciCJ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vfRfftciCJ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vfRfftciCJ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-vfRfftciCJ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vfRfftciCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRfftciCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRfftciCJ .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vfRfftciCJ .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vfRfftciCJ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vfRfftciCJ .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vfRfftciCJ .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfRfftciCJ .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vfRfftciCJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfRfftciCJ .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vfRfftciCJ .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vfRfftciCJ .mbr-section-title {
  color: #323432;
}
.cid-vfRfftciCJ .mbr-text,
.cid-vfRfftciCJ .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-vfRfftciCJ .mbr-section-title,
.cid-vfRfftciCJ .mbr-section-btn,
.cid-vfRfftciCJ .title-wrapper {
  text-align: center;
  color: #1b745e;
}
.cid-vfRgyjMqX2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfRgyjMqX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRgyjMqX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRgyjMqX2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vfRgyjMqX2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vfRgyjMqX2 .container {
    padding: 0 20px;
  }
}
.cid-vfRgyjMqX2 .row {
  justify-content: center;
}
.cid-vfRgyjMqX2 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vfRgyjMqX2 .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfRgyjMqX2 .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-vfRgyjMqX2 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vfRgyjMqX2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfRgyjMqX2 .item .item-wrapper {
  background-color: #d0dfcf;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfRgyjMqX2 .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-vfRgyjMqX2 .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfRgyjMqX2 .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-content {
  width: 60%;
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 16px;
}
.cid-vfRgyjMqX2 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfRgyjMqX2 .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfRgyjMqX2 .mbr-section-title {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfRgyjMqX2 .mbr-text {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfRgyjMqX2 .item-title {
  color: #1b745e;
}
.cid-vfRgyjMqX2 .mbr-desc {
  color: #0c5b47;
}
.cid-vfRgyjMqX2 .mbr-price-desc {
  color: #1b1b1b;
}
.cid-vfRgyjMqX2 .mbr-price {
  color: #1b1b1b;
}
.cid-vfRoxlVfDB {
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-vfRoxlVfDB H4 {
  text-align: center;
}
.cid-vfRoxlVfDB H3 {
  text-align: center;
}
.cid-vfRoxlVfDB .desc2 {
  color: #1b745e;
  padding-top: 5px;
}
.cid-vfRoxlVfDB .card {
  padding: 10px 22px;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-vfRoxlVfDB .desc1 {
  color: #1b745e;
}
.cid-vfRoxlVfDB .features-image {
  padding-top: 32px;
}
.cid-vfRoxlVfDB .features-image:first-child {
  padding-top: 0px;
}
.cid-vfRoxlVfDB .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-vfRoxlVfDB .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-vfRoxlVfDB .features-image {
    padding-top: 32px;
  }
  .cid-vfRoxlVfDB .features-image:first-child {
    padding-top: 0px;
  }
  .cid-vfRoxlVfDB .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-vfRoxlVfDB .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-vfRoxlVfDB .features-image {
    padding-top: 32px;
  }
  .cid-vfRoxlVfDB .features-image:first-child {
    padding-top: 0px;
  }
  .cid-vfRoxlVfDB .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-vfRoxlVfDB .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-vfRoxlVfDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRoxlVfDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRoxlVfDB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vfRoxlVfDB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vfRoxlVfDB .container {
    padding: 0 20px;
  }
}
.cid-vfRoxlVfDB .row {
  justify-content: center;
}
.cid-vfRoxlVfDB .title-wrapper {
  margin-bottom: 50px;
}
.cid-vfRoxlVfDB .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfRoxlVfDB .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-vfRoxlVfDB .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vfRoxlVfDB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfRoxlVfDB .item .item-wrapper {
  background-color: #d0dfcf;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfRoxlVfDB .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vfRoxlVfDB .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-vfRoxlVfDB .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-vfRoxlVfDB .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfRoxlVfDB .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-vfRoxlVfDB .item .item-wrapper .item-content {
  width: 60%;
}
.cid-vfRoxlVfDB .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-vfRoxlVfDB .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-vfRoxlVfDB .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vfRoxlVfDB .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-vfRoxlVfDB .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-vfRoxlVfDB .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 16px;
}
.cid-vfRoxlVfDB .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfRoxlVfDB .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfRoxlVfDB .mbr-section-title {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfRoxlVfDB .mbr-text {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfRoxlVfDB .item-title {
  color: #1b745e;
  text-align: justify;
}
.cid-vfRoxlVfDB .mbr-desc {
  color: #0c5b47;
}
.cid-vfRoxlVfDB .mbr-price-desc {
  color: #1b1b1b;
}
.cid-vfRoxlVfDB .mbr-price {
  color: #1b1b1b;
}
.cid-veE8odmHBC {
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-veE8odmHBC .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-veE8odmHBC .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #1b745e;
}
.cid-veE8odmHBC .row {
  width: 100%;
  margin: auto;
}
.cid-veE8odmHBC .iconfont-wrapper {
  color: #1b745e !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-veE8odmHBC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-veE8odmHBC .icons-menu {
    padding-left: 0rem;
  }
}
.cid-veE7QWkE1n .navbar-dropdown {
  position: relative !important;
}
.cid-veE7QWkE1n .navbar-dropdown {
  position: absolute !important;
}
.cid-veE7QWkE1n .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veE7QWkE1n .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-veE7QWkE1n .dropdown-item:hover,
.cid-veE7QWkE1n .dropdown-item:focus {
  color: #f5f3ee !important;
}
.cid-veE7QWkE1n .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-veE7QWkE1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veE7QWkE1n .nav-link {
  position: relative;
  padding: 0;
}
.cid-veE7QWkE1n .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-veE7QWkE1n .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veE7QWkE1n .dropdown-menu,
.cid-veE7QWkE1n .navbar.opened {
  background: #1b745e !important;
}
.cid-veE7QWkE1n .nav-item:focus,
.cid-veE7QWkE1n .nav-link:focus {
  outline: none;
}
.cid-veE7QWkE1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veE7QWkE1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veE7QWkE1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veE7QWkE1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veE7QWkE1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veE7QWkE1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veE7QWkE1n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 116, 94, 0.2);
}
.cid-veE7QWkE1n .navbar.opened {
  transition: all 0.3s;
}
.cid-veE7QWkE1n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veE7QWkE1n .navbar .navbar-logo img {
  width: auto;
}
.cid-veE7QWkE1n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veE7QWkE1n .navbar.collapsed {
  justify-content: center;
}
.cid-veE7QWkE1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veE7QWkE1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veE7QWkE1n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veE7QWkE1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veE7QWkE1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veE7QWkE1n .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: 41%;
}
.cid-veE7QWkE1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veE7QWkE1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veE7QWkE1n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veE7QWkE1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veE7QWkE1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veE7QWkE1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veE7QWkE1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veE7QWkE1n .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: 40%;
  }
  .cid-veE7QWkE1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veE7QWkE1n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veE7QWkE1n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veE7QWkE1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veE7QWkE1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veE7QWkE1n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veE7QWkE1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-veE7QWkE1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veE7QWkE1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veE7QWkE1n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veE7QWkE1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veE7QWkE1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veE7QWkE1n .dropdown-item.active,
.cid-veE7QWkE1n .dropdown-item:active {
  background-color: transparent;
}
.cid-veE7QWkE1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veE7QWkE1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veE7QWkE1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veE7QWkE1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-veE7QWkE1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veE7QWkE1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veE7QWkE1n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veE7QWkE1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veE7QWkE1n button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veE7QWkE1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-veE7QWkE1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veE7QWkE1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veE7QWkE1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veE7QWkE1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veE7QWkE1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veE7QWkE1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veE7QWkE1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veE7QWkE1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veE7QWkE1n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veE7QWkE1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veE7QWkE1n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veE7QWkE1n .navbar {
    height: 70px;
  }
  .cid-veE7QWkE1n .navbar.opened {
    height: auto;
  }
  .cid-veE7QWkE1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veE7QWkE1n .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-veE7QWkE1n .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-veE7QWkE1n a {
  display: inline;
  font-weight: bold;
}
.cid-veE7QWkE1n img {
  display: inline;
  padding-right: 10px;
}
.cid-veE7QWkE1n .dropdown-toggle:after {
  display: none;
}
.cid-veE7QWkE1n .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-veE7QWkE1n .dropdown-item:hover {
  color: #f2d3b7 !important;
}
@media (max-width: 990px) {
  .cid-veE7QWkE1n .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-veE7QWkE1n .navbar .nav-link {
  transition: color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}
.cid-veE7QWkE1n .navbar .nav-link:hover,
.cid-veE7QWkE1n .navbar .nav-link:focus {
  color: #0c5b47 !important;
  transform: translateY(-1px);
}
.cid-veE7QWkE1n .navbar .line-animation {
  left: 50%;
  bottom: -4px;
  width: 0;
  opacity: 1;
  height: 1px;
  transform: translateX(-50%);
  background-color: currentColor;
  transition: width 0.28s ease, background-color 0.28s ease;
}
.cid-veE7QWkE1n .navbar .nav-link:hover .line-animation,
.cid-veE7QWkE1n .navbar .nav-link:focus .line-animation {
  width: 70%;
}
.cid-veE7QWkE1n .navbar .nav-link[data-hover]::after {
  content: attr(data-hover);
  position: absolute;
  left: 50%;
  top: calc(110%);
  transform: translateX(-50%) translateY(4px);
  white-space: nowrap;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 500;
  color: #0c5b47;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.cid-veE7QWkE1n .navbar .nav-link[data-hover]:hover::after,
.cid-veE7QWkE1n .navbar .nav-link[data-hover]:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 991px) {
  .cid-veE7QWkE1n .navbar .nav-link[data-hover]::after {
    display: none;
  }
  .cid-veE7QWkE1n .navbar .nav-link:hover,
  .cid-veE7QWkE1n .navbar .nav-link:focus {
    transform: none;
  }
  .cid-veE7QWkE1n .navbar .nav-link:hover .line-animation,
  .cid-veE7QWkE1n .navbar .nav-link:focus .line-animation {
    width: 40%;
  }
}
.cid-veE7QWkE1n .navbar.collapsed .nav-link[data-hover]::after,
.cid-veE7QWkE1n .navbar.opened .nav-link[data-hover]::after {
  display: none;
}
.cid-veE7QWVwWr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.cid-veE7QWVwWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veE7QWVwWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/hf-20260315-020753-c11d9cc0-d8ec-426f-b7ec-d056bc87badb-2000x1124.png");
}
.cid-veE7QWVwWr .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-veE7QWVwWr .container-fluid {
    padding: 0 20px;
  }
}
.cid-veE7QWVwWr .content-wrapper {
  min-height: 960px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-veE7QWVwWr .content-wrapper {
    padding: 0 20px;
  }
}
.cid-veE7QWVwWr .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-veE7QWVwWr .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-veE7QWVwWr .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-veE7QWVwWr .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-veE7QWVwWr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veE7QWVwWr .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veE7QWVwWr .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-veE7QWVwWr .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-veE7QWVwWr .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-veE7QWVwWr .mbr-section-title {
  color: #ffffff;
}
.cid-veE7QWVwWr .mbr-text,
.cid-veE7QWVwWr .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-veE7QWVwWr .mbr-section-title,
.cid-veE7QWVwWr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-veE7QWVwWr .content-wrapper {
    min-height: 480px;
  }
}
.cid-veE7QXmZo1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d0dfcf;
}
.cid-veE7QXmZo1 .card-wrapper {
  background: #d8e3d5;
  padding: 10% 25%;
  margin: auto;
}
.cid-veE7QXmZo1 .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-veE7QXmZo1 .row {
  justify-content: center;
}
.cid-veE7QXmZo1 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-veE7QXmZo1 .mbr-text,
.cid-veE7QXmZo1 .right-side {
  color: #1b745e;
}
.cid-veE7QXmZo1 .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-veE7QXmZo1 .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-veE7QXmZo1 .card-wrapper {
    max-width: 420px;
  }
}
.cid-veE7QXGSuk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veE7QXGSuk .item-wrapper {
  width: 100%;
}
.cid-veE7QXGSuk .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-veE7QXGSuk .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-veE7QXGSuk .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
}
.cid-veE7QXGSuk .desc {
  padding: 0 0px 20px;
  color: #1b745e;
  text-align: left;
}
.cid-veE7QXGSuk .col-auto {
  display: inline-block;
}
.cid-veE7QXGSuk .container-fluid {
  padding: 0;
}
.cid-veE7QXGSuk .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-veE7QXGSuk .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-veE7QXGSuk .left-side {
    padding: 25px 15px;
  }
}
.cid-veE7QY1qSR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veE7QY1qSR .item-wrapper {
  width: 100%;
}
.cid-veE7QY1qSR .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-veE7QY1qSR .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-veE7QY1qSR .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
}
.cid-veE7QY1qSR .desc {
  padding: 0 0px 20px;
  color: #1b745e;
  text-align: left;
}
.cid-veE7QY1qSR .col-auto {
  display: inline-block;
}
.cid-veE7QY1qSR .container-fluid {
  padding: 0;
}
.cid-veE7QY1qSR .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-veE7QY1qSR .right-side {
  padding: 0;
}
.cid-veE7QY1qSR .row {
  flex-direction: row-reverse;
}
.cid-veE7QY1qSR .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-veE7QY1qSR .left-side {
    padding: 25px 15px;
  }
}
.cid-veE7QYnMXd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d0dfcf;
}
.cid-veE7QYnMXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veE7QYnMXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veE7QYnMXd .content-wrap {
  margin: 0 -50px 50px;
}
.cid-veE7QYnMXd .content-wrap .card {
  padding: 0 50px;
}
.cid-veE7QYnMXd .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-veE7QYnMXd .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-veE7QYnMXd .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-veE7QYnMXd .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-veE7QYnMXd .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-veE7QYnMXd .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veE7QYnMXd .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-veE7QYnMXd .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veE7QYnMXd .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-veE7QYnMXd .content-wrap .main-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-veE7QYnMXd .items-wrapper {
  margin: 0 -10px;
}
.cid-veE7QYnMXd .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veE7QYnMXd .items-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-veE7QYnMXd .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veE7QYnMXd .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 10px;
}
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-veE7QYnMXd .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-veE7QYnMXd .mbr-label {
  color: #1f1f1f;
}
.cid-veE7QYnMXd .mbr-section-title {
  color: #1f1f1f;
}
.cid-veE7QYnMXd .mbr-text {
  color: #5a5a5a;
}
.cid-veE7QYnMXd .item-date {
  color: #5a5a5a;
}
.cid-veE7QYnMXd .item-title {
  color: #1f1f1f;
}
.cid-veE7QYnMXd .item-text {
  color: #5a5a5a;
}
.cid-veE7QYnMXd .mbr-section-title,
.cid-veE7QYnMXd .title-wrapper,
.cid-veE7QYnMXd .main-btn {
  color: #0c5b47;
}
.cid-veE7QYnMXd .mbr-text,
.cid-veE7QYnMXd .text-wrap {
  color: #338873;
}
.cid-veE7QYOzAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/florist2.jpg");
}
.cid-veE7QYOzAz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-veE7QYOzAz .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-veE7QYOzAz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
.cid-veE7QYOzAz .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-veE7QYOzAz .sign {
  width: 300px;
  display: inline;
}
.cid-veE7QYOzAz .text,
.cid-veE7QYOzAz .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-veE7QYOzAz .sign {
    width: 100%;
  }
}
.cid-veE7QZ9yK9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-veE7QZ9yK9 .row {
  align-items: center;
  justify-content: center;
}
.cid-veE7QZ9yK9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veE7QZ9yK9 .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-veE7QZ9yK9 .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-veE7QZ9yK9 .item-img {
  padding-top: 31px;
}
.cid-veE7QZ9yK9 .first {
  position: relative;
}
.cid-veE7QZ9yK9 .second {
  position: absolute;
  top: 15%;
  right: 50%;
}
.cid-veE7QZ9yK9 img {
  width: auto;
}
.cid-veE7QZ9yK9 .first,
.cid-veE7QZ9yK9 .second {
  display: inline-block;
}
.cid-veE7QZ9yK9 .cont {
  display: inline-block;
}
.cid-veE7QZ9yK9 .card-wrapper {
  padding: 10%;
  margin: auto;
}
.cid-veE7QZ9yK9 .sign {
  width: 200px;
  padding-top: 10px;
  display: inline;
}
.cid-veE7QZ9yK9 .row {
  flex-direction: row-reverse;
}
.cid-veE7QZ9yK9 .art {
  padding-bottom: 12px;
  text-align: left;
  color: #0c5b47;
}
.cid-veE7QZ9yK9 .text {
  padding-bottom: 20px;
}
.cid-veE7QZ9yK9 .text,
.cid-veE7QZ9yK9 .si {
  text-align: left;
  color: #0c5b47;
}
.cid-veE7QZ9yK9 .desc {
  text-align: left;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-veE7QZ9yK9 .third {
    margin-top: 45px;
  }
  .cid-veE7QZ9yK9 .second {
    display: none;
  }
  .cid-veE7QZ9yK9 .card-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 690px) {
  .cid-veE7QZ9yK9 img {
    width: 100%;
  }
}
.cid-veE7QZwjHE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veE7QZwjHE .item-wrapper {
  width: 100%;
}
.cid-veE7QZwjHE .mbr-section-title {
  margin: 0 0 35px;
  color: #0c5b47;
}
.cid-veE7QZwjHE .mbr-section-subtitle {
  color: #1b745e;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-veE7QZwjHE .card {
  display: inline-block;
}
.cid-veE7QZwjHE .line {
  display: inline;
}
.cid-veE7QZwjHE .top {
  margin-top: 35px;
}
.cid-veE7QZwjHE .card img {
  width: 70px;
  height: auto;
}
.cid-veE7QZwjHE .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-veE7QZwjHE .top {
    margin-top: 0px;
  }
  .cid-veE7QZwjHE .card img {
    padding-top: 35px;
    margin: auto;
  }
  .cid-veE7QZwjHE .mbr-section-title {
    margin: 0 0 0px;
  }
}
.cid-veE7QZwjHE .container-fluid {
  padding: 0;
}
.cid-veE7QZwjHE .right-side {
  padding: 0;
}
.cid-veE7QZwjHE .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
@media (max-width: 990px) {
  .cid-veE7QZwjHE .left-side {
    padding: 25px 15px;
    text-align: center;
  }
  .cid-veE7QZwjHE .top {
    padding-top: 25px;
  }
  .cid-veE7QZwjHE img {
    margin: auto;
  }
}
.cid-veE7QZXztM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veE7QZXztM .row {
  margin-top: -200px;
}
.cid-veE7QZXztM .container {
  max-width: 1100px;
}
.cid-veE7QZXztM .container-fluid {
  padding: 0;
}
@media (max-width: 960px) {
  .cid-veE7QZXztM .container-fluid {
    padding: 0 15px;
  }
  .cid-veE7QZXztM .row {
    margin-top: 0px;
  }
}
.cid-veE7QZXztM .mbr-section-title {
  text-align: left;
  color: #10634e;
  padding: 10px 30px;
}
.cid-veE7R0fFfa {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veE7R0fFfa .item-wrapper {
  width: 100%;
}
.cid-veE7R0fFfa .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-veE7R0fFfa .row {
  align-items: center;
}
.cid-veE7R0fFfa .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-veE7R0fFfa .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-veE7R0fFfa .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-veE7R0fFfa .sign {
  max-width: 250px;
  display: inline;
}
.cid-veE7R0fFfa .mbr-text,
.cid-veE7R0fFfa .right-side {
  color: #1b745e;
}
.cid-veE7R0BhjX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veE7R0BhjX img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-veE7R0BhjX .right {
  display: flex;
  flex-direction: column;
}
.cid-veE7R0BhjX .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-veE7R0BhjX .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-veE7R0BhjX .last-p {
  padding-bottom: 0;
}
.cid-veE7R10V5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/florist2.jpg");
}
.cid-veE7R10V5b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-veE7R10V5b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veE7R10V5b .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-veE7R10V5b .container {
  min-height: 200px;
}
.cid-veE7R1l9uP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veE7R1l9uP .card {
  padding: 5rem 20%;
  background: #e0ecdc;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-veE7R1l9uP .lin {
  display: inline;
  text-align: center;
}
.cid-veE7R1l9uP .mbr-iconfont {
  font-size: 50px;
  color: #1b745e;
}
.cid-veE7R1l9uP .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-veE7R1l9uP .lin,
.cid-veE7R1l9uP .iconfont-wrapper {
  color: #0c5b47;
}
.cid-veE7R1FFeO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2-1200x926.jpg");
}
.cid-veE7R1FFeO .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-veE7R1FFeO .container {
  max-width: 1100px;
}
.cid-veE7R1FFeO .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-veE7R1FFeO .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-veE7R1FFeO .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 7px;
}
.cid-veE7R1FFeO .l2 {
  color: #0c5b47;
}
.cid-veE7R1FFeO .l1 {
  color: #0c5b47;
}
.cid-veE7R1FFeO .padd {
  color: #0c5b47;
  text-align: center;
  padding-bottom: 60px;
}
.cid-veE7R1FFeO .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-veE7R1FFeO .features-image {
  padding-top: 32px;
}
.cid-veE7R1FFeO .features-image:first-child {
  padding-top: 0px;
}
.cid-veE7R1FFeO .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-veE7R1FFeO .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-veE7R1FFeO .features-image {
    padding-top: 32px;
  }
  .cid-veE7R1FFeO .features-image:first-child {
    padding-top: 0px;
  }
  .cid-veE7R1FFeO .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-veE7R1FFeO .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-veE7R1FFeO .features-image {
    padding-top: 32px;
  }
  .cid-veE7R1FFeO .features-image:first-child {
    padding-top: 0px;
  }
  .cid-veE7R1FFeO .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-veE7R1FFeO .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-veE7R23l4N {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veE7R23l4N .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-veE7R23l4N .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-veE7R23l4N .row {
  align-items: center;
  height: 100%;
}
.cid-veE7R23l4N .container {
  max-width: 720px;
  margin: auto;
}
.cid-veE7R2qW79 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-veE7R2qW79 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veE7R2qW79 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veE7R2qW79 .card-wrap {
  position: relative;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-veE7R2qW79 .card-wrap {
    margin-bottom: 3rem;
  }
}
.cid-veE7R2qW79 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-veE7R2qW79 .social-row {
  text-align: center;
  position: absolute;
  top: 1%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-veE7R2qW79 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
.cid-veE7R2qW79 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #10634e;
  font-size: 1.5rem;
  background-color: white;
  padding: 6px;
  border-radius: 50%;
}
.cid-veE7R2qW79 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veE7R2qW79 .col-lg-3,
.cid-veE7R2qW79 .col-lg-4,
.cid-veE7R2qW79 .col-lg-6 {
  padding: 0;
}
.cid-veE7R2qW79 .image-wrap {
  padding-bottom: 22px;
}
.cid-veE7R2qW79 .card-title,
.cid-veE7R2qW79 .social-row {
  color: #0c5b47;
}
.cid-veE7R2qW79 .mbr-role,
.cid-veE7R2qW79 .social-row {
  color: #338873;
}
.cid-veE7R2qW79 .mbr-role {
  font-style: italic;
}
.cid-veE7R2qW79 .soc-item {
  width: auto;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
}
.cid-veE7R2qW79 .card-wrap:hover .social-row {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .cid-veE7R2qW79 .social-row {
    display: block;
    position: initial;
    opacity: 1;
  }
}
.cid-veE7R2qW79 .content-wrap {
  padding: 0 10px 0px;
}
@media (max-width: 991px) {
  .cid-veE7R2qW79 .top {
    margin-bottom: 0px;
  }
}
.cid-veE7R2qW79 .card-title {
  font-size: 25px;
}
.cid-veE8odmHBC {
  background-color: #e0ecdc;
}
.cid-veE8odmHBC .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-veE8odmHBC .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #1b745e;
}
.cid-veE8odmHBC .row {
  width: 100%;
  margin: auto;
}
.cid-veE8odmHBC .iconfont-wrapper {
  color: #1b745e !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-veE8odmHBC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-veE8odmHBC .icons-menu {
    padding-left: 0rem;
  }
}
.cid-vfUVwR9hHP .navbar-dropdown {
  position: relative !important;
}
.cid-vfUVwR9hHP .navbar-dropdown {
  position: absolute !important;
}
.cid-vfUVwR9hHP .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfUVwR9hHP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vfUVwR9hHP .dropdown-item:hover,
.cid-vfUVwR9hHP .dropdown-item:focus {
  color: #f5f3ee !important;
}
.cid-vfUVwR9hHP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vfUVwR9hHP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfUVwR9hHP .nav-link {
  position: relative;
  padding: 0;
}
.cid-vfUVwR9hHP .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-vfUVwR9hHP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfUVwR9hHP .dropdown-menu,
.cid-vfUVwR9hHP .navbar.opened {
  background: #1b745e !important;
}
.cid-vfUVwR9hHP .nav-item:focus,
.cid-vfUVwR9hHP .nav-link:focus {
  outline: none;
}
.cid-vfUVwR9hHP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfUVwR9hHP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfUVwR9hHP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfUVwR9hHP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfUVwR9hHP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfUVwR9hHP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfUVwR9hHP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 116, 94, 0.2);
}
.cid-vfUVwR9hHP .navbar.opened {
  transition: all 0.3s;
}
.cid-vfUVwR9hHP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfUVwR9hHP .navbar .navbar-logo img {
  width: auto;
}
.cid-vfUVwR9hHP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfUVwR9hHP .navbar.collapsed {
  justify-content: center;
}
.cid-vfUVwR9hHP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfUVwR9hHP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfUVwR9hHP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfUVwR9hHP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfUVwR9hHP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfUVwR9hHP .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: 41%;
}
.cid-vfUVwR9hHP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfUVwR9hHP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfUVwR9hHP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfUVwR9hHP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUVwR9hHP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUVwR9hHP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUVwR9hHP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUVwR9hHP .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: 40%;
  }
  .cid-vfUVwR9hHP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfUVwR9hHP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUVwR9hHP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUVwR9hHP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfUVwR9hHP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfUVwR9hHP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfUVwR9hHP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfUVwR9hHP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfUVwR9hHP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfUVwR9hHP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfUVwR9hHP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfUVwR9hHP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfUVwR9hHP .dropdown-item.active,
.cid-vfUVwR9hHP .dropdown-item:active {
  background-color: transparent;
}
.cid-vfUVwR9hHP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfUVwR9hHP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfUVwR9hHP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfUVwR9hHP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-vfUVwR9hHP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfUVwR9hHP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfUVwR9hHP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfUVwR9hHP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfUVwR9hHP button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfUVwR9hHP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-vfUVwR9hHP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfUVwR9hHP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfUVwR9hHP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfUVwR9hHP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfUVwR9hHP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfUVwR9hHP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfUVwR9hHP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfUVwR9hHP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfUVwR9hHP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfUVwR9hHP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfUVwR9hHP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfUVwR9hHP .navbar {
    height: 70px;
  }
  .cid-vfUVwR9hHP .navbar.opened {
    height: auto;
  }
  .cid-vfUVwR9hHP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfUVwR9hHP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vfUVwR9hHP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vfUVwR9hHP a {
  display: inline;
  font-weight: bold;
}
.cid-vfUVwR9hHP img {
  display: inline;
  padding-right: 10px;
}
.cid-vfUVwR9hHP .dropdown-toggle:after {
  display: none;
}
.cid-vfUVwR9hHP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vfUVwR9hHP .dropdown-item:hover {
  color: #f2d3b7 !important;
}
@media (max-width: 990px) {
  .cid-vfUVwR9hHP .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vfUVwR9hHP .navbar .nav-link {
  transition: color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}
.cid-vfUVwR9hHP .navbar .nav-link:hover,
.cid-vfUVwR9hHP .navbar .nav-link:focus {
  color: #0c5b47 !important;
  transform: translateY(-1px);
}
.cid-vfUVwR9hHP .navbar .line-animation {
  left: 50%;
  bottom: -4px;
  width: 0;
  opacity: 1;
  height: 1px;
  transform: translateX(-50%);
  background-color: currentColor;
  transition: width 0.28s ease, background-color 0.28s ease;
}
.cid-vfUVwR9hHP .navbar .nav-link:hover .line-animation,
.cid-vfUVwR9hHP .navbar .nav-link:focus .line-animation {
  width: 70%;
}
.cid-vfUVwR9hHP .navbar .nav-link[data-hover]::after {
  content: attr(data-hover);
  position: absolute;
  left: 50%;
  top: calc(110%);
  transform: translateX(-50%) translateY(4px);
  white-space: nowrap;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 500;
  color: #0c5b47;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.cid-vfUVwR9hHP .navbar .nav-link[data-hover]:hover::after,
.cid-vfUVwR9hHP .navbar .nav-link[data-hover]:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 991px) {
  .cid-vfUVwR9hHP .navbar .nav-link[data-hover]::after {
    display: none;
  }
  .cid-vfUVwR9hHP .navbar .nav-link:hover,
  .cid-vfUVwR9hHP .navbar .nav-link:focus {
    transform: none;
  }
  .cid-vfUVwR9hHP .navbar .nav-link:hover .line-animation,
  .cid-vfUVwR9hHP .navbar .nav-link:focus .line-animation {
    width: 40%;
  }
}
.cid-vfUVwR9hHP .navbar.collapsed .nav-link[data-hover]::after,
.cid-vfUVwR9hHP .navbar.opened .nav-link[data-hover]::after {
  display: none;
}
.cid-vfUVwS19HA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.cid-vfUVwS19HA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUVwS19HA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/hf-20260315-020753-c11d9cc0-d8ec-426f-b7ec-d056bc87badb-2000x1124.png");
}
.cid-vfUVwS19HA .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-vfUVwS19HA .container-fluid {
    padding: 0 20px;
  }
}
.cid-vfUVwS19HA .content-wrapper {
  min-height: 960px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-vfUVwS19HA .content-wrapper {
    padding: 0 20px;
  }
}
.cid-vfUVwS19HA .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-vfUVwS19HA .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-vfUVwS19HA .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-vfUVwS19HA .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-vfUVwS19HA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfUVwS19HA .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUVwS19HA .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vfUVwS19HA .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-vfUVwS19HA .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-vfUVwS19HA .mbr-section-title {
  color: #ffffff;
}
.cid-vfUVwS19HA .mbr-text,
.cid-vfUVwS19HA .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfUVwS19HA .mbr-section-title,
.cid-vfUVwS19HA .mbr-section-btn {
  text-align: center;
  color: #f1ead8;
}
@media (max-width: 768px) {
  .cid-vfUVwS19HA .content-wrapper {
    min-height: 480px;
  }
}
.cid-vfUVwSqars {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUVwSqars .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUVwSqars .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUVwSqars .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfUVwSqars .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfUVwSqars .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfUVwSqars .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfUVwSqars .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfUWABUCIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUWABUCIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUWABUCIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUWABUCIm .label-wrapper {
  padding-bottom: 48px;
  border-bottom: 1px solid #0c5b47;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfUWABUCIm .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vfUWABUCIm .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vfUWABUCIm .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b745e;
  opacity: .1;
}
.cid-vfUWABUCIm .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vfUWABUCIm .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfUWABUCIm .items-wrapper .item {
  margin-bottom: 48px;
}
.cid-vfUWABUCIm .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUWABUCIm .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vfUWABUCIm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper {
  padding: 24px;
  background-color: #d0dfcf;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfUWABUCIm .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper .card-box {
  width: 58%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vfUWABUCIm .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper .card-box .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper .card-box .text-wrapper .text-wrap .item-price {
  margin-bottom: 24px;
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper .card-box .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-vfUWABUCIm .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vfUWABUCIm .items-wrapper .item .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfUWABUCIm .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfUWABUCIm .mbr-label {
  color: #ffffff;
}
.cid-vfUWABUCIm .item-title {
  color: #1b745e;
}
.cid-vfUWABUCIm .item-price {
  color: #222f30;
}
.cid-vfUWABUCIm .item-text {
  color: #0c5b47;
}
.cid-vfUWABUCIm .item-price,
.cid-vfUWABUCIm .mbr-section-btn {
  color: #1b745e;
}
.cid-vfUXF9A6zc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfUXF9A6zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUXF9A6zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUXF9A6zc .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfUXF9A6zc .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfUXF9A6zc .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfUXF9A6zc .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfUXF9A6zc .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfUVwSUcOh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUVwSUcOh .card-wrapper {
  background: #d8e3d5;
  padding: 10% 25%;
  margin: auto;
}
.cid-vfUVwSUcOh .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-vfUVwSUcOh .row {
  justify-content: center;
}
.cid-vfUVwSUcOh .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-vfUVwSUcOh .mbr-text,
.cid-vfUVwSUcOh .right-side {
  color: #1b745e;
}
.cid-vfUVwSUcOh .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-vfUVwSUcOh .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-vfUVwSUcOh .card-wrapper {
    max-width: 420px;
  }
}
.cid-vfUXP6PxHP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfUXP6PxHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUXP6PxHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUXP6PxHP .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfUXP6PxHP .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfUXP6PxHP .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfUXP6PxHP .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfUXP6PxHP .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfUVwTfcvR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUVwTfcvR .item-wrapper {
  width: 100%;
}
.cid-vfUVwTfcvR .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-vfUVwTfcvR .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-vfUVwTfcvR .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
}
.cid-vfUVwTfcvR .desc {
  padding: 0 0px 20px;
  color: #1b745e;
  text-align: left;
}
.cid-vfUVwTfcvR .col-auto {
  display: inline-block;
}
.cid-vfUVwTfcvR .container-fluid {
  padding: 0;
}
.cid-vfUVwTfcvR .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-vfUVwTfcvR .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-vfUVwTfcvR .left-side {
    padding: 25px 15px;
  }
}
.cid-vfUVwTVkbZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfUVwTVkbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUVwTVkbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUVwTVkbZ .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfUVwTVkbZ .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfUVwTVkbZ .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfUVwTVkbZ .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfUVwTVkbZ .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfUVwV0SDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUVwV0SDc H4 {
  text-align: center;
}
.cid-vfUVwV0SDc H3 {
  text-align: center;
}
.cid-vfUVwV0SDc .desc2 {
  color: #1b745e;
  padding-top: 5px;
}
.cid-vfUVwV0SDc .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-vfUVwV0SDc .desc1 {
  color: #1b745e;
}
.cid-vfUVwV0SDc .features-image {
  padding-top: 32px;
}
.cid-vfUVwV0SDc .features-image:first-child {
  padding-top: 0px;
}
.cid-vfUVwV0SDc .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-vfUVwV0SDc .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-vfUVwV0SDc .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-vfUVwV0SDc .features-image {
    padding-top: 32px;
  }
  .cid-vfUVwV0SDc .features-image:first-child {
    padding-top: 0px;
  }
  .cid-vfUVwV0SDc .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-vfUVwV0SDc .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-vfUVwV0SDc .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-vfUVwV0SDc .features-image {
    padding-top: 32px;
  }
  .cid-vfUVwV0SDc .features-image:first-child {
    padding-top: 0px;
  }
  .cid-vfUVwV0SDc .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-vfUVwV0SDc .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-vfUVwV0SDc .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-vfUY8dJtgZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfUY8dJtgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUY8dJtgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUY8dJtgZ .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfUY8dJtgZ .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfUY8dJtgZ .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfUY8dJtgZ .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfUY8dJtgZ .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfUVwVpI18 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUVwVpI18 .card-wrapper {
  background: #d0dfcf;
  padding: 10% 25%;
  margin: auto;
}
.cid-vfUVwVpI18 .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-vfUVwVpI18 .row {
  justify-content: center;
}
.cid-vfUVwVpI18 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-vfUVwVpI18 .mbr-text,
.cid-vfUVwVpI18 .right-side {
  color: #1b745e;
}
.cid-vfUVwVpI18 .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-vfUVwVpI18 .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-vfUVwVpI18 .card-wrapper {
    max-width: 420px;
  }
}
.cid-vfUVwVJXsT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfUVwVJXsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUVwVJXsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUVwVJXsT .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfUVwVJXsT .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfUVwVJXsT .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfUVwVJXsT .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfUVwVJXsT .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfUVwWo2zD {
  padding-top: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUVwWo2zD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUVwWo2zD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUVwWo2zD .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vfUVwWo2zD .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vfUVwWo2zD .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vfUVwWo2zD .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vfUVwWo2zD .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vfUVwWo2zD .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vfUVwWo2zD .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfUVwWo2zD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfUVwWo2zD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUVwWo2zD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfUVwWo2zD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vfUVwWo2zD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfUVwWo2zD .embla__slide .slide-content {
  width: 100%;
}
.cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #d0dfcf;
  box-shadow: inset 0 10px 8px 0 #d0dfcf, inset 0 -5px 10px -4px #3f5241, 0 10px 10px -5px #3f5241;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.cid-vfUVwWo2zD .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUVwWo2zD .embla__button--next,
.cid-vfUVwWo2zD .embla__button--prev {
  display: flex;
}
.cid-vfUVwWo2zD .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #338873 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #3f5241, 0 10px 10px -2px #3f5241;
}
.cid-vfUVwWo2zD .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vfUVwWo2zD .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vfUVwWo2zD .embla__button.embla__button--prev {
  left: 0;
}
.cid-vfUVwWo2zD .embla__button.embla__button--next {
  right: 0;
}
.cid-vfUVwWo2zD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-vfUVwWo2zD .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vfUVwWo2zD .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vfUVwWo2zD .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vfUVwWo2zD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfUVwWo2zD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfUVwWo2zD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfUVwWo2zD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfUVwWo2zD .mbr-label,
.cid-vfUVwWo2zD .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vfUVwWo2zD .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vfUVwWo2zD .mbr-text,
.cid-vfUVwWo2zD .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-vfUVwWo2zD .item-label {
  color: #1b745e;
}
.cid-vfUVwWo2zD .item-title {
  color: #0f172a;
}
.cid-vfUVwWo2zD .item-text {
  color: #0c5b47;
}
.cid-vfUVwX16Hc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfUVwX16Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUVwX16Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUVwX16Hc .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfUVwX16Hc .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfUVwX16Hc .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfUVwX16Hc .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfUVwX16Hc .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfUVwXLPrh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUVwXLPrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUVwXLPrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUVwXLPrh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vfUVwXLPrh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vfUVwXLPrh .container {
    padding: 0 20px;
  }
}
.cid-vfUVwXLPrh .row {
  justify-content: center;
}
.cid-vfUVwXLPrh .title-wrapper {
  margin-bottom: 50px;
}
.cid-vfUVwXLPrh .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfUVwXLPrh .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-vfUVwXLPrh .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vfUVwXLPrh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfUVwXLPrh .item .item-wrapper {
  background-color: #d0dfcf;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfUVwXLPrh .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vfUVwXLPrh .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-vfUVwXLPrh .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-vfUVwXLPrh .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfUVwXLPrh .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-vfUVwXLPrh .item .item-wrapper .item-content {
  width: 60%;
}
.cid-vfUVwXLPrh .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-vfUVwXLPrh .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-vfUVwXLPrh .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vfUVwXLPrh .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-vfUVwXLPrh .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-vfUVwXLPrh .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 16px;
}
.cid-vfUVwXLPrh .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUVwXLPrh .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfUVwXLPrh .mbr-section-title {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfUVwXLPrh .mbr-text {
  color: #1b1b1b;
  text-align: center;
}
.cid-vfUVwXLPrh .item-title {
  color: #1b745e;
}
.cid-vfUVwXLPrh .mbr-desc {
  color: #0c5b47;
}
.cid-vfUVwXLPrh .mbr-price-desc {
  color: #1b1b1b;
}
.cid-vfUVwXLPrh .mbr-price {
  color: #1b1b1b;
}
.cid-vfVbfNuinV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfVbfNuinV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVbfNuinV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVbfNuinV .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfVbfNuinV .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfVbfNuinV .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfVbfNuinV .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfVbfNuinV .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfV8F6LBdv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfV8F6LBdv .card-wrapper {
  background: #338873;
  padding: 10% 25%;
  margin: auto;
}
.cid-vfV8F6LBdv .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-vfV8F6LBdv .row {
  justify-content: center;
  align-items: center;
}
.cid-vfV8F6LBdv .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-vfV8F6LBdv .mbr-text,
.cid-vfV8F6LBdv .right-side {
  color: #1b745e;
}
.cid-vfV8F6LBdv .container {
  max-width: 1100px;
}
.cid-vfV8F6LBdv .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-vfV8F6LBdv .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-vfV8F6LBdv .picture {
  border-radius: 50%;
}
.cid-vfV8F6LBdv .pic {
  padding-bottom: 32px;
}
.cid-vfV8F6LBdv .desc {
  padding-bottom: 20px;
  color: #ffb18a;
}
.cid-vfV8F6LBdv .btn {
  margin-top: 25px;
}
.cid-vfV8F6LBdv .row {
  flex-direction: row-reverse;
}
.cid-vfV8F6LBdv .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-vfV8F6LBdv .card-wrapper {
    max-width: 420px;
  }
  .cid-vfV8F6LBdv .left-side {
    padding-top: 50px;
  }
  .cid-vfV8F6LBdv .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-vfV8F6LBdv input,
.cid-vfV8F6LBdv textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-vfV8F6LBdv .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-vfV8F6LBdv .f {
  font-size: 42px;
  color: #1b745e;
}
.cid-vfV8F6LBdv .art {
  color: #f1ead8;
}
.cid-vfV8F6LBdv .text,
.cid-vfV8F6LBdv .si {
  color: #f1ead8;
}
.cid-vfVbk8vgCm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfVbk8vgCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVbk8vgCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVbk8vgCm .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfVbk8vgCm .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfVbk8vgCm .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfVbk8vgCm .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfVbk8vgCm .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfV9ufubsS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfV9ufubsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfV9ufubsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfV9ufubsS .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-vfV9ufubsS .mbr-section-head {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .cid-vfV9ufubsS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-vfV9ufubsS .mbr-section-title {
  color: #1b745e;
}
.cid-vfV9ufubsS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-vfV9ufubsS .cards-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
}
.cid-vfV9ufubsS .card {
  border-radius: 0;
}
.cid-vfV9ufubsS .card:not(:first-child) {
  border-top: 2px solid #131313;
}
.cid-vfV9ufubsS .card-wrapper {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  padding: 30px 0 25px;
}
@media (max-width: 991px) {
  .cid-vfV9ufubsS .card-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}
.cid-vfV9ufubsS .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0 12px;
}
.cid-vfV9ufubsS .image-wrapper {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 130px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cid-vfV9ufubsS .image-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfV9ufubsS .image-wrapper {
    margin-right: 20px;
  }
}
.cid-vfV9ufubsS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfV9ufubsS .card-title {
  color: #1b745e;
}
.cid-vfV9ufubsS .card-subtitle {
  color: #FC7942;
}
.cid-vfV9ufubsS .card-text {
  margin-right: 175px;
  margin-top: 5px;
  color: #0c5b47;
}
@media (max-width: 1024px) {
  .cid-vfV9ufubsS .card-text {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vfV9ufubsS .card-text {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vfV9ufubsS .card-text {
    margin-right: 0;
  }
}
.cid-vfV9ufubsS .iconfont-wrapper {
  margin-left: auto;
}
@media (max-width: 575px) {
  .cid-vfV9ufubsS .iconfont-wrapper {
    display: none;
  }
}
.cid-vfV9ufubsS .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #fc7942;
  transform: rotate(-45deg);
  transition: 0.3s all;
}
@media (min-width: 992px) {
  .cid-vfV9ufubsS .card-wrapper:hover .iconfont-wrapper .mbr-iconfont {
    transform: rotate(0);
  }
}
.cid-vfVbpa7XPY {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfVbpa7XPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVbpa7XPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVbpa7XPY .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfVbpa7XPY .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfVbpa7XPY .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfVbpa7XPY .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfVbpa7XPY .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfV9DKmkiy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfV9DKmkiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfV9DKmkiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfV9DKmkiy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #f5f3ee;
  margin-left: 1rem;
}
.cid-vfV9DKmkiy .panel-group {
  border: none;
}
.cid-vfV9DKmkiy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfV9DKmkiy .panel-body,
.cid-vfV9DKmkiy .card-header {
  padding: 1rem 0;
}
.cid-vfV9DKmkiy .panel-title-edit {
  color: #1b745e;
}
.cid-vfV9DKmkiy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfV9DKmkiy .panel-text {
  color: #0c5b47;
}
.cid-vfV9DKmkiy .mbr-section-subtitle {
  color: #0c5b47;
}
.cid-vfV9DKmkiy .mbr-section-title {
  color: #1b745e;
}
.cid-vfVbuakx97 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfVbuakx97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVbuakx97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVbuakx97 .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfVbuakx97 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfVbuakx97 .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfVbuakx97 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfVbuakx97 .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfV92o1U3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfV92o1U3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfV92o1U3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfV92o1U3v .items-wrapper .item {
  border-bottom: 1px solid #bac0cc;
}
.cid-vfV92o1U3v .items-wrapper .item:first-child {
  border-top: 1px solid #bac0cc;
}
.cid-vfV92o1U3v .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfV92o1U3v .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-vfV92o1U3v .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vfV92o1U3v .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-vfV92o1U3v .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfV92o1U3v .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-vfV92o1U3v .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfV92o1U3v .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-vfV92o1U3v .items-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vfV92o1U3v .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-vfV92o1U3v .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfV92o1U3v .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vfV92o1U3v .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vfV92o1U3v .item-number {
  color: #40b0bf;
}
.cid-vfV92o1U3v .item-title {
  color: #1b745e;
}
.cid-vfV92o1U3v .item-text {
  color: #58595b;
}
.cid-vfV92o1U3v .item-text,
.cid-vfV92o1U3v .text-wrapper {
  color: #0c5b47;
}
.cid-vfVbyrxQb1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfVbyrxQb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVbyrxQb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVbyrxQb1 .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfVbyrxQb1 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfVbyrxQb1 .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfVbyrxQb1 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfVbyrxQb1 .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfV9GZdUWy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfV9GZdUWy .mbr-section-subtitle {
  color: #1b745e;
}
.cid-vfV9GZdUWy .container-table {
  margin: 0 auto;
}
.cid-vfV9GZdUWy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfV9GZdUWy .dataTables_wrapper {
  display: block;
}
.cid-vfV9GZdUWy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfV9GZdUWy table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vfV9GZdUWy table th {
  border-top: 1px solid #ff9966;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfV9GZdUWy table th:hover {
  background: #ff9966;
  color: #000000;
}
.cid-vfV9GZdUWy table td {
  border-top: 1px solid #ff9966;
}
.cid-vfV9GZdUWy table td:hover {
  color: #f5f3ee;
}
.cid-vfV9GZdUWy table tr:last-child td {
  border-bottom: 1px solid #ff9966;
}
.cid-vfV9GZdUWy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfV9GZdUWy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfV9GZdUWy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfV9GZdUWy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfV9GZdUWy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfV9GZdUWy .dataTables_filter {
    text-align: center;
  }
  .cid-vfV9GZdUWy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfV9GZdUWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfV9GZdUWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfV9GZdUWy .mbr-section-title {
  color: #0c5b47;
}
.cid-vfV9GZdUWy .head-item {
  color: #1b745e;
}
.cid-vfV9GZdUWy .body-item {
  color: #1b745e;
}
.cid-vfVbDDu4aj {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #3f5241;
}
.cid-vfVbDDu4aj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVbDDu4aj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVbDDu4aj .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-vfVbDDu4aj .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-vfVbDDu4aj .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-vfVbDDu4aj .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-vfVbDDu4aj .mbr-section-btn {
  padding-top: 40px;
}
.cid-vfV8cXBB3X {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfV8cXBB3X .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-vfV8cXBB3X .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-vfV8cXBB3X .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfV8cXBB3X .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-vfV8cXBB3X .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #d0dfcf;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vfV8cXBB3X .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #d0dfcf;
  border-radius: 30px;
}
.cid-vfV8cXBB3X .row {
  justify-content: center;
}
.cid-vfV8cXBB3X .item {
  margin-bottom: 2rem;
}
.cid-vfV8cXBB3X .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vfV8cXBB3X .card-box {
    padding: 2rem 1rem;
  }
}
.cid-vfV8cXBB3X .card-text {
  color: #263d5a;
}
.cid-vfV8cXBB3X .card-title,
.cid-vfV8cXBB3X .iconfont-wrapper {
  color: #263d5a;
}
.cid-vfV8cXBB3X .mbr-section-subtitle {
  color: #1b745e;
}
.cid-vfV8cXBB3X .mbr-section-title {
  color: #263d5a;
}
.cid-vfV8cXBB3X .card-price,
.cid-vfV8cXBB3X .iconfont-wrapper {
  color: #263d5a;
}
.cid-vfVlQXbVwb {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfVlQXbVwb .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-vfVlQXbVwb .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-vfVlQXbVwb .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfVlQXbVwb .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-vfVlQXbVwb .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #d0dfcf;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vfVlQXbVwb .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #d0dfcf;
  border-radius: 30px;
}
.cid-vfVlQXbVwb .row {
  justify-content: center;
}
.cid-vfVlQXbVwb .item {
  margin-bottom: 2rem;
}
.cid-vfVlQXbVwb .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vfVlQXbVwb .card-box {
    padding: 2rem 1rem;
  }
}
.cid-vfVlQXbVwb .card-text {
  color: #263d5a;
}
.cid-vfVlQXbVwb .card-title,
.cid-vfVlQXbVwb .iconfont-wrapper {
  color: #263d5a;
}
.cid-vfVlQXbVwb .mbr-section-subtitle {
  color: #1b745e;
}
.cid-vfVlQXbVwb .mbr-section-title {
  color: #263d5a;
}
.cid-vfVlQXbVwb .card-price,
.cid-vfVlQXbVwb .iconfont-wrapper {
  color: #263d5a;
}
.cid-vfUVwYTShQ {
  background-image: url("../../../assets/images/hf-20260404-190502-8b97c30a-f159-4f24-9fa6-61345c989937-2000x2000.png");
}
.cid-vfUVwYTShQ .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-vfUVwYTShQ .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #1b745e;
}
.cid-vfUVwYTShQ .row {
  width: 100%;
  margin: auto;
}
.cid-vfUVwYTShQ .iconfont-wrapper {
  color: #1b745e !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-vfUVwYTShQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-vfUVwYTShQ .icons-menu {
    padding-left: 0rem;
  }
}
