.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .hue-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.4rem;
  line-height: 1.2;
}
.display-2 > .hue-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .hue-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-5 > .hue-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-7 > .hue-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #254e21 !important;
}
.bg-info {
  background-color: #254e21 !important;
}
.bg-warning {
  background-color: #f0c365 !important;
}
.bg-danger {
  background-color: #f06c65 !important;
}
.btn-primary .hue-iconfont {
  color: #ffffff !important;
  background-color: #808080 !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 .hue-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-info .hue-iconfont {
  color: #000000 !important;
  background-color: #9fd49a !important;
}
.btn-info,
.btn-info:active {
  background-color: #254e21 !important;
  border-color: #254e21 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #367230 !important;
  border-color: #367230 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #367230 !important;
  border-color: #367230 !important;
}
.btn-success .hue-iconfont {
  color: #000000 !important;
  background-color: #9fd49a !important;
}
.btn-success,
.btn-success:active {
  background-color: #254e21 !important;
  border-color: #254e21 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #367230 !important;
  border-color: #367230 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #367230 !important;
  border-color: #367230 !important;
}
.btn-warning .hue-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
}
.btn-danger .hue-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f06c65 !important;
  border-color: #f06c65 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f59893 !important;
  border-color: #f59893 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f59893 !important;
  border-color: #f59893 !important;
}
.btn-white .hue-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .hue-iconfont {
  color: #ffffff !important;
  background-color: #a3a3a3 !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 .hue-iconfont {
  color: #ffffff !important;
  background-color: #000000 !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 .hue-iconfont {
  color: #000000 !important;
  background-color: #8a8a8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8a8a8a;
  color: #8a8a8a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5f5f5f !important;
  background-color: transparent !important;
  border-color: #5f5f5f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
}
.btn-info-outline .hue-iconfont {
  color: #000000 !important;
  background-color: #254e21 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #254e21;
  color: #254e21;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #081107 !important;
  background-color: transparent !important;
  border-color: #081107 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #254e21 !important;
  border-color: #254e21 !important;
}
.btn-success-outline .hue-iconfont {
  color: #000000 !important;
  background-color: #254e21 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #254e21;
  color: #254e21;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #081107 !important;
  background-color: transparent !important;
  border-color: #081107 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #254e21 !important;
  border-color: #254e21 !important;
}
.btn-warning-outline .hue-iconfont {
  color: #000000 !important;
  background-color: #f0c365 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f0c365;
  color: #f0c365;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e8a417 !important;
  background-color: transparent !important;
  border-color: #e8a417 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
}
.btn-danger-outline .hue-iconfont {
  color: #000000 !important;
  background-color: #f06c65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f06c65;
  color: #f06c65;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e82117 !important;
  background-color: transparent !important;
  border-color: #e82117 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06c65 !important;
  border-color: #f06c65 !important;
}
.btn-black-outline .hue-iconfont {
  color: #ffffff !important;
  background-color: #232323 !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 .hue-iconfont {
  color: #000000 !important;
  background-color: #fafafa !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: #8a8a8a !important;
}
.text-success {
  color: #254e21 !important;
}
.text-info {
  color: #254e21 !important;
}
.text-warning {
  color: #f0c365 !important;
}
.text-danger {
  color: #f06c65 !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: #575757 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #030603 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #030603 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #da9a15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #da1f15 !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: #254e21;
}
.alert-warning {
  background-color: #f0c365;
}
.alert-danger {
  background-color: #f06c65;
}
.hue-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.hue-gallery-filter li a {
  border-radius: 100px !important;
}
.hue-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.hue-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.hue-plan-header.bg-primary .hue-plan-subtitle,
.hue-plan-header.bg-primary .hue-plan-price-desc {
  color: #b3b3b3;
}
.hue-plan-header.bg-success .hue-plan-subtitle,
.hue-plan-header.bg-success .hue-plan-price-desc {
  color: #8ecd88;
}
.hue-plan-header.bg-info .hue-plan-subtitle,
.hue-plan-header.bg-info .hue-plan-price-desc {
  color: #8ecd88;
}
.hue-plan-header.bg-warning .hue-plan-subtitle,
.hue-plan-header.bg-warning .hue-plan-price-desc {
  color: #ffffff;
}
.hue-plan-header.bg-danger .hue-plan-subtitle,
.hue-plan-header.bg-danger .hue-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .hue-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .hue-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.hue-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.hue-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.hue-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.hue-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: #8a8a8a !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;
}
.hue-section-btn .btn {
  padding: 4px 30px;
  align-items: center;
  min-height: 60px;
  font-weight: 700 !important;
}
.hue-section-btn .btn span {
  font-weight: 700;
}
.hue-section-btn .btn .hue-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: -25px;
  transition: all .3s ease;
  font-size: inherit;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.hue-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .hue-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img {
    border-radius: 20px !important;
  }
}
.item-blur {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur {
    border-radius: 20px !important;
  }
}
.item-blur::before {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur::before {
    border-radius: 20px !important;
  }
}
.hue-label,
.card-label {
  border-radius: 2rem;
}
.item-icon {
  border-radius: 30px 0 30px 30px !important;
}
@media (max-width: 992px) {
  .item-icon {
    border-radius: 20px 0 20px 20px !important;
  }
}
.item-img.small-radius {
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .item-img.small-radius {
    border-radius: 15px !important;
  }
}
.navbar-collapse {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .navbar-collapse {
    border-radius: 20px !important;
  }
}
.APysxKeO-uN2BFkMHIJ {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  background-color: #e4ed64 !important;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e4ed64 !important;
  background: #e4ed64;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.APysxKeO-uN2BFkMHIJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar.opened,
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar-collapse {
    background-color: #e4ed64 !important;
    transition: all 0s ease 0s;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  position: relative !important;
}
.APysxKeO-uN2BFkMHIJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .btn:hover {
  box-shadow: none;
}
.APysxKeO-uN2BFkMHIJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 0 !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before,
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .APysxKeO-uN2BFkMHIJ .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;
  }
  .APysxKeO-uN2BFkMHIJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .APysxKeO-uN2BFkMHIJ .offcanvas_box {
    display: none;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .container {
  display: flex;
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper {
  color: #000000;
  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;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:hover {
  opacity: .5;
}
.APysxKeO-uN2BFkMHIJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav {
    margin: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu,
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  background-color: false !important;
}
.APysxKeO-uN2BFkMHIJ .nav-item:focus,
.APysxKeO-uN2BFkMHIJ .nav-link:focus {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  transition: all 0.3s;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed {
  justify-content: center;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .icons-menu {
    padding: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short {
  min-height: 60px;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .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;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown-item.active,
.APysxKeO-uN2BFkMHIJ .dropdown-item:active {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.APysxKeO-uN2BFkMHIJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4ed64;
  background: #f6fd8f;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.APysxKeO-uN2BFkMHIJ .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) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    height: 70px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened {
    height: auto;
  }
  .APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .APysxKeO-uN2BFkMHIJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.APysxKeO-uN2BFkMHIJ .hue-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.APysxKeO-uN2BFkMHIJ .text_widget {
  margin-bottom: 32px;
}
.APysxKeO-uN2BFkMHIJ .text_widget a {
  transition: all 0.3s ease-out;
}
.APysxKeO-uN2BFkMHIJ .text_widget a:hover,
.APysxKeO-uN2BFkMHIJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.APysxKeO-uN2BFkMHIJ .icons-menu-main {
  display: flex;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ .hue-text {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle,
.APysxKeO-uN2BFkMHIJ .text_widget,
.APysxKeO-uN2BFkMHIJ .hue-section-btn {
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.APysxKeO-uN2qfYjpSE {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dry-grove.jpg-1376x768.jpg");
}
.APysxKeO-uN2qfYjpSE .hue-section-title {
  margin-bottom: 1.8rem;
}
.APysxKeO-uN2qfYjpSE .hue-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .APysxKeO-uN2qfYjpSE .align-center {
    text-align: center;
  }
}
.APysxKeO-uN2qfYjpSE .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qfYjpSE .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2q2YYWdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefff0;
}
.APysxKeO-uN2q2YYWdT .row {
  align-items: center;
  justify-content: space-between;
}
.APysxKeO-uN2q2YYWdT .hue-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.APysxKeO-uN2q2YYWdT .hue-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.APysxKeO-uN2q2YYWdT .hue-section-btn {
  width: auto;
  display: block;
}
.APysxKeO-uN2q2YYWdT ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.APysxKeO-uN2q2YYWdT li::marker {
  color: #254e21;
  width: 10px;
}
.APysxKeO-uN2q2YYWdT li {
  margin-bottom: 7px;
  color: #14142b;
}
.APysxKeO-uN2q2YYWdT img {
  width: 90%;
}
.APysxKeO-uN2q2YYWdT .gray {
  background-color: #e4ed64;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.APysxKeO-uN2q2YYWdT .b {
  max-width: 598px;
}
.APysxKeO-uN2q2YYWdT .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.APysxKeO-uN2q2YYWdT .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .APysxKeO-uN2q2YYWdT .t {
    padding-top: 90px;
  }
  .APysxKeO-uN2q2YYWdT .b {
    max-width: initial;
  }
  .APysxKeO-uN2q2YYWdT .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .APysxKeO-uN2q2YYWdT .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .APysxKeO-uN2q2YYWdT .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .APysxKeO-uN2q2YYWdT .gray {
    height: 200px;
    width: 70%;
  }
}
.APysxKeO-uN2q2YYWdT .btn {
  margin-top: 20px;
}
.APysxKeO-uN2q2YYWdT .t {
  max-width: 542px;
}
.APysxKeO-uN2q2YYWdT .hue-text,
.APysxKeO-uN2q2YYWdT .button-align,
.APysxKeO-uN2q2YYWdT .list {
  color: #000000;
}
.APysxKeO-uN2qriTCCT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4ed64;
}
.APysxKeO-uN2qriTCCT .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qriTCCT .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2qriTCCT .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qriTCCT .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.APysxKeO-uN2qriTCCT .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.APysxKeO-uN2qriTCCT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.APysxKeO-uN2qriTCCT .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #fefff0;
  border: 3px solid #254e21;
  box-shadow: 4px 4px 0 0 #254e21;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qriTCCT .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.APysxKeO-uN2qriTCCT .content-wrapper .card-wrapper .hue-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qriTCCT .content-wrapper .card-wrapper .hue-section-title {
    margin-bottom: 24px;
  }
}
.APysxKeO-uN2qriTCCT .content-wrapper .card-wrapper .hue-text {
  margin-bottom: 0;
}
.APysxKeO-uN2qriTCCT .hue-section-title {
  color: #ff9063;
  text-align: center;
}
.APysxKeO-uN2qriTCCT .hue-text {
  color: #050f0f;
  text-align: center;
}
.APysxKeO-uN2qriTCCT .hue-section-title,
.APysxKeO-uN2qriTCCT .hue-section-btn {
  color: #000000;
}
.APysxKeO-uN2qu2M0mn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefff0;
}
.APysxKeO-uN2qu2M0mn .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qu2M0mn .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2qu2M0mn .content-wrapper {
  padding: 80px 90px;
  background-color: #e4ed64;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fefff0;
}
@media (max-width: 1200px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper .hue-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper .hue-section-title {
    margin-bottom: 24px;
  }
}
.APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper .hue-text {
  margin-bottom: 0;
}
.APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper .icon-wrapper .hue-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .card-wrapper .icon-wrapper .hue-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .hue-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .content-wrap .hue-section-btn {
    margin-top: 16px;
  }
}
.APysxKeO-uN2qu2M0mn .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.APysxKeO-uN2qu2M0mn .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qu2M0mn .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.APysxKeO-uN2qu2M0mn .hue-section-title {
  color: #050f0f;
}
.APysxKeO-uN2qu2M0mn .hue-text {
  color: #050f0f;
}
.APysxKeO-uN2qu2M0mn .hue-section-btn {
  text-align: center;
}
.APysxKeO-uN2qu2M0mn .icon-wrapper {
  text-align: right;
}
.APysxKeO-uN2qy0rkU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f9feba;
}
.APysxKeO-uN2qy0rkU0 .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f9feba 0, #e4ed64 43%, #254e21 100%);
}
.APysxKeO-uN2qy0rkU0 .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f9feba 0, #e4ed64 43%, #254e21 100%);
}
.APysxKeO-uN2qy0rkU0 .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f9feba 0, #e4ed64 43%, #254e21 100%);
}
.APysxKeO-uN2qy0rkU0 .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qy0rkU0 .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qy0rkU0 .container {
    padding: 0 30px;
  }
}
.APysxKeO-uN2qy0rkU0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.APysxKeO-uN2qy0rkU0 .content-wrapper .hue-section-title {
  margin-bottom: 40px;
}
.APysxKeO-uN2qy0rkU0 .content-wrapper .text-wrapper .hue-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qy0rkU0 .content-wrapper .text-wrapper .hue-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.APysxKeO-uN2qy0rkU0 .hue-section-title {
  color: #ffffff;
}
.APysxKeO-uN2qy0rkU0 .hue-text,
.APysxKeO-uN2qy0rkU0 .text-wrapper {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2qy0rkU0 .hue-section-title,
.APysxKeO-uN2qy0rkU0 .hue-section-btn {
  text-align: center;
  color: #000000;
}
.APysxKeO-uN2qCupKyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefff0;
}
.APysxKeO-uN2qCupKyD .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qCupKyD .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2qCupKyD .row {
  justify-content: center;
}
.APysxKeO-uN2qCupKyD .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qCupKyD .content-wrapper {
    margin-bottom: 35px;
  }
}
.APysxKeO-uN2qCupKyD .content-wrapper .hue-section-title {
  margin-bottom: 0;
}
.APysxKeO-uN2qCupKyD .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qCupKyD .item {
    margin-bottom: 35px;
  }
}
.APysxKeO-uN2qCupKyD .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qCupKyD .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.APysxKeO-uN2qCupKyD .item .item-wrapper .card-box .icon-wrapper .hue-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c5ce3e;
  color: #ffffff;
  font-size: 60px;
}
.APysxKeO-uN2qCupKyD .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.APysxKeO-uN2qCupKyD .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #c5ce3e;
}
.APysxKeO-uN2qCupKyD .hue-section-title {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2qCupKyD .item-title {
  color: #000000;
}
.APysxKeO-uN2qCupKyD .item-title,
.APysxKeO-uN2qCupKyD .icon-wrapper {
  text-align: center;
}
.APysxKeO-uN2AlnSzJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4ed64;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2AlnSzJc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 24px;
  }
}
.APysxKeO-uN2AlnSzJc .row {
  justify-content: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:hover .hue-soc,
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:focus .hue-soc {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .hue-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .hue-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrap {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .list-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .list-wrapper .hue-section-subtitle {
  margin-bottom: 32px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover::before,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #192227;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .hue-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-soc {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .hue-section-subtitle {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list,
.APysxKeO-uN2AlnSzJc .item-wrap,
.APysxKeO-uN2AlnSzJc .list-wrapper {
  color: #000000;
}
.APysxKeO-uN2qJxlwzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefff0;
}
.APysxKeO-uN2qJxlwzw .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qJxlwzw .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2qJxlwzw .content-wrapper {
  padding: 10px;
  border-top: 10px solid #254e21;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #f9feba;
}
.APysxKeO-uN2qJxlwzw .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qJxlwzw .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.APysxKeO-uN2qJxlwzw .content-wrapper .content-wrap .hue-section-title {
  margin-bottom: 20px;
}
.APysxKeO-uN2qJxlwzw .content-wrapper .content-wrap .text-wrapper .hue-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qJxlwzw .content-wrapper .content-wrap .text-wrapper .hue-text {
    width: 100%;
  }
}
.APysxKeO-uN2qJxlwzw .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qJxlwzw .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.APysxKeO-uN2qJxlwzw .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qJxlwzw .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.APysxKeO-uN2qJxlwzw .hue-section-title {
  color: #000c3f;
}
.APysxKeO-uN2qJxlwzw .hue-text {
  color: #000c3f;
}
.APysxKeO-uN2qJxlwzw .hue-section-title,
.APysxKeO-uN2qJxlwzw .hue-section-btn {
  text-align: center;
  color: #000000;
}
.APysxKeO-uN2qJxlwzw .hue-text,
.APysxKeO-uN2qJxlwzw .text-wrapper {
  color: #000000;
}
.APysxKeO-uN2qLF16UY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9feba;
}
.APysxKeO-uN2qLF16UY .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qLF16UY .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2qLF16UY .row {
  justify-content: center;
}
.APysxKeO-uN2qLF16UY .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qLF16UY .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2qLF16UY .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.APysxKeO-uN2qLF16UY .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #254e21;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qLF16UY .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.APysxKeO-uN2qLF16UY .content-wrapper .title-wrapper .hue-section-title {
  margin-bottom: 0;
}
.APysxKeO-uN2qLF16UY .content-wrapper .title-wrapper .hue-section-subtitle {
  margin-bottom: 0;
}
.APysxKeO-uN2qLF16UY .content-wrapper .text-wrapper .hue-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qLF16UY .content-wrapper .text-wrapper .hue-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.APysxKeO-uN2qLF16UY .hue-section-title {
  color: #ffffff;
}
.APysxKeO-uN2qLF16UY .hue-section-subtitle {
  color: #254e21;
  text-align: center;
}
.APysxKeO-uN2qLF16UY .hue-text,
.APysxKeO-uN2qLF16UY .text-wrapper {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2qLF16UY .hue-section-title,
.APysxKeO-uN2qLF16UY .hue-section-btn {
  text-align: center;
  color: #000000;
}
.APysxKeO-uN2qNvv2fo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #254e21;
}
.APysxKeO-uN2qNvv2fo .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qNvv2fo .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2qNvv2fo .row {
  justify-content: center;
}
.APysxKeO-uN2qNvv2fo .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fefff0;
}
@media (max-width: 1440px) {
  .APysxKeO-uN2qNvv2fo .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2qNvv2fo .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #c5ce3e;
}
.APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap .label-wrapper .label-wrap .hue-label {
  margin-bottom: 0;
}
.APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap .label-wrapper .label-wrap .hue-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap .hue-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap .hue-section-title {
    margin-bottom: 30px;
  }
}
.APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap .hue-text {
  margin-bottom: 0;
}
.APysxKeO-uN2qNvv2fo .card-wrapper .content-wrap .hue-section-btn {
  margin-top: 20px;
}
.APysxKeO-uN2qNvv2fo .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qNvv2fo .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.APysxKeO-uN2qNvv2fo .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qNvv2fo .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.APysxKeO-uN2qNvv2fo .hue-label,
.APysxKeO-uN2qNvv2fo .label-wrapper {
  color: #000000;
}
.APysxKeO-uN2qNvv2fo .hue-section-title {
  color: #151e11;
}
.APysxKeO-uN2qNvv2fo .hue-text {
  color: #151e11;
}
.APysxKeO-uN2qNvv2fo .hue-text,
.APysxKeO-uN2qNvv2fo .hue-section-btn {
  color: #000000;
}
.APysxKeO-uN2qZMmeW5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fefff0;
}
.APysxKeO-uN2qZMmeW5 .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2qZMmeW5 .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2qZMmeW5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qZMmeW5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2qZMmeW5 .container {
    padding: 0 16px;
  }
}
.APysxKeO-uN2qZMmeW5 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qZMmeW5 .row {
    margin: 0 10px;
  }
}
.APysxKeO-uN2qZMmeW5 .row .card {
  position: relative;
  padding: 0;
}
.APysxKeO-uN2qZMmeW5 .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #254e21;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .APysxKeO-uN2qZMmeW5 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2qZMmeW5 .row .card .decor-wrapper {
    display: none;
  }
}
.APysxKeO-uN2qZMmeW5 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f9feba;
  color: #254e21;
  border-radius: 100%;
  border: 5px solid #254e21;
  z-index: 1;
}
@media (max-width: 1300px) {
  .APysxKeO-uN2qZMmeW5 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2qZMmeW5 .row .card .icon-decor {
    display: none;
  }
}
.APysxKeO-uN2qZMmeW5 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qZMmeW5 .title-wrapper {
    width: 100%;
  }
}
.APysxKeO-uN2qZMmeW5 .title-wrapper .hue-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2qZMmeW5 .title-wrapper .hue-section-title {
    margin-bottom: 20px;
  }
}
.APysxKeO-uN2qZMmeW5 .title-wrapper .hue-text {
  margin-bottom: 0;
}
.APysxKeO-uN2qZMmeW5 .hue-section-title {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2qZMmeW5 .hue-text {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4ed64;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2AlnSzJc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 24px;
  }
}
.APysxKeO-uN2AlnSzJc .row {
  justify-content: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:hover .hue-soc,
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:focus .hue-soc {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .hue-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .hue-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrap {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .list-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .list-wrapper .hue-section-subtitle {
  margin-bottom: 32px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover::before,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #192227;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .hue-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-soc {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .hue-section-subtitle {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list,
.APysxKeO-uN2AlnSzJc .item-wrap,
.APysxKeO-uN2AlnSzJc .list-wrapper {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  background-color: #e4ed64 !important;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e4ed64 !important;
  background: #e4ed64;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.APysxKeO-uN2BFkMHIJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar.opened,
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar-collapse {
    background-color: #e4ed64 !important;
    transition: all 0s ease 0s;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  position: relative !important;
}
.APysxKeO-uN2BFkMHIJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .btn:hover {
  box-shadow: none;
}
.APysxKeO-uN2BFkMHIJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 0 !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before,
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .APysxKeO-uN2BFkMHIJ .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;
  }
  .APysxKeO-uN2BFkMHIJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .APysxKeO-uN2BFkMHIJ .offcanvas_box {
    display: none;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .container {
  display: flex;
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper {
  color: #000000;
  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;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:hover {
  opacity: .5;
}
.APysxKeO-uN2BFkMHIJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav {
    margin: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu,
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  background-color: false !important;
}
.APysxKeO-uN2BFkMHIJ .nav-item:focus,
.APysxKeO-uN2BFkMHIJ .nav-link:focus {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  transition: all 0.3s;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed {
  justify-content: center;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .icons-menu {
    padding: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short {
  min-height: 60px;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .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;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown-item.active,
.APysxKeO-uN2BFkMHIJ .dropdown-item:active {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.APysxKeO-uN2BFkMHIJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4ed64;
  background: #f6fd8f;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.APysxKeO-uN2BFkMHIJ .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) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    height: 70px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened {
    height: auto;
  }
  .APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .APysxKeO-uN2BFkMHIJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.APysxKeO-uN2BFkMHIJ .hue-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.APysxKeO-uN2BFkMHIJ .text_widget {
  margin-bottom: 32px;
}
.APysxKeO-uN2BFkMHIJ .text_widget a {
  transition: all 0.3s ease-out;
}
.APysxKeO-uN2BFkMHIJ .text_widget a:hover,
.APysxKeO-uN2BFkMHIJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.APysxKeO-uN2BFkMHIJ .icons-menu-main {
  display: flex;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ .hue-text {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle,
.APysxKeO-uN2BFkMHIJ .text_widget,
.APysxKeO-uN2BFkMHIJ .hue-section-btn {
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.APysxKeO-uN2r6diH4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fefff0;
}
.APysxKeO-uN2r6diH4q .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2r6diH4q .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2r6diH4q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .container {
    padding: 0 16px;
  }
}
.APysxKeO-uN2r6diH4q .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .row {
    margin: 0 10px;
  }
}
.APysxKeO-uN2r6diH4q .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .row .card {
    padding: 0;
  }
}
.APysxKeO-uN2r6diH4q .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #254e21;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.APysxKeO-uN2r6diH4q .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .title-wrapper {
    padding-right: 0;
  }
}
.APysxKeO-uN2r6diH4q .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.APysxKeO-uN2r6diH4q .title-wrapper .icon-wrapper .hue-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.APysxKeO-uN2r6diH4q .title-wrapper .hue-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .title-wrapper .hue-section-title {
    margin-bottom: 40px;
  }
}
.APysxKeO-uN2r6diH4q .title-wrapper .hue-text {
  margin: 0;
}
.APysxKeO-uN2r6diH4q .title-wrapper .hue-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .title-wrapper .hue-section-btn {
    margin-top: 20px;
  }
}
.APysxKeO-uN2r6diH4q .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .image-wrapper {
    padding-top: 40px;
  }
}
.APysxKeO-uN2r6diH4q .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .APysxKeO-uN2r6diH4q .image-wrapper img {
    height: 350px;
  }
}
.APysxKeO-uN2r6diH4q .hue-section-title {
  color: #fdfcfc;
}
.APysxKeO-uN2r6diH4q .hue-text {
  color: #F9A600;
}
.APysxKeO-uN2r6diH4q .hue-section-title,
.APysxKeO-uN2r6diH4q .icon-wrapper {
  color: #000000;
}
.APysxKeO-uN2r6diH4q .hue-text,
.APysxKeO-uN2r6diH4q .hue-section-btn {
  color: #000000;
}
.APysxKeO-uN2riOzyyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9feba;
}
.APysxKeO-uN2riOzyyg .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2riOzyyg .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2riOzyyg .title-wrapper .hue-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2riOzyyg .title-wrapper .hue-section-title {
    margin-bottom: 32px;
  }
}
.APysxKeO-uN2riOzyyg .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .APysxKeO-uN2riOzyyg .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.APysxKeO-uN2riOzyyg .title .icon-wrap .hue-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2riOzyyg .title .icon-wrap .hue-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.APysxKeO-uN2riOzyyg .items-wrap {
  justify-content: center;
  margin: 0 -10px;
  row-gap: 25px;
}
.APysxKeO-uN2riOzyyg .items-wrap .card {
  padding: 0 10px;
}
.APysxKeO-uN2riOzyyg .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2riOzyyg .items-wrap .card_2 {
    padding-top: 0;
  }
}
.APysxKeO-uN2riOzyyg .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2riOzyyg .items-wrap .card_3 {
    padding-top: 0;
  }
}
.APysxKeO-uN2riOzyyg .card .item-wrapper {
  background-color: #254e21;
  transition: all 0.3s ease;
}
.APysxKeO-uN2riOzyyg .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2riOzyyg .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.APysxKeO-uN2riOzyyg .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.APysxKeO-uN2riOzyyg .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.APysxKeO-uN2riOzyyg .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.APysxKeO-uN2riOzyyg .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.APysxKeO-uN2riOzyyg .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #c5ce3e;
  transform: translateY(-1.15rem);
}
.APysxKeO-uN2riOzyyg .hue-section-title {
  color: #000000;
  text-align: left;
}
.APysxKeO-uN2riOzyyg .item-title {
  color: #fdfde1;
  text-align: center;
}
.APysxKeO-uN2riOzyyg .item-number {
  color: #ffffff;
}
.APysxKeO-uN2riOzyyg .item-text {
  color: #fdfde1;
  text-align: center;
}
.APysxKeO-uN2rcVUpzW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefff0;
}
.APysxKeO-uN2rcVUpzW .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2rcVUpzW .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2rcVUpzW .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .APysxKeO-uN2rcVUpzW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2rcVUpzW .container {
    padding: 0 26px;
  }
}
.APysxKeO-uN2rcVUpzW .row {
  margin: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2rcVUpzW .row {
    margin: 0 -12px;
  }
}
.APysxKeO-uN2rcVUpzW .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.APysxKeO-uN2rcVUpzW .card:first-child {
  border-right: 1px solid #c5ce3e;
}
@media (max-width: 992px) {
  .APysxKeO-uN2rcVUpzW .card:first-child {
    border: none;
  }
}
.APysxKeO-uN2rcVUpzW .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #c5ce3e;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .APysxKeO-uN2rcVUpzW .card:first-child::before {
    display: none;
  }
}
.APysxKeO-uN2rcVUpzW .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2rcVUpzW .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2rcVUpzW .card {
    padding: 0 12px;
  }
}
.APysxKeO-uN2rcVUpzW .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2rcVUpzW .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.APysxKeO-uN2rcVUpzW .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .APysxKeO-uN2rcVUpzW .image-wrapper img {
    height: 300px;
  }
}
.APysxKeO-uN2rcVUpzW .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2rcVUpzW .title-wrapper .title-wrap {
    padding: 0;
  }
}
.APysxKeO-uN2rcVUpzW .title-wrapper .title-wrap .hue-section-title {
  margin-bottom: 18px;
}
.APysxKeO-uN2rcVUpzW .title-wrapper .title-wrap .hue-text {
  margin-bottom: 0;
}
.APysxKeO-uN2rcVUpzW .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2rcVUpzW .hue-text {
  color: #000000;
}
.APysxKeO-uN2ray6G4c {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9feba;
}
.APysxKeO-uN2ray6G4c .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2ray6G4c .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .APysxKeO-uN2ray6G4c p {
    max-width: 95%;
  }
}
.APysxKeO-uN2ray6G4c .hue-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.APysxKeO-uN2ray6G4c .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;
}
.APysxKeO-uN2ray6G4c .subtitle-wrap .hue-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #8a8a8a;
  font-size: 1.5rem;
}
.APysxKeO-uN2ray6G4c .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2ray6G4c .hue-text,
.APysxKeO-uN2ray6G4c .hue-section-btn {
  color: #000000;
}
.APysxKeO-uN2ray6G4c .hue-section-subtitle,
.APysxKeO-uN2ray6G4c .align-wrapper {
  color: #04492e;
}
.APysxKeO-uN2ray6G4c .hue-section-title2 {
  color: #04492e;
}
.APysxKeO-uN2ray6G4c .hue-text2,
.APysxKeO-uN2ray6G4c .hue-section-btn {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4ed64;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2AlnSzJc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 24px;
  }
}
.APysxKeO-uN2AlnSzJc .row {
  justify-content: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:hover .hue-soc,
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:focus .hue-soc {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .hue-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .hue-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrap {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .list-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .list-wrapper .hue-section-subtitle {
  margin-bottom: 32px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover::before,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #192227;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .hue-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-soc {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .hue-section-subtitle {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list,
.APysxKeO-uN2AlnSzJc .item-wrap,
.APysxKeO-uN2AlnSzJc .list-wrapper {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  background-color: #e4ed64 !important;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e4ed64 !important;
  background: #e4ed64;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.APysxKeO-uN2BFkMHIJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar.opened,
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar-collapse {
    background-color: #e4ed64 !important;
    transition: all 0s ease 0s;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  position: relative !important;
}
.APysxKeO-uN2BFkMHIJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .btn:hover {
  box-shadow: none;
}
.APysxKeO-uN2BFkMHIJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 0 !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before,
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .APysxKeO-uN2BFkMHIJ .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;
  }
  .APysxKeO-uN2BFkMHIJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .APysxKeO-uN2BFkMHIJ .offcanvas_box {
    display: none;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .container {
  display: flex;
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper {
  color: #000000;
  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;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:hover {
  opacity: .5;
}
.APysxKeO-uN2BFkMHIJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav {
    margin: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu,
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  background-color: false !important;
}
.APysxKeO-uN2BFkMHIJ .nav-item:focus,
.APysxKeO-uN2BFkMHIJ .nav-link:focus {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  transition: all 0.3s;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed {
  justify-content: center;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .icons-menu {
    padding: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short {
  min-height: 60px;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .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;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown-item.active,
.APysxKeO-uN2BFkMHIJ .dropdown-item:active {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.APysxKeO-uN2BFkMHIJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4ed64;
  background: #f6fd8f;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.APysxKeO-uN2BFkMHIJ .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) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    height: 70px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened {
    height: auto;
  }
  .APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .APysxKeO-uN2BFkMHIJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.APysxKeO-uN2BFkMHIJ .hue-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.APysxKeO-uN2BFkMHIJ .text_widget {
  margin-bottom: 32px;
}
.APysxKeO-uN2BFkMHIJ .text_widget a {
  transition: all 0.3s ease-out;
}
.APysxKeO-uN2BFkMHIJ .text_widget a:hover,
.APysxKeO-uN2BFkMHIJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.APysxKeO-uN2BFkMHIJ .icons-menu-main {
  display: flex;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ .hue-text {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle,
.APysxKeO-uN2BFkMHIJ .text_widget,
.APysxKeO-uN2BFkMHIJ .hue-section-btn {
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.APysxKeO-uN2rwIZ1gy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fefff0;
}
.APysxKeO-uN2rwIZ1gy .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2rwIZ1gy .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2rwIZ1gy form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.APysxKeO-uN2rwIZ1gy h1 {
  font-weight: 500;
  line-height: 1;
}
.APysxKeO-uN2rwIZ1gy .hue-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.APysxKeO-uN2rwIZ1gy .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;
}
.APysxKeO-uN2rwIZ1gy .subtitle-wrap .hue-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #8a8a8a;
  font-size: 1.5rem;
}
.APysxKeO-uN2rwIZ1gy .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2rwIZ1gy .hue-text,
.APysxKeO-uN2rwIZ1gy .hue-section-btn {
  color: #000000;
}
.APysxKeO-uN2rwIZ1gy .hue-section-subtitle,
.APysxKeO-uN2rwIZ1gy .align-wrapper {
  color: #04492e;
}
.APysxKeO-uN2rwIZ1gy .form-control,
.APysxKeO-uN2rwIZ1gy .field-input {
  padding: 1rem;
  background-color: #f9feba;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #c5ce3e !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.APysxKeO-uN2rwIZ1gy .form-control::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .form-control::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.APysxKeO-uN2rwIZ1gy .form-control:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .form-control:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.APysxKeO-uN2rwIZ1gy .form-control:hover,
.APysxKeO-uN2rwIZ1gy .field-input:hover,
.APysxKeO-uN2rwIZ1gy .form-control:focus,
.APysxKeO-uN2rwIZ1gy .field-input:focus {
  background-color: #fefff0;
  border-color: #254e21 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.APysxKeO-uN2rwIZ1gy .form-control:hover::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:hover::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .form-control:focus::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:focus::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .form-control:hover::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:hover::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .form-control:focus::-webkit-input-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:focus::-webkit-input-placeholder {
  color: #6e6e6e;
}
.APysxKeO-uN2rwIZ1gy .form-control:hover:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:hover:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .form-control:focus:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:focus:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .form-control:hover:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:hover:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .form-control:focus:-moz-placeholder,
.APysxKeO-uN2rwIZ1gy .field-input:focus:-moz-placeholder {
  color: #6e6e6e;
}
.APysxKeO-uN2rwIZ1gy .jq-number__spin:hover,
.APysxKeO-uN2rwIZ1gy .jq-number__spin:focus {
  background-color: #fefff0;
  border-color: #254e21 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.APysxKeO-uN2rwIZ1gy .jq-number__spin {
  background-color: #f9feba;
  border-color: #c5ce3e;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.APysxKeO-uN2rwIZ1gy .jq-selectbox li,
.APysxKeO-uN2rwIZ1gy .jq-selectbox li {
  background-color: #f9feba;
  color: #000000;
}
.APysxKeO-uN2rwIZ1gy .jq-selectbox li:hover,
.APysxKeO-uN2rwIZ1gy .jq-selectbox li.selected {
  background-color: #fefff0;
  color: #000000;
}
.APysxKeO-uN2rwIZ1gy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.APysxKeO-uN2rwIZ1gy .jq-number__spin.minus:hover:after,
.APysxKeO-uN2rwIZ1gy .jq-number__spin.plus:hover:after {
  border-top-color: #f9feba;
  border-bottom-color: #f9feba;
}
.APysxKeO-uN2rwIZ1gy .jq-selectbox .jq-selectbox__trigger-arrow,
.APysxKeO-uN2rwIZ1gy .jq-number__spin.minus:after,
.APysxKeO-uN2rwIZ1gy .jq-number__spin.plus:after {
  border-top-color: #fefff0;
  border-bottom-color: #fefff0;
}
.APysxKeO-uN2rwIZ1gy textarea {
  min-height: 150px;
}
.APysxKeO-uN2rwIZ1gy input::-webkit-clear-button {
  display: none;
}
.APysxKeO-uN2rwIZ1gy input::-webkit-inner-spin-button {
  display: none;
}
.APysxKeO-uN2rwIZ1gy input::-webkit-outer-spin-button {
  display: none;
}
.APysxKeO-uN2rwIZ1gy input::-webkit-calendar-picker-indicator {
  display: none;
}
.APysxKeO-uN2rwIZ1gy LABEL {
  color: #000000;
}
@media (max-width: 767px) {
  .APysxKeO-uN2rwIZ1gy .col-auto {
    margin: auto;
  }
}
.APysxKeO-uN2AlnSzJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4ed64;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2AlnSzJc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 24px;
  }
}
.APysxKeO-uN2AlnSzJc .row {
  justify-content: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:hover .hue-soc,
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:focus .hue-soc {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .hue-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .hue-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrap {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .list-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .list-wrapper .hue-section-subtitle {
  margin-bottom: 32px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover::before,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #192227;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .hue-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-soc {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .hue-section-subtitle {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list,
.APysxKeO-uN2AlnSzJc .item-wrap,
.APysxKeO-uN2AlnSzJc .list-wrapper {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  background-color: #e4ed64 !important;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e4ed64 !important;
  background: #e4ed64;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.APysxKeO-uN2BFkMHIJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar.opened,
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar-collapse {
    background-color: #e4ed64 !important;
    transition: all 0s ease 0s;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  position: relative !important;
}
.APysxKeO-uN2BFkMHIJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .btn:hover {
  box-shadow: none;
}
.APysxKeO-uN2BFkMHIJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 0 !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before,
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .APysxKeO-uN2BFkMHIJ .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;
  }
  .APysxKeO-uN2BFkMHIJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .APysxKeO-uN2BFkMHIJ .offcanvas_box {
    display: none;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .container {
  display: flex;
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper {
  color: #000000;
  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;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:hover {
  opacity: .5;
}
.APysxKeO-uN2BFkMHIJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav {
    margin: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu,
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  background-color: false !important;
}
.APysxKeO-uN2BFkMHIJ .nav-item:focus,
.APysxKeO-uN2BFkMHIJ .nav-link:focus {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  transition: all 0.3s;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed {
  justify-content: center;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .icons-menu {
    padding: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short {
  min-height: 60px;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .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;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown-item.active,
.APysxKeO-uN2BFkMHIJ .dropdown-item:active {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.APysxKeO-uN2BFkMHIJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4ed64;
  background: #f6fd8f;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.APysxKeO-uN2BFkMHIJ .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) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    height: 70px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened {
    height: auto;
  }
  .APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .APysxKeO-uN2BFkMHIJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.APysxKeO-uN2BFkMHIJ .hue-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.APysxKeO-uN2BFkMHIJ .text_widget {
  margin-bottom: 32px;
}
.APysxKeO-uN2BFkMHIJ .text_widget a {
  transition: all 0.3s ease-out;
}
.APysxKeO-uN2BFkMHIJ .text_widget a:hover,
.APysxKeO-uN2BFkMHIJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.APysxKeO-uN2BFkMHIJ .icons-menu-main {
  display: flex;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ .hue-text {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle,
.APysxKeO-uN2BFkMHIJ .text_widget,
.APysxKeO-uN2BFkMHIJ .hue-section-btn {
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.APysxKeO-uN2s8kqehe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefff0;
}
.APysxKeO-uN2s8kqehe .hue-section-subtitle {
  text-align: center;
  color: #000000;
}
.APysxKeO-uN2s8kqehe .hue-text {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4ed64;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2AlnSzJc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 24px;
  }
}
.APysxKeO-uN2AlnSzJc .row {
  justify-content: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:hover .hue-soc,
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:focus .hue-soc {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .hue-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .hue-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrap {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .list-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .list-wrapper .hue-section-subtitle {
  margin-bottom: 32px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover::before,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #192227;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .hue-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-soc {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .hue-section-subtitle {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list,
.APysxKeO-uN2AlnSzJc .item-wrap,
.APysxKeO-uN2AlnSzJc .list-wrapper {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  background-color: #e4ed64 !important;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e4ed64 !important;
  background: #e4ed64;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.APysxKeO-uN2BFkMHIJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar.opened,
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar-collapse {
    background-color: #e4ed64 !important;
    transition: all 0s ease 0s;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  position: relative !important;
}
.APysxKeO-uN2BFkMHIJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .btn:hover {
  box-shadow: none;
}
.APysxKeO-uN2BFkMHIJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 0 !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before,
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .APysxKeO-uN2BFkMHIJ .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;
  }
  .APysxKeO-uN2BFkMHIJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .APysxKeO-uN2BFkMHIJ .offcanvas_box {
    display: none;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .container {
  display: flex;
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper {
  color: #000000;
  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;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:hover {
  opacity: .5;
}
.APysxKeO-uN2BFkMHIJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav {
    margin: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu,
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  background-color: false !important;
}
.APysxKeO-uN2BFkMHIJ .nav-item:focus,
.APysxKeO-uN2BFkMHIJ .nav-link:focus {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  transition: all 0.3s;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed {
  justify-content: center;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .icons-menu {
    padding: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short {
  min-height: 60px;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .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;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown-item.active,
.APysxKeO-uN2BFkMHIJ .dropdown-item:active {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.APysxKeO-uN2BFkMHIJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4ed64;
  background: #f6fd8f;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.APysxKeO-uN2BFkMHIJ .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) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    height: 70px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened {
    height: auto;
  }
  .APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .APysxKeO-uN2BFkMHIJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.APysxKeO-uN2BFkMHIJ .hue-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.APysxKeO-uN2BFkMHIJ .text_widget {
  margin-bottom: 32px;
}
.APysxKeO-uN2BFkMHIJ .text_widget a {
  transition: all 0.3s ease-out;
}
.APysxKeO-uN2BFkMHIJ .text_widget a:hover,
.APysxKeO-uN2BFkMHIJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.APysxKeO-uN2BFkMHIJ .icons-menu-main {
  display: flex;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ .hue-text {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle,
.APysxKeO-uN2BFkMHIJ .text_widget,
.APysxKeO-uN2BFkMHIJ .hue-section-btn {
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.APysxKeO-uN2seBjjId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefff0;
}
.APysxKeO-uN2seBjjId .hue-section-subtitle {
  text-align: center;
  color: #000000;
}
.APysxKeO-uN2seBjjId .hue-text {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4ed64;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2AlnSzJc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 24px;
  }
}
.APysxKeO-uN2AlnSzJc .row {
  justify-content: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:hover .hue-soc,
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:focus .hue-soc {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .hue-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .hue-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrap {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .list-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .list-wrapper .hue-section-subtitle {
  margin-bottom: 32px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover::before,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #192227;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .hue-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-soc {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .hue-section-subtitle {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list,
.APysxKeO-uN2AlnSzJc .item-wrap,
.APysxKeO-uN2AlnSzJc .list-wrapper {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  background-color: #e4ed64 !important;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e4ed64 !important;
  background: #e4ed64;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.APysxKeO-uN2BFkMHIJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar.opened,
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar-collapse {
    background-color: #e4ed64 !important;
    transition: all 0s ease 0s;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  position: relative !important;
}
.APysxKeO-uN2BFkMHIJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .btn:hover {
  box-shadow: none;
}
.APysxKeO-uN2BFkMHIJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 0 !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before,
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .APysxKeO-uN2BFkMHIJ .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;
  }
  .APysxKeO-uN2BFkMHIJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .APysxKeO-uN2BFkMHIJ .offcanvas_box {
    display: none;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .container {
  display: flex;
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper {
  color: #000000;
  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;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:hover {
  opacity: .5;
}
.APysxKeO-uN2BFkMHIJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav {
    margin: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu,
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  background-color: false !important;
}
.APysxKeO-uN2BFkMHIJ .nav-item:focus,
.APysxKeO-uN2BFkMHIJ .nav-link:focus {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  transition: all 0.3s;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed {
  justify-content: center;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .icons-menu {
    padding: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short {
  min-height: 60px;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .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;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown-item.active,
.APysxKeO-uN2BFkMHIJ .dropdown-item:active {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.APysxKeO-uN2BFkMHIJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4ed64;
  background: #f6fd8f;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.APysxKeO-uN2BFkMHIJ .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) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    height: 70px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened {
    height: auto;
  }
  .APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .APysxKeO-uN2BFkMHIJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.APysxKeO-uN2BFkMHIJ .hue-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.APysxKeO-uN2BFkMHIJ .text_widget {
  margin-bottom: 32px;
}
.APysxKeO-uN2BFkMHIJ .text_widget a {
  transition: all 0.3s ease-out;
}
.APysxKeO-uN2BFkMHIJ .text_widget a:hover,
.APysxKeO-uN2BFkMHIJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.APysxKeO-uN2BFkMHIJ .icons-menu-main {
  display: flex;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ .hue-text {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle,
.APysxKeO-uN2BFkMHIJ .text_widget,
.APysxKeO-uN2BFkMHIJ .hue-section-btn {
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.APysxKeO-uN2sgGf3Wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefff0;
}
.APysxKeO-uN2sgGf3Wr .hue-section-subtitle {
  text-align: center;
  color: #000000;
}
.APysxKeO-uN2sgGf3Wr .hue-text {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4ed64;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image.disabled {
  display: none;
}
.APysxKeO-uN2AlnSzJc .hue-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.APysxKeO-uN2AlnSzJc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .APysxKeO-uN2AlnSzJc .container {
    padding: 0 24px;
  }
}
.APysxKeO-uN2AlnSzJc .row {
  justify-content: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrapper .hue-section-title {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:hover .hue-soc,
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item:focus .hue-soc {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .hue-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.APysxKeO-uN2AlnSzJc .content-wrapper .social-wrapper .social-wrap .soc-item a .hue-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .content-wrap {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .APysxKeO-uN2AlnSzJc .list-wrapper {
    margin-bottom: 48px;
  }
}
.APysxKeO-uN2AlnSzJc .list-wrapper .hue-section-subtitle {
  margin-bottom: 32px;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:hover::before,
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.APysxKeO-uN2AlnSzJc .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #192227;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2AlnSzJc .hue-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-section-title {
  color: #000000;
}
.APysxKeO-uN2AlnSzJc .hue-soc {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .hue-section-subtitle {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list {
  color: #ffffff;
}
.APysxKeO-uN2AlnSzJc .list,
.APysxKeO-uN2AlnSzJc .item-wrap,
.APysxKeO-uN2AlnSzJc .list-wrapper {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  background-color: #e4ed64 !important;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e4ed64 !important;
  background: #e4ed64;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.APysxKeO-uN2BFkMHIJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar.opened,
  .APysxKeO-uN2BFkMHIJ .menu_box .navbar-collapse {
    background-color: #e4ed64 !important;
    transition: all 0s ease 0s;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown {
  position: relative !important;
}
.APysxKeO-uN2BFkMHIJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .btn:hover {
  box-shadow: none;
}
.APysxKeO-uN2BFkMHIJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .nav-item {
    margin: 0 !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before,
.APysxKeO-uN2BFkMHIJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .APysxKeO-uN2BFkMHIJ .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;
  }
  .APysxKeO-uN2BFkMHIJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .APysxKeO-uN2BFkMHIJ .offcanvas_box {
    display: none;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.APysxKeO-uN2BFkMHIJ .container {
  display: flex;
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper {
  color: #000000;
  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;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.APysxKeO-uN2BFkMHIJ .iconfont-wrapper:hover {
  opacity: .5;
}
.APysxKeO-uN2BFkMHIJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav {
    margin: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .dropdown-menu,
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  background-color: false !important;
}
.APysxKeO-uN2BFkMHIJ .nav-item:focus,
.APysxKeO-uN2BFkMHIJ .nav-link:focus {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.APysxKeO-uN2BFkMHIJ .dropdown .dropdown-menu .dropdown-item .hue-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.opened {
  transition: all 0.3s;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed {
  justify-content: center;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.APysxKeO-uN2BFkMHIJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .APysxKeO-uN2BFkMHIJ .navbar .icons-menu {
    padding: 0;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short {
  min-height: 60px;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.APysxKeO-uN2BFkMHIJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .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;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.APysxKeO-uN2BFkMHIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.APysxKeO-uN2BFkMHIJ .dropdown-item.active,
.APysxKeO-uN2BFkMHIJ .dropdown-item:active {
  background-color: transparent;
}
.APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .APysxKeO-uN2BFkMHIJ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.APysxKeO-uN2BFkMHIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.APysxKeO-uN2BFkMHIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.APysxKeO-uN2BFkMHIJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.APysxKeO-uN2BFkMHIJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e4ed64;
  background: #f6fd8f;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.APysxKeO-uN2BFkMHIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.APysxKeO-uN2BFkMHIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.APysxKeO-uN2BFkMHIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.APysxKeO-uN2BFkMHIJ .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) {
  .APysxKeO-uN2BFkMHIJ .navbar {
    height: 70px;
  }
  .APysxKeO-uN2BFkMHIJ .navbar.opened {
    height: auto;
  }
  .APysxKeO-uN2BFkMHIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.APysxKeO-uN2BFkMHIJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .APysxKeO-uN2BFkMHIJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.APysxKeO-uN2BFkMHIJ .hue-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.APysxKeO-uN2BFkMHIJ .text_widget {
  margin-bottom: 32px;
}
.APysxKeO-uN2BFkMHIJ .text_widget a {
  transition: all 0.3s ease-out;
}
.APysxKeO-uN2BFkMHIJ .text_widget a:hover,
.APysxKeO-uN2BFkMHIJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .APysxKeO-uN2BFkMHIJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.APysxKeO-uN2BFkMHIJ .icons-menu-main {
  display: flex;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .navbar-caption {
  color: #000000;
}
.APysxKeO-uN2BFkMHIJ .hue-text {
  color: #000000;
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ .hue-section-subtitle,
.APysxKeO-uN2BFkMHIJ .text_widget,
.APysxKeO-uN2BFkMHIJ .hue-section-btn {
  text-align: center;
}
.APysxKeO-uN2BFkMHIJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

/* 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 */
.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;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* logoanimations */
@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: bounceIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 25: drop-shadow filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
/* endmainanimations */
