.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.usability-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 8.75rem;
  line-height: 1;
}
.display-1 > .usability-iconfont {
  font-size: 10.9375rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3.875rem;
  line-height: 1;
}
.display-2 > .usability-iconfont {
  font-size: 4.84375rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .usability-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .usability-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
}
.display-7 > .usability-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.125rem;
    font-size: calc( 3.7124999999999995rem + (8.75 - 3.7124999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.7124999999999995rem + (8.75 - 3.7124999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.1rem;
    font-size: calc( 2.0062499999999996rem + (3.875 - 2.0062499999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0062499999999996rem + (3.875 - 2.0062499999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #2f261c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8b6c3f !important;
}
.bg-danger {
  background-color: #4a6a3d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #393939 !important;
  border-color: #393939 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #535353 !important;
  border-color: #535353 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #2f261c !important;
  border-color: #2f261c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4f402f !important;
  border-color: #4f402f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f402f !important;
  border-color: #4f402f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8b6c3f !important;
  border-color: #8b6c3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae874f !important;
  border-color: #ae874f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae874f !important;
  border-color: #ae874f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4a6a3d !important;
  border-color: #4a6a3d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #618a50 !important;
  border-color: #618a50 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #618a50 !important;
  border-color: #618a50 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #393939;
  color: #393939;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e0e0e !important;
  background-color: transparent !important;
  border-color: #0e0e0e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2f261c;
  color: #2f261c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2f261c !important;
  border-color: #2f261c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8b6c3f;
  color: #8b6c3f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4f3e24 !important;
  background-color: transparent !important;
  border-color: #4f3e24 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8b6c3f !important;
  border-color: #8b6c3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4a6a3d;
  color: #4a6a3d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #24331d !important;
  background-color: transparent !important;
  border-color: #24331d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4a6a3d !important;
  border-color: #4a6a3d !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: #000000 !important;
}
.text-secondary {
  color: #393939 !important;
}
.text-success {
  color: #2f261c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8b6c3f !important;
}
.text-danger {
  color: #4a6a3d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #060606 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #45351f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1d2918 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8b6c3f;
}
.alert-danger {
  background-color: #4a6a3d;
}
.usability-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.usability-gallery-filter li a {
  border-radius: 100px !important;
}
.usability-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.usability-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.usability-plan-header.bg-primary .usability-plan-subtitle,
.usability-plan-header.bg-primary .usability-plan-price-desc {
  color: #b3b3b3;
}
.usability-plan-header.bg-success .usability-plan-subtitle,
.usability-plan-header.bg-success .usability-plan-price-desc {
  color: #e2d9ce;
}
.usability-plan-header.bg-info .usability-plan-subtitle,
.usability-plan-header.bg-info .usability-plan-price-desc {
  color: #ffffff;
}
.usability-plan-header.bg-warning .usability-plan-subtitle,
.usability-plan-header.bg-warning .usability-plan-price-desc {
  color: #c7ab83;
}
.usability-plan-header.bg-danger .usability-plan-subtitle,
.usability-plan-header.bg-danger .usability-plan-price-desc {
  color: #87b076;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .usability-iconfont {
  font-size: 1.5625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .usability-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.usability-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.usability-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.usability-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.usability-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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #393939 !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='%23000000' %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;
}
.usability-section-btn .btn,
.usability-section-btn-main .btn {
  box-shadow: none;
  padding: 15px 30px;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.usability-section-btn .btn:hover,
.usability-section-btn-main .btn:hover,
.usability-section-btn .btn:focus,
.usability-section-btn-main .btn:focus {
  transform: scale(1.03);
  border: none !important;
  box-shadow: none;
}
img {
  border-radius: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  background-color: #e3e0da !important;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e3e0da !important;
  background: #e3e0da;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sJKmbwE-uQJoSMTMFq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar.opened,
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar-collapse {
    background-color: #e3e0da !important;
    transition: all 0s ease 0s;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  position: relative !important;
}
.sJKmbwE-uQJoSMTMFq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
    margin-top: 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-text,
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-section-subtitle {
    margin-bottom: 32px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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);
  }
  .sJKmbwE-uQJoSMTMFq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .sJKmbwE-uQJoSMTMFq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .sJKmbwE-uQJoSMTMFq .lg_brand {
    margin: 0 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-item:hover,
  .sJKmbwE-uQJoSMTMFq .nav-item:focus {
    background-color: #ffffff;
    border-color: #393939;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover,
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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;
  }
  .sJKmbwE-uQJoSMTMFq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box {
    display: none;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .container {
  display: flex;
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:hover {
  opacity: .5;
}
.sJKmbwE-uQJoSMTMFq .navbar-caption {
  color: #222222;
}
.sJKmbwE-uQJoSMTMFq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar-nav {
    margin: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu,
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  background-color: false !important;
}
.sJKmbwE-uQJoSMTMFq .nav-item:focus,
.sJKmbwE-uQJoSMTMFq .nav-link:focus {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  transition: all 0.3s;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed {
  justify-content: center;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item {
    padding: .5rem 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .icons-menu {
    padding: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short {
  min-height: 60px;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .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;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-logo a {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown-item.active,
.sJKmbwE-uQJoSMTMFq .dropdown-item:active {
  background-color: transparent;
}
.sJKmbwE-uQJoSMTMFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sJKmbwE-uQJoSMTMFq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e3e0da;
  background: #ffffff;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sJKmbwE-uQJoSMTMFq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    height: 70px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened {
    height: auto;
  }
  .sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sJKmbwE-uQJoSMTMFq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
  padding-top: 5px;
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-dropdown {
    margin: 0 auto;
  }
}
.sJKmbwE-uQJoSMTMFq .text_widget {
  margin-bottom: 24px;
}
.sJKmbwE-uQJoSMTMFq .text_widget a {
  transition: all 0.3s ease-out;
}
.sJKmbwE-uQJoSMTMFq .text_widget a:hover {
  color: #393939 !important;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-text {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle,
.sJKmbwE-uQJoSMTMFq .text_widget,
.sJKmbwE-uQJoSMTMFq .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.sJKmbwE-uQJq6lwDCU {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/clear-snapshot.jpg-1376x768.jpg");
}
.sJKmbwE-uQJq6lwDCU H2 {
  color: #8b6c3f;
}
.sJKmbwE-uQJq6lwDCU .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJq6lwDCU .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJqnQvFWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e0da;
  overflow: hidden;
}
.sJKmbwE-uQJqnQvFWx .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJqnQvFWx .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .container {
    padding: 0 30px;
  }
}
.sJKmbwE-uQJqnQvFWx .card {
  justify-content: center;
}
.sJKmbwE-uQJqnQvFWx .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper {
    padding: 0;
  }
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .desc-wrapper .usability-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper .desc-wrapper .usability-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .desc-wrapper .usability-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #4a6a3d;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper .desc-wrapper .usability-desc::before {
    width: 40px;
  }
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .usability-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper .usability-text {
    margin-bottom: 80px;
  }
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .usability-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #4a6a3d;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .usability-iconfont {
    margin: 0 0 40px 0;
  }
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.sJKmbwE-uQJqnQvFWx .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.sJKmbwE-uQJqnQvFWx .usability-desc {
  color: #254b45;
}
.sJKmbwE-uQJqnQvFWx .usability-text {
  color: #000000;
}
.sJKmbwE-uQJqnQvFWx .item-title {
  color: #000000;
}
.sJKmbwE-uQJqnQvFWx .item-text {
  color: #000000;
}
.sJKmbwE-uQJqnQvFWx .usability-desc,
.sJKmbwE-uQJqnQvFWx .desc-wrapper {
  color: #000000;
}
.sJKmbwE-uQJqu09Ec7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8b6c3f;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.sJKmbwE-uQJqu09Ec7 .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJqu09Ec7 .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJqu09Ec7 .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJqu09Ec7 .section-border-item_center {
    display: none;
  }
}
.sJKmbwE-uQJqu09Ec7 .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJqu09Ec7 .main-container {
    flex-wrap: wrap;
  }
}
.sJKmbwE-uQJqu09Ec7 .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJqu09Ec7 .card-wrap {
    width: 100%;
  }
}
.sJKmbwE-uQJqu09Ec7 .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJqu09Ec7 .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .sJKmbwE-uQJqu09Ec7 .card-box {
    max-width: 100%;
  }
}
.sJKmbwE-uQJqu09Ec7 .card-title {
  color: #FFF;
}
.sJKmbwE-uQJqu09Ec7 .usability-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .sJKmbwE-uQJqu09Ec7 .usability-text {
    margin-top: 1.25rem;
  }
}
.sJKmbwE-uQJqu09Ec7 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .sJKmbwE-uQJqu09Ec7 .counter-container {
    margin-top: 1.5rem;
  }
}
.sJKmbwE-uQJqu09Ec7 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.sJKmbwE-uQJqu09Ec7 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.sJKmbwE-uQJqu09Ec7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #4a6a3d;
}
.sJKmbwE-uQJqu09Ec7 .iconfont-wrapper .usability-iconfont {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
.sJKmbwE-uQJqu09Ec7 .list-text {
  color: #FFF;
  flex-grow: 1;
}
.sJKmbwE-uQJqu09Ec7 .usability-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .sJKmbwE-uQJqu09Ec7 .usability-section-btn {
    margin-top: 1rem;
  }
}
.sJKmbwE-uQJqu09Ec7 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJqu09Ec7 .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .sJKmbwE-uQJqu09Ec7 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.sJKmbwE-uQJqu09Ec7 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.sJKmbwE-uQJqu09Ec7 .img-box img {
  width: 100%;
  object-fit: cover;
}
.sJKmbwE-uQJqywVAk1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e0da;
}
.sJKmbwE-uQJqywVAk1 .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJqywVAk1 .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJqywVAk1 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqywVAk1 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.sJKmbwE-uQJqywVAk1 .content-wrapper .label-wrapper .usability-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #4a6a3d;
  margin-bottom: 0;
}
.sJKmbwE-uQJqywVAk1 .content-wrapper .title-wrapper .usability-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqywVAk1 .content-wrapper .title-wrapper .usability-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sJKmbwE-uQJqywVAk1 .content-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .sJKmbwE-uQJqywVAk1 .content-wrapper .text-wrapper .usability-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqywVAk1 .content-wrapper .text-wrapper .usability-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sJKmbwE-uQJqywVAk1 .usability-label,
.sJKmbwE-uQJqywVAk1 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.sJKmbwE-uQJqywVAk1 .usability-section-title {
  color: #19171c;
}
.sJKmbwE-uQJqywVAk1 .usability-text,
.sJKmbwE-uQJqywVAk1 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.sJKmbwE-uQJqywVAk1 .usability-section-title,
.sJKmbwE-uQJqywVAk1 .title-wrapper,
.sJKmbwE-uQJqywVAk1 .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJqAOJkiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJqAOJkiA .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJqAOJkiA .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJqAOJkiA .content-wrapper {
  padding: 80px 90px;
  background-color: #e3e0da;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #8b6c3f;
}
@media (max-width: 1200px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper .usability-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper .usability-section-title {
    margin-bottom: 24px;
  }
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper .usability-text {
  margin-bottom: 0;
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper .icon-wrapper .usability-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .card-wrapper .icon-wrapper .usability-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .usability-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .content-wrap .usability-section-btn {
    margin-top: 16px;
  }
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.sJKmbwE-uQJqAOJkiA .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJqAOJkiA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.sJKmbwE-uQJqAOJkiA .usability-section-title {
  color: #050f0f;
}
.sJKmbwE-uQJqAOJkiA .usability-text {
  color: #ffffff;
}
.sJKmbwE-uQJqAOJkiA .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJqAOJkiA .icon-wrapper {
  text-align: right;
}
.sJKmbwE-uQJqAOJkiA .usability-section-title,
.sJKmbwE-uQJqAOJkiA .usability-section-btn,
.sJKmbwE-uQJqAOJkiA .icon-wrapper {
  color: #ffffff;
}
.sJKmbwE-uQJqPDBCys {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e3e0da;
}
.sJKmbwE-uQJqPDBCys .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJqPDBCys .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJqPDBCys p {
    max-width: 95%;
  }
}
.sJKmbwE-uQJqPDBCys .usability-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.sJKmbwE-uQJqPDBCys .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #000000;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.sJKmbwE-uQJqPDBCys .subtitle-wrap .usability-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #393939;
  font-size: 1.5rem;
}
.sJKmbwE-uQJqPDBCys .list {
  margin: 0;
}
.sJKmbwE-uQJqPDBCys .list .item-wrap {
  margin-bottom: 1rem;
}
.sJKmbwE-uQJqPDBCys .list .item-wrap::marker {
  color: #4a6a3d;
}
.sJKmbwE-uQJqPDBCys .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sJKmbwE-uQJqPDBCys .usability-section-title {
  color: #000000;
}
.sJKmbwE-uQJqPDBCys .usability-section-subtitle,
.sJKmbwE-uQJqPDBCys .align-wrapper {
  color: #04492e;
}
.sJKmbwE-uQJqPDBCys .list,
.sJKmbwE-uQJqPDBCys .item-wrap {
  color: #000000;
}
.sJKmbwE-uQJCZmILYj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJCZmILYj .row {
  justify-content: center;
}
.sJKmbwE-uQJCZmILYj .main-content {
  background-color: #e3e0da;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
    width: 100%;
  }
}
.sJKmbwE-uQJCZmILYj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:hover,
.sJKmbwE-uQJCZmILYj .list .item-wrap:focus {
  transform: translateX(14px);
}
.sJKmbwE-uQJCZmILYj .usability-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.sJKmbwE-uQJCZmILYj .usability-section-title {
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .usability-text {
  color: #151e11;
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  background-color: #e3e0da !important;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e3e0da !important;
  background: #e3e0da;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sJKmbwE-uQJoSMTMFq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar.opened,
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar-collapse {
    background-color: #e3e0da !important;
    transition: all 0s ease 0s;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  position: relative !important;
}
.sJKmbwE-uQJoSMTMFq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
    margin-top: 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-text,
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-section-subtitle {
    margin-bottom: 32px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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);
  }
  .sJKmbwE-uQJoSMTMFq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .sJKmbwE-uQJoSMTMFq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .sJKmbwE-uQJoSMTMFq .lg_brand {
    margin: 0 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-item:hover,
  .sJKmbwE-uQJoSMTMFq .nav-item:focus {
    background-color: #ffffff;
    border-color: #393939;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover,
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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;
  }
  .sJKmbwE-uQJoSMTMFq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box {
    display: none;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .container {
  display: flex;
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:hover {
  opacity: .5;
}
.sJKmbwE-uQJoSMTMFq .navbar-caption {
  color: #222222;
}
.sJKmbwE-uQJoSMTMFq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar-nav {
    margin: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu,
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  background-color: false !important;
}
.sJKmbwE-uQJoSMTMFq .nav-item:focus,
.sJKmbwE-uQJoSMTMFq .nav-link:focus {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  transition: all 0.3s;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed {
  justify-content: center;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item {
    padding: .5rem 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .icons-menu {
    padding: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short {
  min-height: 60px;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .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;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-logo a {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown-item.active,
.sJKmbwE-uQJoSMTMFq .dropdown-item:active {
  background-color: transparent;
}
.sJKmbwE-uQJoSMTMFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sJKmbwE-uQJoSMTMFq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e3e0da;
  background: #ffffff;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sJKmbwE-uQJoSMTMFq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    height: 70px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened {
    height: auto;
  }
  .sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sJKmbwE-uQJoSMTMFq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
  padding-top: 5px;
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-dropdown {
    margin: 0 auto;
  }
}
.sJKmbwE-uQJoSMTMFq .text_widget {
  margin-bottom: 24px;
}
.sJKmbwE-uQJoSMTMFq .text_widget a {
  transition: all 0.3s ease-out;
}
.sJKmbwE-uQJoSMTMFq .text_widget a:hover {
  color: #393939 !important;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-text {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle,
.sJKmbwE-uQJoSMTMFq .text_widget,
.sJKmbwE-uQJoSMTMFq .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.sJKmbwE-uQJr5OVZBD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJr5OVZBD .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJr5OVZBD .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJr5OVZBD .text-wrapper {
  padding: 3rem;
}
@media (max-width: 767px) {
  .sJKmbwE-uQJr5OVZBD .text-wrapper {
    padding: 3rem 1rem;
  }
}
.sJKmbwE-uQJr5OVZBD .row {
  background: #e3e0da;
  border-radius: 2rem;
  margin: 0;
  align-items: center;
}
.sJKmbwE-uQJr5OVZBD img {
  border-radius: 2rem;
  height: 100%;
}
.sJKmbwE-uQJr5OVZBD .row {
  flex-direction: row-reverse;
}
.sJKmbwE-uQJr5OVZBD .image-wrapper {
  padding: 0;
}
.sJKmbwE-uQJr5OVZBD .usability-section-title {
  color: #000000;
}
.sJKmbwE-uQJr5OVZBD .usability-text,
.sJKmbwE-uQJr5OVZBD .usability-section-btn {
  color: #000000;
}
.sJKmbwE-uQJr7r0AbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e0da;
}
.sJKmbwE-uQJr7r0AbS .usability-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #4a6a3d;
}
@media (max-width: 768px) {
  .sJKmbwE-uQJr7r0AbS .usability-section-subtitle {
    margin-bottom: 8px;
  }
}
.sJKmbwE-uQJr7r0AbS .usability-section-title {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .sJKmbwE-uQJr7r0AbS .usability-section-title {
    margin-bottom: 20px;
  }
}
.sJKmbwE-uQJr7r0AbS .usability-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .sJKmbwE-uQJr7r0AbS .usability-text {
    padding: 0;
  }
}
.sJKmbwE-uQJr8H63Y0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJr8H63Y0 .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sJKmbwE-uQJr8H63Y0 .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sJKmbwE-uQJr8H63Y0 .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #e3e0da;
}
@media (max-width: 998px) {
  .sJKmbwE-uQJr8H63Y0 .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.sJKmbwE-uQJr8H63Y0 .card-1 .usability-section-title {
  margin-bottom: 13px;
}
.sJKmbwE-uQJr8H63Y0 .card-1 .usability-section-text {
  margin-bottom: 16px;
}
.sJKmbwE-uQJr8H63Y0 .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.sJKmbwE-uQJr8H63Y0 .card-1 .list li::marker {
  color: #000000;
}
.sJKmbwE-uQJr8H63Y0 .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.sJKmbwE-uQJr8H63Y0 .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #e3e0da;
}
@media (max-width: 1300px) {
  .sJKmbwE-uQJr8H63Y0 .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .sJKmbwE-uQJr8H63Y0 .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .sJKmbwE-uQJr8H63Y0 .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.sJKmbwE-uQJr8H63Y0 .card-2 .usability-title {
  margin-bottom: 13px;
}
.sJKmbwE-uQJr8H63Y0 .card-2 .usability-text {
  margin-bottom: 18px;
  opacity: .7;
}
.sJKmbwE-uQJr8H63Y0 .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #2f261c !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.sJKmbwE-uQJr8H63Y0 .btn:hover {
  box-shadow: none;
  border: 2px solid #2f261c !important;
}
.sJKmbwE-uQJr8H63Y0 .usability-section-title {
  color: #000000;
  text-align: center;
}
.sJKmbwE-uQJr8H63Y0 .usability-section-text {
  color: #000000;
  text-align: center;
}
.sJKmbwE-uQJr8H63Y0 .list {
  color: #84858a;
}
.sJKmbwE-uQJr8H63Y0 .usability-title {
  color: #FFFFFF;
}
.sJKmbwE-uQJr8H63Y0 .usability-text {
  color: #000000;
  text-align: center;
}
.sJKmbwE-uQJr8H63Y0 .usability-title,
.sJKmbwE-uQJr8H63Y0 .usability-section-btn {
  color: #000000;
  text-align: center;
}
.sJKmbwE-uQJraXdGGd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e0da;
}
.sJKmbwE-uQJraXdGGd .wrapper {
  background: #8b6c3f;
}
.sJKmbwE-uQJraXdGGd .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJraXdGGd .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJraXdGGd .usability-section-title {
  text-align: center;
  color: #ffffff;
}
.sJKmbwE-uQJraXdGGd .usability-text {
  color: #ffffff;
}
.sJKmbwE-uQJCZmILYj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJCZmILYj .row {
  justify-content: center;
}
.sJKmbwE-uQJCZmILYj .main-content {
  background-color: #e3e0da;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
    width: 100%;
  }
}
.sJKmbwE-uQJCZmILYj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:hover,
.sJKmbwE-uQJCZmILYj .list .item-wrap:focus {
  transform: translateX(14px);
}
.sJKmbwE-uQJCZmILYj .usability-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.sJKmbwE-uQJCZmILYj .usability-section-title {
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .usability-text {
  color: #151e11;
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  background-color: #e3e0da !important;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e3e0da !important;
  background: #e3e0da;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sJKmbwE-uQJoSMTMFq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar.opened,
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar-collapse {
    background-color: #e3e0da !important;
    transition: all 0s ease 0s;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  position: relative !important;
}
.sJKmbwE-uQJoSMTMFq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
    margin-top: 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-text,
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-section-subtitle {
    margin-bottom: 32px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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);
  }
  .sJKmbwE-uQJoSMTMFq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .sJKmbwE-uQJoSMTMFq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .sJKmbwE-uQJoSMTMFq .lg_brand {
    margin: 0 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-item:hover,
  .sJKmbwE-uQJoSMTMFq .nav-item:focus {
    background-color: #ffffff;
    border-color: #393939;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover,
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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;
  }
  .sJKmbwE-uQJoSMTMFq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box {
    display: none;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .container {
  display: flex;
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:hover {
  opacity: .5;
}
.sJKmbwE-uQJoSMTMFq .navbar-caption {
  color: #222222;
}
.sJKmbwE-uQJoSMTMFq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar-nav {
    margin: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu,
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  background-color: false !important;
}
.sJKmbwE-uQJoSMTMFq .nav-item:focus,
.sJKmbwE-uQJoSMTMFq .nav-link:focus {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  transition: all 0.3s;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed {
  justify-content: center;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item {
    padding: .5rem 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .icons-menu {
    padding: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short {
  min-height: 60px;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .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;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-logo a {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown-item.active,
.sJKmbwE-uQJoSMTMFq .dropdown-item:active {
  background-color: transparent;
}
.sJKmbwE-uQJoSMTMFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sJKmbwE-uQJoSMTMFq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e3e0da;
  background: #ffffff;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sJKmbwE-uQJoSMTMFq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    height: 70px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened {
    height: auto;
  }
  .sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sJKmbwE-uQJoSMTMFq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
  padding-top: 5px;
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-dropdown {
    margin: 0 auto;
  }
}
.sJKmbwE-uQJoSMTMFq .text_widget {
  margin-bottom: 24px;
}
.sJKmbwE-uQJoSMTMFq .text_widget a {
  transition: all 0.3s ease-out;
}
.sJKmbwE-uQJoSMTMFq .text_widget a:hover {
  color: #393939 !important;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-text {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle,
.sJKmbwE-uQJoSMTMFq .text_widget,
.sJKmbwE-uQJoSMTMFq .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.sJKmbwE-uQJriTT23w {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJriTT23w .row {
  flex-direction: row-reverse;
}
.sJKmbwE-uQJriTT23w .usability-section-title {
  color: #ffffff;
}
.sJKmbwE-uQJriTT23w .usability-text,
.sJKmbwE-uQJriTT23w .usability-section-btn {
  color: #ffffff;
}
.sJKmbwE-uQJriTT23w .usability-section-subtitle {
  color: #8364e2;
}
.sJKmbwE-uQJriTT23w img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJriTT23w .image-wrapper {
    padding-right: 4rem;
  }
}
.sJKmbwE-uQJriTT23w .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJriTT23w .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJrhGgNsV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/green-clarity.jpg-1376x768.jpg");
}
.sJKmbwE-uQJrhGgNsV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.sJKmbwE-uQJrhGgNsV li {
  position: relative;
}
.sJKmbwE-uQJrhGgNsV li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.sJKmbwE-uQJrhGgNsV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4a6a3d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.sJKmbwE-uQJrhGgNsV .background {
  padding: 3rem 1rem;
  background-color: #e3e0da;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrhGgNsV .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrhGgNsV .display-1 {
    font-size: 70px;
  }
  .sJKmbwE-uQJrhGgNsV .display-5 {
    font-size: 29px;
  }
  .sJKmbwE-uQJrhGgNsV .display-7 {
    font-size: 22px;
  }
}
.sJKmbwE-uQJrhGgNsV .usability-section-title {
  color: #000000;
}
.sJKmbwE-uQJrhGgNsV .list {
  color: #000000;
}
.sJKmbwE-uQJrmvjTI1 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #8b6c3f;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrmvjTI1 .image-wrapper {
    padding: 1rem;
  }
}
.sJKmbwE-uQJrmvjTI1 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.sJKmbwE-uQJrmvjTI1 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.sJKmbwE-uQJrmvjTI1 .usability-text,
.sJKmbwE-uQJrmvjTI1 .usability-section-btn {
  color: #ffffff;
}
.sJKmbwE-uQJrmvjTI1 .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJrmvjTI1 .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJrmvjTI1 .usability-section-title {
  color: #ffffff;
}
.sJKmbwE-uQJrph3dNe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e3e0da;
}
.sJKmbwE-uQJrph3dNe .content {
  padding: 50px 75px;
  background-color: #f7f5f0;
}
.sJKmbwE-uQJrph3dNe .content a {
  background-size: 100% 0%;
}
.sJKmbwE-uQJrph3dNe .content a:hover {
  background-size: 100% 100%;
}
.sJKmbwE-uQJrph3dNe .content .list {
  margin-bottom: 0;
}
.sJKmbwE-uQJrph3dNe ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrph3dNe .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .sJKmbwE-uQJrph3dNe .content {
    padding: 12% 9% 12% 9%;
  }
}
.sJKmbwE-uQJrph3dNe .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJrph3dNe .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJrph3dNe .usability-text {
  color: #131313;
  text-align: center;
}
.sJKmbwE-uQJrph3dNe H3 {
  color: #000000;
}
.sJKmbwE-uQJrph3dNe .list,
.sJKmbwE-uQJrph3dNe .usability-text {
  color: #000000;
}
.sJKmbwE-uQJCZmILYj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJCZmILYj .row {
  justify-content: center;
}
.sJKmbwE-uQJCZmILYj .main-content {
  background-color: #e3e0da;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
    width: 100%;
  }
}
.sJKmbwE-uQJCZmILYj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:hover,
.sJKmbwE-uQJCZmILYj .list .item-wrap:focus {
  transform: translateX(14px);
}
.sJKmbwE-uQJCZmILYj .usability-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.sJKmbwE-uQJCZmILYj .usability-section-title {
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .usability-text {
  color: #151e11;
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  background-color: #e3e0da !important;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e3e0da !important;
  background: #e3e0da;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sJKmbwE-uQJoSMTMFq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar.opened,
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar-collapse {
    background-color: #e3e0da !important;
    transition: all 0s ease 0s;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  position: relative !important;
}
.sJKmbwE-uQJoSMTMFq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
    margin-top: 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-text,
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-section-subtitle {
    margin-bottom: 32px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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);
  }
  .sJKmbwE-uQJoSMTMFq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .sJKmbwE-uQJoSMTMFq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .sJKmbwE-uQJoSMTMFq .lg_brand {
    margin: 0 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-item:hover,
  .sJKmbwE-uQJoSMTMFq .nav-item:focus {
    background-color: #ffffff;
    border-color: #393939;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover,
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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;
  }
  .sJKmbwE-uQJoSMTMFq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box {
    display: none;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .container {
  display: flex;
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:hover {
  opacity: .5;
}
.sJKmbwE-uQJoSMTMFq .navbar-caption {
  color: #222222;
}
.sJKmbwE-uQJoSMTMFq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar-nav {
    margin: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu,
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  background-color: false !important;
}
.sJKmbwE-uQJoSMTMFq .nav-item:focus,
.sJKmbwE-uQJoSMTMFq .nav-link:focus {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  transition: all 0.3s;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed {
  justify-content: center;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item {
    padding: .5rem 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .icons-menu {
    padding: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short {
  min-height: 60px;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .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;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-logo a {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown-item.active,
.sJKmbwE-uQJoSMTMFq .dropdown-item:active {
  background-color: transparent;
}
.sJKmbwE-uQJoSMTMFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sJKmbwE-uQJoSMTMFq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e3e0da;
  background: #ffffff;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sJKmbwE-uQJoSMTMFq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    height: 70px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened {
    height: auto;
  }
  .sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sJKmbwE-uQJoSMTMFq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
  padding-top: 5px;
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-dropdown {
    margin: 0 auto;
  }
}
.sJKmbwE-uQJoSMTMFq .text_widget {
  margin-bottom: 24px;
}
.sJKmbwE-uQJoSMTMFq .text_widget a {
  transition: all 0.3s ease-out;
}
.sJKmbwE-uQJoSMTMFq .text_widget a:hover {
  color: #393939 !important;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-text {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle,
.sJKmbwE-uQJoSMTMFq .text_widget,
.sJKmbwE-uQJoSMTMFq .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.sJKmbwE-uQJrudX4XE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.sJKmbwE-uQJrudX4XE .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJrudX4XE .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJrudX4XE .content-wrap {
  margin: 0;
}
.sJKmbwE-uQJrudX4XE .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.sJKmbwE-uQJrudX4XE .label-wrapper .usability-label {
  margin-bottom: 22px;
}
.sJKmbwE-uQJrudX4XE .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .sJKmbwE-uQJrudX4XE .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .sJKmbwE-uQJrudX4XE .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrudX4XE .content-wrapper {
    padding: 0;
  }
}
.sJKmbwE-uQJrudX4XE .content-wrapper .usability-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrudX4XE .content-wrapper .usability-section-title {
    margin-bottom: 32px;
  }
}
.sJKmbwE-uQJrudX4XE .content-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrudX4XE .content-wrapper .text-wrapper .usability-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.sJKmbwE-uQJrudX4XE .desc-wrapper .usability-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .sJKmbwE-uQJrudX4XE .desc-wrapper .usability-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .sJKmbwE-uQJrudX4XE .desc-wrapper .usability-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrudX4XE .desc-wrapper .usability-desc {
    width: 100%;
    padding: 0;
  }
}
.sJKmbwE-uQJrudX4XE .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #4a6a3d;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrudX4XE .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .sJKmbwE-uQJrudX4XE .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .sJKmbwE-uQJrudX4XE .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrudX4XE .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #4a6a3d;
    padding-top: 22px;
  }
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #4a6a3d !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #4a6a3d !important;
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #4a6a3d;
  border-radius: 0;
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .usability-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .usability-section-btn {
    margin-top: 0;
  }
}
.sJKmbwE-uQJrudX4XE .form-wrapper .form-wrap .dragArea.row .usability-section-btn .btn {
  margin-bottom: 0;
}
.sJKmbwE-uQJrudX4XE .usability-label {
  color: #4a6a3d;
}
.sJKmbwE-uQJrudX4XE .usability-section-title {
  color: #c10b02;
}
.sJKmbwE-uQJrudX4XE .usability-text {
  color: #4b4949;
}
.sJKmbwE-uQJrudX4XE .usability-desc {
  color: #4b4949;
}
.sJKmbwE-uQJrudX4XE label {
  color: #4b4949;
}
.sJKmbwE-uQJrudX4XE .usability-text,
.sJKmbwE-uQJrudX4XE .text-wrapper {
  color: #000000;
}
.sJKmbwE-uQJrudX4XE .usability-section-title,
.sJKmbwE-uQJrudX4XE .usability-section-btn {
  color: #000000;
}
.sJKmbwE-uQJCZmILYj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJCZmILYj .row {
  justify-content: center;
}
.sJKmbwE-uQJCZmILYj .main-content {
  background-color: #e3e0da;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
    width: 100%;
  }
}
.sJKmbwE-uQJCZmILYj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:hover,
.sJKmbwE-uQJCZmILYj .list .item-wrap:focus {
  transform: translateX(14px);
}
.sJKmbwE-uQJCZmILYj .usability-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.sJKmbwE-uQJCZmILYj .usability-section-title {
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .usability-text {
  color: #151e11;
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  background-color: #e3e0da !important;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e3e0da !important;
  background: #e3e0da;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sJKmbwE-uQJoSMTMFq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar.opened,
  .sJKmbwE-uQJoSMTMFq .menu_box .navbar-collapse {
    background-color: #e3e0da !important;
    transition: all 0s ease 0s;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown {
  position: relative !important;
}
.sJKmbwE-uQJoSMTMFq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
    margin-top: 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-text,
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .usability-section-subtitle {
    margin-bottom: 32px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .sJKmbwE-uQJoSMTMFq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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);
  }
  .sJKmbwE-uQJoSMTMFq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .sJKmbwE-uQJoSMTMFq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .sJKmbwE-uQJoSMTMFq .lg_brand {
    margin: 0 1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-item:hover,
  .sJKmbwE-uQJoSMTMFq .nav-item:focus {
    background-color: #ffffff;
    border-color: #393939;
  }
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover,
.sJKmbwE-uQJoSMTMFq .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJoSMTMFq .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;
  }
  .sJKmbwE-uQJoSMTMFq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .sJKmbwE-uQJoSMTMFq .offcanvas_box {
    display: none;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.sJKmbwE-uQJoSMTMFq .container {
  display: flex;
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.sJKmbwE-uQJoSMTMFq .iconfont-wrapper:hover {
  opacity: .5;
}
.sJKmbwE-uQJoSMTMFq .navbar-caption {
  color: #222222;
}
.sJKmbwE-uQJoSMTMFq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar-nav {
    margin: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .dropdown-menu,
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  background-color: false !important;
}
.sJKmbwE-uQJoSMTMFq .nav-item:focus,
.sJKmbwE-uQJoSMTMFq .nav-link:focus {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sJKmbwE-uQJoSMTMFq .dropdown .dropdown-menu .dropdown-item .usability-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.opened {
  transition: all 0.3s;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed {
  justify-content: center;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.sJKmbwE-uQJoSMTMFq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item {
    padding: .5rem 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sJKmbwE-uQJoSMTMFq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sJKmbwE-uQJoSMTMFq .navbar .icons-menu {
    padding: 0;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short {
  min-height: 60px;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sJKmbwE-uQJoSMTMFq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .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;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.sJKmbwE-uQJoSMTMFq .navbar-brand .navbar-logo a {
  outline: none;
}
.sJKmbwE-uQJoSMTMFq .dropdown-item.active,
.sJKmbwE-uQJoSMTMFq .dropdown-item:active {
  background-color: transparent;
}
.sJKmbwE-uQJoSMTMFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sJKmbwE-uQJoSMTMFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sJKmbwE-uQJoSMTMFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sJKmbwE-uQJoSMTMFq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sJKmbwE-uQJoSMTMFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e3e0da;
  background: #ffffff;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJoSMTMFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJoSMTMFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJoSMTMFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sJKmbwE-uQJoSMTMFq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sJKmbwE-uQJoSMTMFq .navbar {
    height: 70px;
  }
  .sJKmbwE-uQJoSMTMFq .navbar.opened {
    height: auto;
  }
  .sJKmbwE-uQJoSMTMFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sJKmbwE-uQJoSMTMFq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main {
  padding-top: 5px;
}
.sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .usability-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.sJKmbwE-uQJoSMTMFq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJoSMTMFq .nav-dropdown {
    margin: 0 auto;
  }
}
.sJKmbwE-uQJoSMTMFq .text_widget {
  margin-bottom: 24px;
}
.sJKmbwE-uQJoSMTMFq .text_widget a {
  transition: all 0.3s ease-out;
}
.sJKmbwE-uQJoSMTMFq .text_widget a:hover {
  color: #393939 !important;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-text {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq .usability-section-subtitle,
.sJKmbwE-uQJoSMTMFq .text_widget,
.sJKmbwE-uQJoSMTMFq .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJoSMTMFq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.sJKmbwE-uQJrFFfyR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.sJKmbwE-uQJrFFfyR7 .usability-section-subtitle {
  text-align: center;
  color: #000000;
}
.sJKmbwE-uQJrFFfyR7 .usability-text {
  color: #000000;
}
.sJKmbwE-uQJCZmILYj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJCZmILYj .row {
  justify-content: center;
}
.sJKmbwE-uQJCZmILYj .main-content {
  background-color: #e3e0da;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
    width: 100%;
  }
}
.sJKmbwE-uQJCZmILYj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:hover,
.sJKmbwE-uQJCZmILYj .list .item-wrap:focus {
  transform: translateX(14px);
}
.sJKmbwE-uQJCZmILYj .usability-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.sJKmbwE-uQJCZmILYj .usability-section-title {
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .usability-text {
  color: #151e11;
}
.sJKmbwE-uQJrGuo8jC .navbar-dropdown {
  background-color: #e3e0da !important;
  padding: 0;
}
.sJKmbwE-uQJrGuo8jC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e3e0da !important;
  background: #e3e0da;
}
.sJKmbwE-uQJrGuo8jC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sJKmbwE-uQJrGuo8jC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrGuo8jC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sJKmbwE-uQJrGuo8jC .menu_box .navbar.opened,
  .sJKmbwE-uQJrGuo8jC .menu_box .navbar-collapse {
    background-color: #e3e0da !important;
    transition: all 0s ease 0s;
  }
}
.sJKmbwE-uQJrGuo8jC .navbar-dropdown {
  position: relative !important;
}
.sJKmbwE-uQJrGuo8jC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrGuo8jC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrGuo8jC .usability-section-btn-main {
    margin-top: 1rem;
  }
}
.sJKmbwE-uQJrGuo8jC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sJKmbwE-uQJrGuo8jC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrGuo8jC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas-body .usability-text,
  .sJKmbwE-uQJrGuo8jC .offcanvas-body .usability-section-subtitle {
    margin-bottom: 32px;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .sJKmbwE-uQJrGuo8jC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sJKmbwE-uQJrGuo8jC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJrGuo8jC .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);
  }
  .sJKmbwE-uQJrGuo8jC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .sJKmbwE-uQJrGuo8jC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .sJKmbwE-uQJrGuo8jC .lg_brand {
    margin: 0 1rem;
  }
}
.sJKmbwE-uQJrGuo8jC .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .sJKmbwE-uQJrGuo8jC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrGuo8jC .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrGuo8jC .nav-item:hover,
  .sJKmbwE-uQJrGuo8jC .nav-item:focus {
    background-color: #ffffff;
    border-color: #393939;
  }
}
.sJKmbwE-uQJrGuo8jC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sJKmbwE-uQJrGuo8jC .nav-item .nav-link:hover,
.sJKmbwE-uQJrGuo8jC .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.sJKmbwE-uQJrGuo8jC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrGuo8jC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .sJKmbwE-uQJrGuo8jC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrGuo8jC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJrGuo8jC .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;
  }
  .sJKmbwE-uQJrGuo8jC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .sJKmbwE-uQJrGuo8jC .offcanvas_box {
    display: none;
  }
}
.sJKmbwE-uQJrGuo8jC .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.sJKmbwE-uQJrGuo8jC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sJKmbwE-uQJrGuo8jC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.sJKmbwE-uQJrGuo8jC .container {
  display: flex;
  margin: auto;
}
.sJKmbwE-uQJrGuo8jC .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sJKmbwE-uQJrGuo8jC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.sJKmbwE-uQJrGuo8jC .iconfont-wrapper:hover {
  opacity: .5;
}
.sJKmbwE-uQJrGuo8jC .navbar-caption {
  color: #222222;
}
.sJKmbwE-uQJrGuo8jC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrGuo8jC .navbar-nav {
    margin: 0;
  }
}
.sJKmbwE-uQJrGuo8jC .dropdown-menu,
.sJKmbwE-uQJrGuo8jC .navbar.opened {
  background-color: false !important;
}
.sJKmbwE-uQJrGuo8jC .nav-item:focus,
.sJKmbwE-uQJrGuo8jC .nav-link:focus {
  outline: none;
}
.sJKmbwE-uQJrGuo8jC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJrGuo8jC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sJKmbwE-uQJrGuo8jC .dropdown .dropdown-menu .dropdown-item .usability-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sJKmbwE-uQJrGuo8jC .dropdown .dropdown-menu .dropdown-item .usability-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJrGuo8jC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sJKmbwE-uQJrGuo8jC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sJKmbwE-uQJrGuo8jC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrGuo8jC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sJKmbwE-uQJrGuo8jC .navbar.opened {
  transition: all 0.3s;
}
.sJKmbwE-uQJrGuo8jC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.sJKmbwE-uQJrGuo8jC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.sJKmbwE-uQJrGuo8jC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.sJKmbwE-uQJrGuo8jC .navbar.collapsed {
  justify-content: center;
}
.sJKmbwE-uQJrGuo8jC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sJKmbwE-uQJrGuo8jC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.sJKmbwE-uQJrGuo8jC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sJKmbwE-uQJrGuo8jC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sJKmbwE-uQJrGuo8jC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sJKmbwE-uQJrGuo8jC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.sJKmbwE-uQJrGuo8jC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrGuo8jC .navbar .nav-item {
    padding: .5rem 0;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sJKmbwE-uQJrGuo8jC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sJKmbwE-uQJrGuo8jC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sJKmbwE-uQJrGuo8jC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sJKmbwE-uQJrGuo8jC .navbar .icons-menu {
    padding: 0;
  }
}
.sJKmbwE-uQJrGuo8jC .navbar.navbar-short {
  min-height: 60px;
}
.sJKmbwE-uQJrGuo8jC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sJKmbwE-uQJrGuo8jC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sJKmbwE-uQJrGuo8jC .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;
}
.sJKmbwE-uQJrGuo8jC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.sJKmbwE-uQJrGuo8jC .navbar-brand .navbar-logo a {
  outline: none;
}
.sJKmbwE-uQJrGuo8jC .dropdown-item.active,
.sJKmbwE-uQJrGuo8jC .dropdown-item:active {
  background-color: transparent;
}
.sJKmbwE-uQJrGuo8jC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sJKmbwE-uQJrGuo8jC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sJKmbwE-uQJrGuo8jC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sJKmbwE-uQJrGuo8jC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sJKmbwE-uQJrGuo8jC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sJKmbwE-uQJrGuo8jC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sJKmbwE-uQJrGuo8jC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e3e0da;
  background: #ffffff;
}
.sJKmbwE-uQJrGuo8jC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.sJKmbwE-uQJrGuo8jC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sJKmbwE-uQJrGuo8jC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJrGuo8jC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJrGuo8jC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sJKmbwE-uQJrGuo8jC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJrGuo8jC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJrGuo8jC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJrGuo8jC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJrGuo8jC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sJKmbwE-uQJrGuo8jC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sJKmbwE-uQJrGuo8jC .navbar {
    height: 70px;
  }
  .sJKmbwE-uQJrGuo8jC .navbar.opened {
    height: auto;
  }
  .sJKmbwE-uQJrGuo8jC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sJKmbwE-uQJrGuo8jC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sJKmbwE-uQJrGuo8jC .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.sJKmbwE-uQJrGuo8jC .usability-section-btn-main {
  padding-top: 5px;
}
.sJKmbwE-uQJrGuo8jC .usability-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrGuo8jC .usability-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.sJKmbwE-uQJrGuo8jC .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrGuo8jC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrGuo8jC .nav-dropdown {
    margin: 0 auto;
  }
}
.sJKmbwE-uQJrGuo8jC .text_widget {
  margin-bottom: 24px;
}
.sJKmbwE-uQJrGuo8jC .text_widget a {
  transition: all 0.3s ease-out;
}
.sJKmbwE-uQJrGuo8jC .text_widget a:hover {
  color: #393939 !important;
}
.sJKmbwE-uQJrGuo8jC .usability-section-subtitle {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJrGuo8jC .usability-text {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJrGuo8jC .usability-section-subtitle,
.sJKmbwE-uQJrGuo8jC .text_widget,
.sJKmbwE-uQJrGuo8jC .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJrGuo8jC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.sJKmbwE-uQJrGviQPZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.sJKmbwE-uQJrGviQPZ .usability-section-subtitle {
  text-align: center;
}
.sJKmbwE-uQJCZmILYj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJCZmILYj .row {
  justify-content: center;
}
.sJKmbwE-uQJCZmILYj .main-content {
  background-color: #e3e0da;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
    width: 100%;
  }
}
.sJKmbwE-uQJCZmILYj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:hover,
.sJKmbwE-uQJCZmILYj .list .item-wrap:focus {
  transform: translateX(14px);
}
.sJKmbwE-uQJCZmILYj .usability-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.sJKmbwE-uQJCZmILYj .usability-section-title {
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .usability-text {
  color: #151e11;
}
.sJKmbwE-uQJrIcyXv9 .navbar-dropdown {
  background-color: #e3e0da !important;
  padding: 0;
}
.sJKmbwE-uQJrIcyXv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e3e0da !important;
  background: #e3e0da;
}
.sJKmbwE-uQJrIcyXv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.sJKmbwE-uQJrIcyXv9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrIcyXv9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sJKmbwE-uQJrIcyXv9 .menu_box .navbar.opened,
  .sJKmbwE-uQJrIcyXv9 .menu_box .navbar-collapse {
    background-color: #e3e0da !important;
    transition: all 0s ease 0s;
  }
}
.sJKmbwE-uQJrIcyXv9 .navbar-dropdown {
  position: relative !important;
}
.sJKmbwE-uQJrIcyXv9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrIcyXv9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrIcyXv9 .usability-section-btn-main {
    margin-top: 1rem;
  }
}
.sJKmbwE-uQJrIcyXv9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.sJKmbwE-uQJrIcyXv9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrIcyXv9 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas-body .usability-text,
  .sJKmbwE-uQJrIcyXv9 .offcanvas-body .usability-section-subtitle {
    margin-bottom: 32px;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .sJKmbwE-uQJrIcyXv9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .sJKmbwE-uQJrIcyXv9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJrIcyXv9 .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);
  }
  .sJKmbwE-uQJrIcyXv9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .sJKmbwE-uQJrIcyXv9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .sJKmbwE-uQJrIcyXv9 .lg_brand {
    margin: 0 1rem;
  }
}
.sJKmbwE-uQJrIcyXv9 .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .sJKmbwE-uQJrIcyXv9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrIcyXv9 .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrIcyXv9 .nav-item:hover,
  .sJKmbwE-uQJrIcyXv9 .nav-item:focus {
    background-color: #ffffff;
    border-color: #393939;
  }
}
.sJKmbwE-uQJrIcyXv9 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sJKmbwE-uQJrIcyXv9 .nav-item .nav-link:hover,
.sJKmbwE-uQJrIcyXv9 .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.sJKmbwE-uQJrIcyXv9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrIcyXv9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .sJKmbwE-uQJrIcyXv9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrIcyXv9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .sJKmbwE-uQJrIcyXv9 .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;
  }
  .sJKmbwE-uQJrIcyXv9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .sJKmbwE-uQJrIcyXv9 .offcanvas_box {
    display: none;
  }
}
.sJKmbwE-uQJrIcyXv9 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.sJKmbwE-uQJrIcyXv9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sJKmbwE-uQJrIcyXv9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.sJKmbwE-uQJrIcyXv9 .container {
  display: flex;
  margin: auto;
}
.sJKmbwE-uQJrIcyXv9 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sJKmbwE-uQJrIcyXv9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.sJKmbwE-uQJrIcyXv9 .iconfont-wrapper:hover {
  opacity: .5;
}
.sJKmbwE-uQJrIcyXv9 .navbar-caption {
  color: #222222;
}
.sJKmbwE-uQJrIcyXv9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrIcyXv9 .navbar-nav {
    margin: 0;
  }
}
.sJKmbwE-uQJrIcyXv9 .dropdown-menu,
.sJKmbwE-uQJrIcyXv9 .navbar.opened {
  background-color: false !important;
}
.sJKmbwE-uQJrIcyXv9 .nav-item:focus,
.sJKmbwE-uQJrIcyXv9 .nav-link:focus {
  outline: none;
}
.sJKmbwE-uQJrIcyXv9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJrIcyXv9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.sJKmbwE-uQJrIcyXv9 .dropdown .dropdown-menu .dropdown-item .usability-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.sJKmbwE-uQJrIcyXv9 .dropdown .dropdown-menu .dropdown-item .usability-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.sJKmbwE-uQJrIcyXv9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.sJKmbwE-uQJrIcyXv9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.sJKmbwE-uQJrIcyXv9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrIcyXv9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.sJKmbwE-uQJrIcyXv9 .navbar.opened {
  transition: all 0.3s;
}
.sJKmbwE-uQJrIcyXv9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.sJKmbwE-uQJrIcyXv9 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.sJKmbwE-uQJrIcyXv9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.sJKmbwE-uQJrIcyXv9 .navbar.collapsed {
  justify-content: center;
}
.sJKmbwE-uQJrIcyXv9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.sJKmbwE-uQJrIcyXv9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.sJKmbwE-uQJrIcyXv9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.sJKmbwE-uQJrIcyXv9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.sJKmbwE-uQJrIcyXv9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.sJKmbwE-uQJrIcyXv9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.sJKmbwE-uQJrIcyXv9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .sJKmbwE-uQJrIcyXv9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar .icons-menu {
    padding: 0;
  }
}
.sJKmbwE-uQJrIcyXv9 .navbar.navbar-short {
  min-height: 60px;
}
.sJKmbwE-uQJrIcyXv9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.sJKmbwE-uQJrIcyXv9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.sJKmbwE-uQJrIcyXv9 .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;
}
.sJKmbwE-uQJrIcyXv9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.sJKmbwE-uQJrIcyXv9 .navbar-brand .navbar-logo a {
  outline: none;
}
.sJKmbwE-uQJrIcyXv9 .dropdown-item.active,
.sJKmbwE-uQJrIcyXv9 .dropdown-item:active {
  background-color: transparent;
}
.sJKmbwE-uQJrIcyXv9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.sJKmbwE-uQJrIcyXv9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.sJKmbwE-uQJrIcyXv9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.sJKmbwE-uQJrIcyXv9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.sJKmbwE-uQJrIcyXv9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.sJKmbwE-uQJrIcyXv9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sJKmbwE-uQJrIcyXv9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e3e0da;
  background: #ffffff;
}
.sJKmbwE-uQJrIcyXv9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.sJKmbwE-uQJrIcyXv9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sJKmbwE-uQJrIcyXv9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJrIcyXv9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sJKmbwE-uQJrIcyXv9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sJKmbwE-uQJrIcyXv9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJrIcyXv9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJrIcyXv9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.sJKmbwE-uQJrIcyXv9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.sJKmbwE-uQJrIcyXv9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sJKmbwE-uQJrIcyXv9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sJKmbwE-uQJrIcyXv9 .navbar {
    height: 70px;
  }
  .sJKmbwE-uQJrIcyXv9 .navbar.opened {
    height: auto;
  }
  .sJKmbwE-uQJrIcyXv9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sJKmbwE-uQJrIcyXv9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sJKmbwE-uQJrIcyXv9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.sJKmbwE-uQJrIcyXv9 .usability-section-btn-main {
  padding-top: 5px;
}
.sJKmbwE-uQJrIcyXv9 .usability-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJrIcyXv9 .usability-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.sJKmbwE-uQJrIcyXv9 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrIcyXv9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .sJKmbwE-uQJrIcyXv9 .nav-dropdown {
    margin: 0 auto;
  }
}
.sJKmbwE-uQJrIcyXv9 .text_widget {
  margin-bottom: 24px;
}
.sJKmbwE-uQJrIcyXv9 .text_widget a {
  transition: all 0.3s ease-out;
}
.sJKmbwE-uQJrIcyXv9 .text_widget a:hover {
  color: #393939 !important;
}
.sJKmbwE-uQJrIcyXv9 .usability-section-subtitle {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJrIcyXv9 .usability-text {
  color: #222222;
  text-align: center;
}
.sJKmbwE-uQJrIcyXv9 .usability-section-subtitle,
.sJKmbwE-uQJrIcyXv9 .text_widget,
.sJKmbwE-uQJrIcyXv9 .usability-section-btn {
  text-align: center;
}
.sJKmbwE-uQJrIcyXv9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.sJKmbwE-uQJrIeL6Qt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.sJKmbwE-uQJrIeL6Qt .usability-section-subtitle {
  text-align: center;
}
.sJKmbwE-uQJCZmILYj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #8b6c3f;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image.disabled {
  display: none;
}
.sJKmbwE-uQJCZmILYj .usability-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sJKmbwE-uQJCZmILYj .row {
  justify-content: center;
}
.sJKmbwE-uQJCZmILYj .main-content {
  background-color: #e3e0da;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .usability-section-title {
    margin-bottom: 30px;
  }
}
.sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sJKmbwE-uQJCZmILYj .title-wrapper .text-wrapper .usability-text {
    width: 100%;
  }
}
.sJKmbwE-uQJCZmILYj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sJKmbwE-uQJCZmILYj .list .item-wrap:hover,
.sJKmbwE-uQJCZmILYj .list .item-wrap:focus {
  transform: translateX(14px);
}
.sJKmbwE-uQJCZmILYj .usability-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.sJKmbwE-uQJCZmILYj .usability-section-title {
  color: #151e11;
}
.sJKmbwE-uQJCZmILYj .usability-text {
  color: #151e11;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: blurIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 12: blur filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: blur(2px);
}
/* endmainanimations */
