.btn {
  border-width: 2px;
}
body {
  font-family: 'Brygada 1918', serif;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Brygada 1918', serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Brygada 1918', serif;
  font-size: 2.0625rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.578125rem;
}
.display-7 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.5625rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- 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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.65rem;
    font-size: calc( 1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffd9a9 !important;
}
.bg-success {
  background-color: #d3e4a1 !important;
}
.bg-info {
  background-color: #ffd9a9 !important;
}
.bg-warning {
  background-color: #cbefdd !important;
}
.bg-danger {
  background-color: #4e6912 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffd9a9 !important;
  border-color: #ffd9a9 !important;
  color: #a95e00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffb352 !important;
  border-color: #ffb352 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #a95e00 !important;
  background-color: #ffb352 !important;
  border-color: #ffb352 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffd9a9 !important;
  border-color: #ffd9a9 !important;
  color: #a95e00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ffb352 !important;
  border-color: #ffb352 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #a95e00 !important;
  background-color: #ffb352 !important;
  border-color: #ffb352 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d3e4a1 !important;
  border-color: #d3e4a1 !important;
  color: #55681e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b3d15e !important;
  border-color: #b3d15e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #55681e !important;
  background-color: #b3d15e !important;
  border-color: #b3d15e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cbefdd !important;
  border-color: #cbefdd !important;
  color: #2c8f5e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #89dbb2 !important;
  border-color: #89dbb2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2c8f5e !important;
  background-color: #89dbb2 !important;
  border-color: #89dbb2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4e6912 !important;
  border-color: #4e6912 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #171f05 !important;
  border-color: #171f05 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #171f05 !important;
  border-color: #171f05 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffd9a9;
  color: #ffd9a9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffb352 !important;
  background-color: transparent!important;
  border-color: #ffb352 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #a95e00 !important;
  background-color: #ffd9a9 !important;
  border-color: #ffd9a9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent!important;
  border-color: #c9c9c9 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffd9a9;
  color: #ffd9a9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffb352 !important;
  background-color: transparent!important;
  border-color: #ffb352 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #a95e00 !important;
  background-color: #ffd9a9 !important;
  border-color: #ffd9a9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3e4a1;
  color: #d3e4a1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b3d15e !important;
  background-color: transparent!important;
  border-color: #b3d15e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #55681e !important;
  background-color: #d3e4a1 !important;
  border-color: #d3e4a1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cbefdd;
  color: #cbefdd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #89dbb2 !important;
  background-color: transparent!important;
  border-color: #89dbb2 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2c8f5e !important;
  background-color: #cbefdd !important;
  border-color: #cbefdd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4e6912;
  color: #4e6912;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #171f05 !important;
  background-color: transparent!important;
  border-color: #171f05 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4e6912 !important;
  border-color: #4e6912 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffd9a9 !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #d3e4a1 !important;
}
.text-info {
  color: #ffd9a9 !important;
}
.text-warning {
  color: #cbefdd !important;
}
.text-danger {
  color: #4e6912 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffac43 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #aecd52 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffac43 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7dd7aa !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0d1203 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffd9a9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffd9a9;
}
.alert-warning {
  background-color: #cbefdd;
}
.alert-danger {
  background-color: #4e6912;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd9a9;
  border-color: #ffd9a9;
  color: #c26d00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffd9a9;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9fd625;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ffd9a9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ffd9a9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffd9a9;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffd9a9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffd9a9;
  border-bottom-color: #ffd9a9;
}
.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: #ffd9a9 !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: #f4f4f4 !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='%23ffd9a9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sK8WHrsCdW {
  z-index: 1000;
  width: 100%;
}
.cid-sK8WHrsCdW .navbar-dropdown {
  background-color: #d3e4a1 !important;
  padding: 0;
  position: fixed;
}
.cid-sK8WHrsCdW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sK8WHrsCdW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #cbefdd;
  }
  .cid-sK8WHrsCdW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK8WHrsCdW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK8WHrsCdW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-body .mbr-text,
  .cid-sK8WHrsCdW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK8WHrsCdW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #d3e4a1;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK8WHrsCdW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK8WHrsCdW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sK8WHrsCdW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK8WHrsCdW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK8WHrsCdW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK8WHrsCdW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 0 !important;
  }
}
.cid-sK8WHrsCdW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK8WHrsCdW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sK8WHrsCdW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK8WHrsCdW .offcanvas_box {
    display: none;
  }
}
.cid-sK8WHrsCdW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .dropdown .dropdown-item:hover {
  color: #ff9292 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK8WHrsCdW .nav-link {
  position: relative;
}
.cid-sK8WHrsCdW .container {
  display: flex;
  margin: auto;
}
.cid-sK8WHrsCdW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8WHrsCdW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8WHrsCdW .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
.cid-sK8WHrsCdW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK8WHrsCdW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK8WHrsCdW .dropdown-menu,
.cid-sK8WHrsCdW .navbar.opened {
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .nav-item:focus,
.cid-sK8WHrsCdW .nav-link:focus {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK8WHrsCdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK8WHrsCdW .navbar.opened {
  transition: all 0.3s;
}
.cid-sK8WHrsCdW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK8WHrsCdW .navbar .navbar-logo img {
  width: auto;
}
.cid-sK8WHrsCdW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed {
  justify-content: center;
}
.cid-sK8WHrsCdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK8WHrsCdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK8WHrsCdW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK8WHrsCdW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK8WHrsCdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK8WHrsCdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK8WHrsCdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK8WHrsCdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK8WHrsCdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK8WHrsCdW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK8WHrsCdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK8WHrsCdW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown-item.active,
.cid-sK8WHrsCdW .dropdown-item:active {
  background-color: transparent;
}
.cid-sK8WHrsCdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d3e4a1;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK8WHrsCdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK8WHrsCdW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK8WHrsCdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK8WHrsCdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3e4a1;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK8WHrsCdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK8WHrsCdW .navbar {
    height: 70px;
  }
  .cid-sK8WHrsCdW .navbar.opened {
    height: auto;
  }
  .cid-sK8WHrsCdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK8WHrsCdW .mbr-section-subtitle {
  color: #202020;
}
.cid-sK8WHrsCdW .mbr-text {
  color: #7a7a7a;
}
.cid-sK8WKgdzBG {
  padding-top: 10rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/namthaipic-2000x1299.jpg");
}
.cid-sK8WKgdzBG .row {
  align-items: center;
  justify-content: center;
}
.cid-sK8WKgdzBG .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #cbefdd;
}
.cid-sK8WKgdzBG .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #cbefdd;
}
.cid-sK8WKgdzBG .content_box {
  position: relative;
  z-index: 1;
}
.cid-sK8WKgdzBG .mbr-section-title {
  margin-bottom: 21px;
  color: #ede99b;
}
.cid-sK8WKgdzBG .mbr-text {
  margin-bottom: 21px;
}
.cid-sK8WKgdzBG .image-wrapper,
.cid-sK8WKgdzBG img {
  width: 100%;
}
.cid-sK8WKgdzBG .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-sK8WKgdzBG .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-sK8WKgdzBG .image_left {
    padding-top: 5rem;
  }
  .cid-sK8WKgdzBG .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-sK8WKgdzBG .row {
    flex-direction: column;
  }
  .cid-sK8WKgdzBG .shape {
    display: none;
  }
  .cid-sK8WKgdzBG .content_box {
    padding: 2rem 0;
  }
}
.cid-sK8WKgdzBG .mbr-text,
.cid-sK8WKgdzBG .mbr-section-btn {
  color: #ede99b;
}
.cid-uHHemSNLgj.popup-builder {
  background-color: #ffffff;
}
.cid-uHHemSNLgj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHemSNLgj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHemSNLgj .modal-content,
.cid-uHHemSNLgj .modal-dialog {
  height: auto;
}
.cid-uHHemSNLgj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHemSNLgj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHemSNLgj .form-wrapper .mbr-form .form-group,
  .cid-uHHemSNLgj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHemSNLgj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHemSNLgj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHemSNLgj .mbr-text {
  text-align: center;
  color: #4e6912;
}
.cid-uHHemSNLgj .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHemSNLgj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHemSNLgj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHemSNLgj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHemSNLgj .modal-open {
  overflow: hidden;
}
.cid-uHHemSNLgj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHemSNLgj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHemSNLgj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHemSNLgj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHemSNLgj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHemSNLgj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHemSNLgj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHemSNLgj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHemSNLgj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHemSNLgj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHemSNLgj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHemSNLgj .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHemSNLgj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHemSNLgj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHemSNLgj .modal-header {
    padding: 1rem;
  }
}
.cid-uHHemSNLgj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHemSNLgj .modal-header .close svg {
  fill: #353535;
}
.cid-uHHemSNLgj .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHemSNLgj .modal-header .close:focus {
  outline: none;
}
.cid-uHHemSNLgj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4e6912;
}
.cid-uHHemSNLgj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHemSNLgj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHemSNLgj .modal-body {
    padding: 1rem;
  }
}
.cid-uHHemSNLgj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHemSNLgj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHemSNLgj .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHemSNLgj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHemSNLgj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHemSNLgj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHemSNLgj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHemSNLgj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHemSNLgj .modal-lg,
  .cid-uHHemSNLgj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHemSNLgj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHemSNLgj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHemSNLgj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHemSNLgj .form-group {
  margin-bottom: 1rem;
}
.cid-uHHemSNLgj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHemSNLgj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHemSNLgj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHemSNLgj .mbr-section-btn {
  margin: 0;
}
.cid-uHHemSNLgj .mbr-section-btn .btn {
  margin: 0;
}
.cid-sU2owkrJtI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e4a1;
}
.cid-sU2owkrJtI .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: right;
}
.cid-sU2owkrJtI .main_header {
  background-color: #ede99b;
  position: relative;
  z-index: 1;
  padding: 8rem 2.75rem;
}
@media (max-width: 991px) {
  .cid-sU2owkrJtI .main_header {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sU2owkrJtI .main_header {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-sU2owkrJtI .shape {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 20px;
  max-width: 160px;
}
.cid-sU2owkrJtI .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sU2owkrJtI .shape {
    max-width: 80px;
  }
}
.cid-sU2owkrJtI .shape2 {
  width: 185px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.cid-sU2owkrJtI .shape2 img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 767px) {
  .cid-sU2owkrJtI .shape2 {
    width: 95px;
    bottom: -20px;
  }
}
.cid-sU2owkrJtI .mbr-text {
  text-align: center;
}
.cid-sUhbsQMCIG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #fef2f2;
}
@media (min-width: 768px) {
  .cid-sUhbsQMCIG .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sUhbsQMCIG .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sUhbsQMCIG .card_wrapper {
  padding: 2rem 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sUhbsQMCIG .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sUhbsQMCIG .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sUhbsQMCIG .content_box {
  position: relative;
  z-index: 2;
}
.cid-sUhbsQMCIG .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-sUhbsQMCIG .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sUhbsQMCIG .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sUhbsQMCIG .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sUhbsQMCIG .image-wrapper,
.cid-sUhbsQMCIG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUhbV4k1Xk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #fef2f2;
}
@media (min-width: 768px) {
  .cid-sUhbV4k1Xk .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sUhbV4k1Xk .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sUhbV4k1Xk .card_wrapper {
  padding: 2rem 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sUhbV4k1Xk .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sUhbV4k1Xk .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sUhbV4k1Xk .content_box {
  position: relative;
  z-index: 2;
}
.cid-sUhbV4k1Xk .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-sUhbV4k1Xk .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sUhbV4k1Xk .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sUhbV4k1Xk .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sUhbV4k1Xk .image-wrapper,
.cid-sUhbV4k1Xk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUhcbScKmk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #fef2f2;
}
@media (min-width: 768px) {
  .cid-sUhcbScKmk .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sUhcbScKmk .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sUhcbScKmk .card_wrapper {
  padding: 2rem 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sUhcbScKmk .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sUhcbScKmk .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sUhcbScKmk .content_box {
  position: relative;
  z-index: 2;
}
.cid-sUhcbScKmk .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-sUhcbScKmk .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sUhcbScKmk .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sUhcbScKmk .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sUhcbScKmk .image-wrapper,
.cid-sUhcbScKmk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUhcoypLT9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #fef2f2;
}
@media (min-width: 768px) {
  .cid-sUhcoypLT9 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sUhcoypLT9 .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sUhcoypLT9 .card_wrapper {
  padding: 2rem 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sUhcoypLT9 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sUhcoypLT9 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sUhcoypLT9 .content_box {
  position: relative;
  z-index: 2;
}
.cid-sUhcoypLT9 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-sUhcoypLT9 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sUhcoypLT9 .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sUhcoypLT9 .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sUhcoypLT9 .image-wrapper,
.cid-sUhcoypLT9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUhdhinZIV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #fef2f2;
}
@media (min-width: 768px) {
  .cid-sUhdhinZIV .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sUhdhinZIV .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sUhdhinZIV .card_wrapper {
  padding: 2rem 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sUhdhinZIV .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sUhdhinZIV .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sUhdhinZIV .content_box {
  position: relative;
  z-index: 2;
}
.cid-sUhdhinZIV .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-sUhdhinZIV .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sUhdhinZIV .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sUhdhinZIV .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sUhdhinZIV .image-wrapper,
.cid-sUhdhinZIV img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUhdKFDGlD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #fef2f2;
}
@media (min-width: 768px) {
  .cid-sUhdKFDGlD .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sUhdKFDGlD .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sUhdKFDGlD .card_wrapper {
  padding: 2rem 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sUhdKFDGlD .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sUhdKFDGlD .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sUhdKFDGlD .content_box {
  position: relative;
  z-index: 2;
}
.cid-sUhdKFDGlD .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-sUhdKFDGlD .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sUhdKFDGlD .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sUhdKFDGlD .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sUhdKFDGlD .image-wrapper,
.cid-sUhdKFDGlD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXoGISr1vd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #d3e4a1;
}
.cid-sXoGISr1vd .content_box {
  padding: 2rem 15%;
  background-color: #d3e4a1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sXoGISr1vd .content_box {
    margin-top: 30px;
    padding: 65px 30px;
  }
  .cid-sXoGISr1vd .content_box .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sXoGISr1vd .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  padding: 0 100px;
}
.cid-sXoGISr1vd .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sXoGISr1vd .mbr-text {
  line-height: 1;
  color: #202020;
  position: relative;
  z-index: 2;
}
.cid-sXoGISr1vd .video-wrapper img,
.cid-sXoGISr1vd .video-wrapper iframe {
  max-height: 400px;
  object-fit: cover;
}
.cid-sXoGISr1vd .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4e6912;
  z-index: 0;
}
.cid-sK8XYi3KO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbefdd;
}
.cid-sK8XYi3KO7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #3d1c22;
}
.cid-sK8XYi3KO7 .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK8XYi3KO7 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK8XYi3KO7 .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #7a7a7a;
}
.cid-sK8XYi3KO7 .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK8XYi3KO7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .cid-sK8XYi3KO7 .footer_timework {
    margin-top: 50px;
  }
  .cid-sK8XYi3KO7 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK8XZfk3pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XZfk3pu .mbr-text {
  color: #7a7a7a;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sK8WHrsCdW {
  z-index: 1000;
  width: 100%;
}
.cid-sK8WHrsCdW .navbar-dropdown {
  background-color: #d3e4a1 !important;
  padding: 0;
  position: fixed;
}
.cid-sK8WHrsCdW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sK8WHrsCdW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #cbefdd;
  }
  .cid-sK8WHrsCdW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK8WHrsCdW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK8WHrsCdW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-body .mbr-text,
  .cid-sK8WHrsCdW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK8WHrsCdW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #d3e4a1;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK8WHrsCdW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK8WHrsCdW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sK8WHrsCdW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK8WHrsCdW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK8WHrsCdW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK8WHrsCdW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 0 !important;
  }
}
.cid-sK8WHrsCdW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK8WHrsCdW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sK8WHrsCdW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK8WHrsCdW .offcanvas_box {
    display: none;
  }
}
.cid-sK8WHrsCdW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .dropdown .dropdown-item:hover {
  color: #ff9292 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK8WHrsCdW .nav-link {
  position: relative;
}
.cid-sK8WHrsCdW .container {
  display: flex;
  margin: auto;
}
.cid-sK8WHrsCdW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8WHrsCdW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8WHrsCdW .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
.cid-sK8WHrsCdW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK8WHrsCdW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK8WHrsCdW .dropdown-menu,
.cid-sK8WHrsCdW .navbar.opened {
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .nav-item:focus,
.cid-sK8WHrsCdW .nav-link:focus {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK8WHrsCdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK8WHrsCdW .navbar.opened {
  transition: all 0.3s;
}
.cid-sK8WHrsCdW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK8WHrsCdW .navbar .navbar-logo img {
  width: auto;
}
.cid-sK8WHrsCdW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed {
  justify-content: center;
}
.cid-sK8WHrsCdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK8WHrsCdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK8WHrsCdW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK8WHrsCdW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK8WHrsCdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK8WHrsCdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK8WHrsCdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK8WHrsCdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK8WHrsCdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK8WHrsCdW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK8WHrsCdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK8WHrsCdW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown-item.active,
.cid-sK8WHrsCdW .dropdown-item:active {
  background-color: transparent;
}
.cid-sK8WHrsCdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d3e4a1;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK8WHrsCdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK8WHrsCdW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK8WHrsCdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK8WHrsCdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3e4a1;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK8WHrsCdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK8WHrsCdW .navbar {
    height: 70px;
  }
  .cid-sK8WHrsCdW .navbar.opened {
    height: auto;
  }
  .cid-sK8WHrsCdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK8WHrsCdW .mbr-section-subtitle {
  color: #202020;
}
.cid-sK8WHrsCdW .mbr-text {
  color: #7a7a7a;
}
.cid-unFRZSi5OL {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #cbefdd;
}
.cid-unFRZSi5OL .content_box {
  position: relative;
  z-index: 5;
}
.cid-unFRZSi5OL .carousel-item {
  justify-content: center;
}
.cid-unFRZSi5OL .carousel-item.active,
.cid-unFRZSi5OL .carousel-item-next,
.cid-unFRZSi5OL .carousel-item-prev {
  display: flex;
}
.cid-unFRZSi5OL .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #ffd9a9;
  opacity: 1;
}
.cid-unFRZSi5OL .carousel-control-next span {
  padding-left: 5px;
}
.cid-unFRZSi5OL .carousel-control-prev span {
  padding-right: 5px;
}
.cid-unFRZSi5OL .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-unFRZSi5OL .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-unFRZSi5OL .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-unFRZSi5OL .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #202020;
}
.cid-unFMDj7ueP {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unFMDj7ueP .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-unFMDj7ueP .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-unFMDj7ueP img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-unFMDj7ueP .item {
  margin-bottom: 70px;
}
.cid-unFMDj7ueP .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-unFMDj7ueP .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-unFMDj7ueP .mbr-text {
  margin-bottom: 18px;
}
.cid-unFMDj7ueP .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-unFMDj7ueP .linkBtn a:after,
.cid-unFMDj7ueP .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-unFMDj7ueP .linkBtn a:before {
  left: 0;
}
.cid-unFMDj7ueP .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-unFMDj7ueP .linkBtn a:hover:before,
.cid-unFMDj7ueP .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sK8XYi3KO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbefdd;
}
.cid-sK8XYi3KO7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #3d1c22;
}
.cid-sK8XYi3KO7 .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK8XYi3KO7 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK8XYi3KO7 .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #7a7a7a;
}
.cid-sK8XYi3KO7 .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK8XYi3KO7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .cid-sK8XYi3KO7 .footer_timework {
    margin-top: 50px;
  }
  .cid-sK8XYi3KO7 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK8XZfk3pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XZfk3pu .mbr-text {
  color: #7a7a7a;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tmBFX1QmLb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 845px;
  background-image: url("../../../assets/images/8-1200x798.jpg");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tmBFX1QmLb {
    min-height: 667px;
  }
}
.cid-tmBFX1QmLb .row {
  flex-direction: row-reverse;
}
.cid-tmBFX1QmLb .row {
  align-items: stretch;
  width: 100%;
}
.cid-tmBFX1QmLb .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tmBFX1QmLb .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tmBFX1QmLb .col-text {
    width: 60%;
  }
}
.cid-tmBFX1QmLb .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-tmBFX1QmLb .text-container {
    padding: 0 0 0 16% !important;
    padding: 0 16% 0 0 !important;
  }
}
@media (max-width: 880px) {
  .cid-tmBFX1QmLb .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-tmBFX1QmLb .text-container {
    padding: 10px !important;
  }
}
.cid-tmBFX1QmLb .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-tmBFX1QmLb .text-wrapper {
    padding: 0 55% 0 0;
    padding: 0  0 0 55%;
  }
}
@media (max-width: 1440px) {
  .cid-tmBFX1QmLb .text-wrapper {
    padding: 0 30% 0 0;
    padding: 0  0 0 30%;
  }
}
@media (max-width: 1024px) {
  .cid-tmBFX1QmLb .text-wrapper {
    padding: 0 25% 0 0;
    padding: 0  0 0 25%;
  }
}
@media (max-width: 880px) {
  .cid-tmBFX1QmLb .text-wrapper {
    padding: 0 15% 0 0;
    padding: 0  0 0 15%;
  }
}
@media (max-width: 767px) {
  .cid-tmBFX1QmLb .text-wrapper {
    padding: 0;
  }
}
.cid-tmBFX1QmLb .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tmBFX1QmLb .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tmBFX1QmLb .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tmBFX1QmLb .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tmBFX1QmLb .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tmBFX1QmLb .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tmBFX1QmLb .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tmBFX1QmLb .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tmBFX1QmLb .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tmBFX1QmLb .col-img {
    width: 40%;
  }
}
.cid-tmBFX1QmLb .mbr-section-title,
.cid-tmBFX1QmLb .mbr-section-btn {
  color: #d3e4a1;
}
.cid-sK8WHrsCdW {
  z-index: 1000;
  width: 100%;
}
.cid-sK8WHrsCdW .navbar-dropdown {
  background-color: #d3e4a1 !important;
  padding: 0;
  position: fixed;
}
.cid-sK8WHrsCdW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sK8WHrsCdW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #cbefdd;
  }
  .cid-sK8WHrsCdW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK8WHrsCdW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK8WHrsCdW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-body .mbr-text,
  .cid-sK8WHrsCdW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK8WHrsCdW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #d3e4a1;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK8WHrsCdW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK8WHrsCdW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sK8WHrsCdW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK8WHrsCdW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK8WHrsCdW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK8WHrsCdW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 0 !important;
  }
}
.cid-sK8WHrsCdW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK8WHrsCdW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sK8WHrsCdW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK8WHrsCdW .offcanvas_box {
    display: none;
  }
}
.cid-sK8WHrsCdW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .dropdown .dropdown-item:hover {
  color: #ff9292 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK8WHrsCdW .nav-link {
  position: relative;
}
.cid-sK8WHrsCdW .container {
  display: flex;
  margin: auto;
}
.cid-sK8WHrsCdW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8WHrsCdW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8WHrsCdW .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
.cid-sK8WHrsCdW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK8WHrsCdW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK8WHrsCdW .dropdown-menu,
.cid-sK8WHrsCdW .navbar.opened {
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .nav-item:focus,
.cid-sK8WHrsCdW .nav-link:focus {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK8WHrsCdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK8WHrsCdW .navbar.opened {
  transition: all 0.3s;
}
.cid-sK8WHrsCdW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK8WHrsCdW .navbar .navbar-logo img {
  width: auto;
}
.cid-sK8WHrsCdW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed {
  justify-content: center;
}
.cid-sK8WHrsCdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK8WHrsCdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK8WHrsCdW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK8WHrsCdW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK8WHrsCdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK8WHrsCdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK8WHrsCdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK8WHrsCdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK8WHrsCdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK8WHrsCdW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK8WHrsCdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK8WHrsCdW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown-item.active,
.cid-sK8WHrsCdW .dropdown-item:active {
  background-color: transparent;
}
.cid-sK8WHrsCdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d3e4a1;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK8WHrsCdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK8WHrsCdW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK8WHrsCdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK8WHrsCdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3e4a1;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK8WHrsCdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK8WHrsCdW .navbar {
    height: 70px;
  }
  .cid-sK8WHrsCdW .navbar.opened {
    height: auto;
  }
  .cid-sK8WHrsCdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK8WHrsCdW .mbr-section-subtitle {
  color: #202020;
}
.cid-sK8WHrsCdW .mbr-text {
  color: #7a7a7a;
}
.cid-sUheCxMRdb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ebf2e9;
}
.cid-sUheCxMRdb .mbr-section-title {
  margin-bottom: 18px;
  color: #4e6912;
}
.cid-sUheCxMRdb .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sUheCxMRdb .mbr-text {
  color: #ffffff;
}
.cid-sUheCxMRdb img,
.cid-sUheCxMRdb .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 400px;
}
.cid-sUheCxMRdb .item {
  margin-bottom: 65px;
}
.cid-sUheCxMRdb .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUheCxMRdb .card_info {
  margin-bottom: 12px;
}
.cid-sUheCxMRdb .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 18px;
}
.cid-sUheCxMRdb .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-sUheCxMRdb .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-sUheCxMRdb .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-sUheCxMRdb .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sUheCxMRdb .linkBtn a:after,
.cid-sUheCxMRdb .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sUheCxMRdb .linkBtn a:before {
  left: 0;
}
.cid-sUheCxMRdb .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sUheCxMRdb .linkBtn a:hover:before,
.cid-sUheCxMRdb .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sUheCxMRdb .card_date {
  color: #ffffff;
}
.cid-sUheCxMRdb .card_text,
.cid-sUheCxMRdb .linkBtn {
  color: #4e6912;
  text-align: center;
}
.cid-sK8XYi3KO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbefdd;
}
.cid-sK8XYi3KO7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #3d1c22;
}
.cid-sK8XYi3KO7 .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK8XYi3KO7 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK8XYi3KO7 .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #7a7a7a;
}
.cid-sK8XYi3KO7 .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK8XYi3KO7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .cid-sK8XYi3KO7 .footer_timework {
    margin-top: 50px;
  }
  .cid-sK8XYi3KO7 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK8XZfk3pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XZfk3pu .mbr-text {
  color: #7a7a7a;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sK8WHrsCdW {
  z-index: 1000;
  width: 100%;
}
.cid-sK8WHrsCdW .navbar-dropdown {
  background-color: #d3e4a1 !important;
  padding: 0;
  position: fixed;
}
.cid-sK8WHrsCdW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sK8WHrsCdW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #cbefdd;
  }
  .cid-sK8WHrsCdW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK8WHrsCdW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK8WHrsCdW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-body .mbr-text,
  .cid-sK8WHrsCdW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK8WHrsCdW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #d3e4a1;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK8WHrsCdW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK8WHrsCdW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sK8WHrsCdW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK8WHrsCdW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK8WHrsCdW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK8WHrsCdW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 0 !important;
  }
}
.cid-sK8WHrsCdW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK8WHrsCdW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sK8WHrsCdW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK8WHrsCdW .offcanvas_box {
    display: none;
  }
}
.cid-sK8WHrsCdW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .dropdown .dropdown-item:hover {
  color: #ff9292 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK8WHrsCdW .nav-link {
  position: relative;
}
.cid-sK8WHrsCdW .container {
  display: flex;
  margin: auto;
}
.cid-sK8WHrsCdW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8WHrsCdW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8WHrsCdW .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
.cid-sK8WHrsCdW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK8WHrsCdW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK8WHrsCdW .dropdown-menu,
.cid-sK8WHrsCdW .navbar.opened {
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .nav-item:focus,
.cid-sK8WHrsCdW .nav-link:focus {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK8WHrsCdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK8WHrsCdW .navbar.opened {
  transition: all 0.3s;
}
.cid-sK8WHrsCdW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK8WHrsCdW .navbar .navbar-logo img {
  width: auto;
}
.cid-sK8WHrsCdW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed {
  justify-content: center;
}
.cid-sK8WHrsCdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK8WHrsCdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK8WHrsCdW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK8WHrsCdW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK8WHrsCdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK8WHrsCdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK8WHrsCdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK8WHrsCdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK8WHrsCdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK8WHrsCdW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK8WHrsCdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK8WHrsCdW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown-item.active,
.cid-sK8WHrsCdW .dropdown-item:active {
  background-color: transparent;
}
.cid-sK8WHrsCdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d3e4a1;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK8WHrsCdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK8WHrsCdW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK8WHrsCdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK8WHrsCdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3e4a1;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK8WHrsCdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK8WHrsCdW .navbar {
    height: 70px;
  }
  .cid-sK8WHrsCdW .navbar.opened {
    height: auto;
  }
  .cid-sK8WHrsCdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK8WHrsCdW .mbr-section-subtitle {
  color: #202020;
}
.cid-sK8WHrsCdW .mbr-text {
  color: #7a7a7a;
}
.cid-sU1v6Gz9RH {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ebf2e9;
}
.cid-sU1v6Gz9RH .card-title {
  color: #202020;
}
.cid-sU1v6Gz9RH .map-wrapper {
  margin-bottom: 70px;
}
.cid-sU1v6Gz9RH .google-map {
  height: 540px;
  position: relative;
}
.cid-sU1v6Gz9RH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sU1v6Gz9RH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sU1v6Gz9RH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sU1v6Gz9RH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sU1v6Gz9RH .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-sU1v6Gz9RH .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-sU1v6Gz9RH .card_text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sU1v6Gz9RH .card_box {
    padding: 0 2rem;
  }
}
.cid-sU1v6Gz9RH .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-sK8XYi3KO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbefdd;
}
.cid-sK8XYi3KO7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #3d1c22;
}
.cid-sK8XYi3KO7 .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK8XYi3KO7 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK8XYi3KO7 .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #7a7a7a;
}
.cid-sK8XYi3KO7 .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK8XYi3KO7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .cid-sK8XYi3KO7 .footer_timework {
    margin-top: 50px;
  }
  .cid-sK8XYi3KO7 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK8XZfk3pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XZfk3pu .mbr-text {
  color: #7a7a7a;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sU1MuC86Mt {
  background-color: #ebf2e9;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sU1MuC86Mt .carousel {
  width: 100%;
}
.cid-sU1MuC86Mt .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sU1MuC86Mt .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sU1MuC86Mt .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4e6912;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sU1MuC86Mt .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sU1MuC86Mt .content_wrap {
    padding: 60px 12px;
  }
}
.cid-sU1MuC86Mt .carousel-item,
.cid-sU1MuC86Mt .carousel-inner {
  height: 100%;
}
.cid-sU1MuC86Mt .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-sU1MuC86Mt .mbr-section-btn {
  margin-top: 42px;
}
.cid-sU1MuC86Mt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sU1MuC86Mt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sU1MuC86Mt .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-sU1MuC86Mt .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-sU1MuC86Mt .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sU1MuC86Mt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sU1MuC86Mt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sU1MuC86Mt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sU1MuC86Mt .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #ebf2e9;
  border: 1px solid #ebf2e9;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-sU1MuC86Mt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-sU1MuC86Mt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-sU1MuC86Mt .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-sU1MuC86Mt .carousel-control {
    display: none !important;
  }
}
.cid-sU1MuC86Mt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-sU1MuC86Mt .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #ebf2e9;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-sU1MuC86Mt .carousel-indicators li.active,
.cid-sU1MuC86Mt .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-sU1MuC86Mt .carousel-indicators li::after,
.cid-sU1MuC86Mt .carousel-indicators li::before {
  content: none;
}
.cid-sU1MuC86Mt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU1MuC86Mt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sU1MuC86Mt .height_100 {
    height: 100%;
  }
}
.cid-sK8WHrsCdW {
  z-index: 1000;
  width: 100%;
}
.cid-sK8WHrsCdW .navbar-dropdown {
  background-color: #d3e4a1 !important;
  padding: 0;
  position: fixed;
}
.cid-sK8WHrsCdW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sK8WHrsCdW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #cbefdd;
  }
  .cid-sK8WHrsCdW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK8WHrsCdW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK8WHrsCdW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-body .mbr-text,
  .cid-sK8WHrsCdW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK8WHrsCdW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #d3e4a1;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK8WHrsCdW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK8WHrsCdW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sK8WHrsCdW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK8WHrsCdW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK8WHrsCdW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK8WHrsCdW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 0 !important;
  }
}
.cid-sK8WHrsCdW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK8WHrsCdW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sK8WHrsCdW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK8WHrsCdW .offcanvas_box {
    display: none;
  }
}
.cid-sK8WHrsCdW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .dropdown .dropdown-item:hover {
  color: #ff9292 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK8WHrsCdW .nav-link {
  position: relative;
}
.cid-sK8WHrsCdW .container {
  display: flex;
  margin: auto;
}
.cid-sK8WHrsCdW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8WHrsCdW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8WHrsCdW .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
.cid-sK8WHrsCdW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK8WHrsCdW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK8WHrsCdW .dropdown-menu,
.cid-sK8WHrsCdW .navbar.opened {
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .nav-item:focus,
.cid-sK8WHrsCdW .nav-link:focus {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK8WHrsCdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK8WHrsCdW .navbar.opened {
  transition: all 0.3s;
}
.cid-sK8WHrsCdW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK8WHrsCdW .navbar .navbar-logo img {
  width: auto;
}
.cid-sK8WHrsCdW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #d3e4a1 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed {
  justify-content: center;
}
.cid-sK8WHrsCdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK8WHrsCdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK8WHrsCdW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK8WHrsCdW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK8WHrsCdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK8WHrsCdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK8WHrsCdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK8WHrsCdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK8WHrsCdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK8WHrsCdW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK8WHrsCdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK8WHrsCdW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown-item.active,
.cid-sK8WHrsCdW .dropdown-item:active {
  background-color: transparent;
}
.cid-sK8WHrsCdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d3e4a1;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK8WHrsCdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK8WHrsCdW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK8WHrsCdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK8WHrsCdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3e4a1;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK8WHrsCdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK8WHrsCdW .navbar {
    height: 70px;
  }
  .cid-sK8WHrsCdW .navbar.opened {
    height: auto;
  }
  .cid-sK8WHrsCdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK8WHrsCdW .mbr-section-subtitle {
  color: #202020;
}
.cid-sK8WHrsCdW .mbr-text {
  color: #7a7a7a;
}
.cid-t1FE6hcHZA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ede99b;
}
.cid-t1FE6hcHZA .image-wrapper,
.cid-t1FE6hcHZA img {
  width: 100%;
  object-fit: contain;
}
.cid-t1FE6hcHZA img {
  display: inline-block;
  width: 6rem;
}
.cid-t1FE6hcHZA .mbr-section-title {
  margin: 25px 0;
}
.cid-t1FE6hcHZA .mbr-text {
  margin-bottom: 19px;
}
.cid-t1FE6hcHZA .mbr-section-title,
.cid-t1FE6hcHZA .image-wrapper {
  color: #000000;
}
.cid-t1FCQSctbQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede99b;
}
.cid-t1FCQSctbQ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-t1FCQSctbQ .item-img {
  aspect-ratio: 1;
}
.cid-t1FCQSctbQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-t1FCQSctbQ .item:focus,
.cid-t1FCQSctbQ span:focus {
  outline: none;
}
.cid-t1FCQSctbQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sK8XYi3KO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbefdd;
}
.cid-sK8XYi3KO7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #3d1c22;
}
.cid-sK8XYi3KO7 .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK8XYi3KO7 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK8XYi3KO7 .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #7a7a7a;
}
.cid-sK8XYi3KO7 .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK8XYi3KO7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .cid-sK8XYi3KO7 .footer_timework {
    margin-top: 50px;
  }
  .cid-sK8XYi3KO7 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK8XZfk3pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XZfk3pu .mbr-text {
  color: #7a7a7a;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
