.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e81c1c !important;
}
.bg-success {
  background-color: #18356a !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff5500 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e81c1c !important;
  border-color: #e81c1c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1010 !important;
  border-color: #9d1010 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1010 !important;
  border-color: #9d1010 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #18356a !important;
  border-color: #18356a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #081223 !important;
  border-color: #081223 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #081223 !important;
  border-color: #081223 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e81c1c;
  color: #e81c1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9d1010 !important;
  background-color: transparent!important;
  border-color: #9d1010 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e81c1c !important;
  border-color: #e81c1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #18356a;
  color: #18356a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #081223 !important;
  background-color: transparent!important;
  border-color: #081223 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #18356a !important;
  border-color: #18356a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5500;
  color: #ff5500;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a83800 !important;
  background-color: transparent!important;
  border-color: #a83800 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e81c1c !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #18356a !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff5500 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8f0f0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #050b17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993300 !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: #e81c1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff5500;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e81c1c;
  border-color: #e81c1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e81c1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbd5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3169d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddcc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #e81c1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #e81c1c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e81c1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e81c1c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e81c1c;
  border-bottom-color: #e81c1c;
}
.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: #e81c1c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23e81c1c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tB0YZQqaCG {
  z-index: 1000;
  width: 100%;
}
.cid-tB0YZQqaCG nav.navbar {
  position: fixed;
}
.cid-tB0YZQqaCG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB0YZQqaCG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB0YZQqaCG .dropdown-item:hover,
.cid-tB0YZQqaCG .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-tB0YZQqaCG .dropdown-item:hover span {
  color: white;
}
.cid-tB0YZQqaCG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB0YZQqaCG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB0YZQqaCG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB0YZQqaCG .nav-link {
  position: relative;
}
.cid-tB0YZQqaCG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .container {
    flex-wrap: wrap;
  }
}
.cid-tB0YZQqaCG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tB0YZQqaCG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB0YZQqaCG .dropdown-menu,
.cid-tB0YZQqaCG .navbar.opened {
  background: #ffffff !important;
}
.cid-tB0YZQqaCG .nav-item:focus,
.cid-tB0YZQqaCG .nav-link:focus {
  outline: none;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB0YZQqaCG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB0YZQqaCG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-tB0YZQqaCG .navbar.opened {
  transition: all 0.3s;
}
.cid-tB0YZQqaCG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB0YZQqaCG .navbar .navbar-logo img {
  width: auto;
}
.cid-tB0YZQqaCG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB0YZQqaCG .navbar.collapsed {
  justify-content: center;
}
.cid-tB0YZQqaCG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB0YZQqaCG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB0YZQqaCG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB0YZQqaCG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB0YZQqaCG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB0YZQqaCG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB0YZQqaCG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB0YZQqaCG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB0YZQqaCG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB0YZQqaCG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB0YZQqaCG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB0YZQqaCG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB0YZQqaCG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB0YZQqaCG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB0YZQqaCG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB0YZQqaCG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB0YZQqaCG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB0YZQqaCG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB0YZQqaCG .dropdown-item.active,
.cid-tB0YZQqaCG .dropdown-item:active {
  background-color: transparent;
}
.cid-tB0YZQqaCG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB0YZQqaCG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tB0YZQqaCG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB0YZQqaCG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB0YZQqaCG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB0YZQqaCG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB0YZQqaCG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tB0YZQqaCG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB0YZQqaCG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB0YZQqaCG .navbar {
    height: 70px;
  }
  .cid-tB0YZQqaCG .navbar.opened {
    height: auto;
  }
  .cid-tB0YZQqaCG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3emhUoSR {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uI3emhUoSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3emhUoSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3emhUoSR .row {
  flex-direction: row-reverse;
}
.cid-uI3emhUoSR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI3emhUoSR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uI3emhUoSR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uI3emhUoSR .mbr-section-title {
  text-align: center;
}
.cid-uI3emhUoSR .mbr-text,
.cid-uI3emhUoSR .mbr-section-btn {
  text-align: center;
}
.cid-uI3eMyFUnw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uI3eMyFUnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3eMyFUnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3eMyFUnw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB9ez4cVTX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9ez4cVTX img,
.cid-tB9ez4cVTX .item-img {
  width: 100%;
}
.cid-tB9ez4cVTX .item:focus,
.cid-tB9ez4cVTX span:focus {
  outline: none;
}
.cid-tB9ez4cVTX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tB9ez4cVTX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tB9ez4cVTX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tB9ez4cVTX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tB9ez4cVTX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tB9ez4cVTX .mbr-section-title {
  color: #000000;
}
.cid-tB9ez4cVTX .mbr-text,
.cid-tB9ez4cVTX .mbr-section-btn {
  text-align: center;
}
.cid-tB9ez4cVTX .item-title {
  text-align: center;
}
.cid-tB9ez4cVTX .item-subtitle {
  text-align: center;
}
.cid-tVOlhpiQOe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-tVOlhpiQOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVOlhpiQOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVOlhpiQOe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI3f9pcm9W {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uI3f9pcm9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3f9pcm9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3f9pcm9W .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uI3f9pcm9W .team-card:hover {
  transform: translateY(-10px);
}
.cid-uI3f9pcm9W .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uI3f9pcm9W .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uI3f9pcm9W .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uI3f9pcm9W .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI3f9pcm9W .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uI3f9pcm9W .social-row {
  text-align: center;
}
.cid-uI3f9pcm9W .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uI3f9pcm9W .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uI3f9pcm9W .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uI3f9pcm9W .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tB83YwBUMj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0f5e26;
}
.cid-tB83YwBUMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB83YwBUMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB83YwBUMj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQGVG1ktEL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKHW65Of7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaf6f7;
}
.cid-uVKHW65Of7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKHW65Of7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKHW65Of7 .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-uVKHW65Of7 .currentcost {
  color: #e43f3f;
}
.cid-uVKHW65Of7 .card-wrapper {
  border-radius: 4px;
  background: #eaf6f7;
}
@media (min-width: 992px) {
  .cid-uVKHW65Of7 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVKHW65Of7 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVKHW65Of7 .text-box {
    padding: 1rem;
  }
}
.cid-uVKHW65Of7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKHW65Of7 .mbr-text,
.cid-uVKHW65Of7 .cost,
.cid-uVKHW65Of7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tB85bPoWQz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-tB85bPoWQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85bPoWQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85bPoWQz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB1xoWzrbk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1xoWzrbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1xoWzrbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1xoWzrbk .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uI3it8NOdv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uI3it8NOdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3it8NOdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3it8NOdv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPOyKLFyGI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPOyKLFyGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOyKLFyGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPOyKLFyGI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPOyKLFyGI .row {
  flex-direction: row-reverse;
}
.cid-tPOyKLFyGI img {
  width: 100%;
}
.cid-tB85MvgqdZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-tB85MvgqdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85MvgqdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85MvgqdZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB1AZH7rno {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqTp5rXnfT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqTp5rXnfT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqTp5rXnfT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uqTp5rXnfT .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #60b45c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uqTp5rXnfT .mbr-text {
  color: #000000;
}
.cid-tB85KfdIqc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-tB85KfdIqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85KfdIqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85KfdIqc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB737Xejsa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB737Xejsa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tB737Xejsa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tB737Xejsa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #60b45c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tB737Xejsa .mbr-text {
  color: #000000;
}
.cid-uqTsSt9nAS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uqTsSt9nAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTsSt9nAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTsSt9nAS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqTsP3mtLu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uqTsP3mtLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTsP3mtLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTsP3mtLu .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uqTsP3mtLu .mbr-section-title,
.cid-uqTsP3mtLu .mbr-section-subtitle {
  text-align: center;
}
.cid-uqTsP3mtLu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uqTsP3mtLu .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uqTsP3mtLu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uqTsP3mtLu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uqTsP3mtLu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqTsP3mtLu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uqTsP3mtLu .mbr-section-title {
  color: #1b1b1b;
}
.cid-uI3iuNhBSg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uI3iuNhBSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3iuNhBSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3iuNhBSg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPOHAOO1qi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPOHAOO1qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOHAOO1qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPOHAOO1qi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPOHAOO1qi .row {
  flex-direction: row-reverse;
}
.cid-tPOHAOO1qi img {
  width: 100%;
}
.cid-uqTotlnLE1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uqTotlnLE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTotlnLE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTotlnLE1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uqTotlnLE1 .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uqTotlnLE1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqTotlnLE1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uqTotlnLE1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uqTotlnLE1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uqTotlnLE1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqTotlnLE1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uqTotlnLE1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqTotlnLE1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uqTotlnLE1 .card-title {
  color: #000000;
}
.cid-tB88MG5MRU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-tB88MG5MRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB88MG5MRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB88MG5MRU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB78ZAKAzC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tB78ZAKAzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB78ZAKAzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB78ZAKAzC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tB78ZAKAzC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tB78ZAKAzC .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e81c1c;
}
.cid-tB78ZAKAzC .panel-body,
.cid-tB78ZAKAzC .card-header {
  padding: 1rem 0;
}
.cid-tB78ZAKAzC .panel-title-edit {
  color: #000000;
}
.cid-tB7b1ZT912 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB7b1ZT912 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7b1ZT912 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7b1ZT912 .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-tB7b1ZT912 .currentcost {
  color: #000000;
  text-align: left;
}
.cid-tB7b1ZT912 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 1rem;
  }
}
.cid-tB7b1ZT912 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB7b1ZT912 H5 {
  color: #000000;
  text-align: left;
}
.cid-tB7b1ZT912 .mbr-text,
.cid-tB7b1ZT912 .cost,
.cid-tB7b1ZT912 .mbr-section-btn {
  color: #ffffff;
}
.cid-tB7cKEntAa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tB7cKEntAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7cKEntAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7cKEntAa .mbr-section-title {
  color: #000000;
}
.cid-tB7fx06dWW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB7fx06dWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7fx06dWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tB7fx06dWW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB7fx06dWW .row {
  flex-direction: row-reverse;
}
.cid-tB7fx06dWW img {
  width: 100%;
}
.cid-uI3nTK4t9T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB7Yu884tX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-tB7Yu884tX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Yu884tX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Yu884tX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tB7Yu884tX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tB7Yu884tX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tB7Yu884tX .list {
  color: #ffffff;
}
.cid-tB7Zpny08V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-tB7Zpny08V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Zpny08V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Zpny08V .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tB7Zpny08V .mbr-section-title {
  color: #ffffff;
}
.cid-uVKM4tXFDi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKM4tXFDi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKM4tXFDi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKM4tXFDi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKM4tXFDi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKM4tXFDi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKM4tXFDi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKM4tXFDi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKM4tXFDi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKM4tXFDi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKM4tXFDi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKM4tXFDi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tBuMPzdHFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuMPzdHFY .mbr-section-title {
  text-align: center;
}
.cid-uVKM4tXFDi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKM4tXFDi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKM4tXFDi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKM4tXFDi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKM4tXFDi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKM4tXFDi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKM4tXFDi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKM4tXFDi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKM4tXFDi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKM4tXFDi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKM4tXFDi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKM4tXFDi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tBuMj9hDkk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuMj9hDkk .mbr-section-title {
  text-align: center;
}
.cid-uVKM4tXFDi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKM4tXFDi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKM4tXFDi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKM4tXFDi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKM4tXFDi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKM4tXFDi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKM4tXFDi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKM4tXFDi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKM4tXFDi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKM4tXFDi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKM4tXFDi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKM4tXFDi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tBuOj1XZ1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuOj1XZ1f .mbr-section-title {
  text-align: center;
}
.cid-uVKM4tXFDi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKM4tXFDi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKM4tXFDi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKM4tXFDi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKM4tXFDi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKM4tXFDi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKM4tXFDi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKM4tXFDi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKM4tXFDi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKM4tXFDi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKM4tXFDi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKM4tXFDi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKM4tXFDi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKOuFOUe6 {
  z-index: 1000;
  width: 100%;
}
.cid-uVKOuFOUe6 nav.navbar {
  position: fixed;
}
.cid-uVKOuFOUe6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKOuFOUe6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKOuFOUe6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKOuFOUe6 .dropdown-item:hover,
.cid-uVKOuFOUe6 .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKOuFOUe6 .dropdown-item:hover span {
  color: white;
}
.cid-uVKOuFOUe6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKOuFOUe6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKOuFOUe6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKOuFOUe6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKOuFOUe6 .nav-link {
  position: relative;
}
.cid-uVKOuFOUe6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKOuFOUe6 .container {
    flex-wrap: wrap;
  }
}
.cid-uVKOuFOUe6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKOuFOUe6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKOuFOUe6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKOuFOUe6 .dropdown-menu,
.cid-uVKOuFOUe6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKOuFOUe6 .nav-item:focus,
.cid-uVKOuFOUe6 .nav-link:focus {
  outline: none;
}
.cid-uVKOuFOUe6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKOuFOUe6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKOuFOUe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKOuFOUe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKOuFOUe6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKOuFOUe6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKOuFOUe6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKOuFOUe6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKOuFOUe6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKOuFOUe6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKOuFOUe6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKOuFOUe6 .navbar.collapsed {
  justify-content: center;
}
.cid-uVKOuFOUe6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKOuFOUe6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKOuFOUe6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKOuFOUe6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKOuFOUe6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKOuFOUe6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKOuFOUe6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKOuFOUe6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKOuFOUe6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKOuFOUe6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKOuFOUe6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKOuFOUe6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKOuFOUe6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKOuFOUe6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKOuFOUe6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKOuFOUe6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKOuFOUe6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKOuFOUe6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKOuFOUe6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKOuFOUe6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKOuFOUe6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKOuFOUe6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKOuFOUe6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKOuFOUe6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKOuFOUe6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKOuFOUe6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKOuFOUe6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKOuFOUe6 .dropdown-item.active,
.cid-uVKOuFOUe6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKOuFOUe6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKOuFOUe6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKOuFOUe6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKOuFOUe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKOuFOUe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKOuFOUe6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKOuFOUe6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKOuFOUe6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKOuFOUe6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKOuFOUe6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKOuFOUe6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKOuFOUe6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKOuFOUe6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKOuFOUe6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKOuFOUe6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKOuFOUe6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKOuFOUe6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKOuFOUe6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKOuFOUe6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKOuFOUe6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKOuFOUe6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKOuFOUe6 .navbar {
    height: 70px;
  }
  .cid-uVKOuFOUe6 .navbar.opened {
    height: auto;
  }
  .cid-uVKOuFOUe6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKOuGB1Yt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKOuGB1Yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKOuGB1Yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKOuGB1Yt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKOuHqbZ2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKOuHqbZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKOuHqbZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKOuHqbZ2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKOuICk4N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKOuJzQpY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKOuJzQpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKOuJzQpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKOuJzQpY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKOuJN74C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKOuJN74C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKOuJN74C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKOuJN74C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKOuJN74C .row {
  flex-direction: row-reverse;
}
.cid-uVKOuJN74C img {
  width: 100%;
}
.cid-uVKOuMuTx3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKOuMuTx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKOuMuTx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKOuMuTx3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKOuMuTx3 .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKOuMuTx3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKOuMuTx3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKOuMuTx3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKOuMuTx3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKOuMuTx3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKOuMuTx3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKOuMuTx3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKOuMuTx3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKOuMuTx3 .card-title {
  color: #000000;
}
.cid-uVKPRwJw1R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKPRwJw1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKPRwJw1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKPRwJw1R .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKPRwJw1R .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKPRwJw1R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKPRwJw1R .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKPRwJw1R .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKPRwJw1R .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKPRwJw1R .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKPRwJw1R .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKPRwJw1R .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKPRwJw1R .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKOuQdQaW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKOuQdQaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKOuQdQaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKOuQdQaW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKOuQdQaW .mbr-section-title {
  color: #ffffff;
}
.cid-uVKOuQwToW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKOuQwToW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKOuQwToW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKOuQwToW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKOuQwToW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKOuQwToW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKOuQwToW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKOuQwToW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKOuQwToW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKOuQwToW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKOuQwToW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKOuQwToW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKOuQwToW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKOuQwToW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKOuQwToW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKRPReHcN {
  z-index: 1000;
  width: 100%;
}
.cid-uVKRPReHcN nav.navbar {
  position: fixed;
}
.cid-uVKRPReHcN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKRPReHcN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKRPReHcN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKRPReHcN .dropdown-item:hover,
.cid-uVKRPReHcN .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKRPReHcN .dropdown-item:hover span {
  color: white;
}
.cid-uVKRPReHcN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKRPReHcN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKRPReHcN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKRPReHcN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKRPReHcN .nav-link {
  position: relative;
}
.cid-uVKRPReHcN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKRPReHcN .container {
    flex-wrap: wrap;
  }
}
.cid-uVKRPReHcN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKRPReHcN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKRPReHcN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKRPReHcN .dropdown-menu,
.cid-uVKRPReHcN .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKRPReHcN .nav-item:focus,
.cid-uVKRPReHcN .nav-link:focus {
  outline: none;
}
.cid-uVKRPReHcN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKRPReHcN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKRPReHcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKRPReHcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKRPReHcN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKRPReHcN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKRPReHcN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKRPReHcN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKRPReHcN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKRPReHcN .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKRPReHcN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKRPReHcN .navbar.collapsed {
  justify-content: center;
}
.cid-uVKRPReHcN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKRPReHcN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKRPReHcN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKRPReHcN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKRPReHcN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKRPReHcN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKRPReHcN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKRPReHcN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKRPReHcN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKRPReHcN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKRPReHcN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKRPReHcN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKRPReHcN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKRPReHcN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKRPReHcN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKRPReHcN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKRPReHcN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKRPReHcN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKRPReHcN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKRPReHcN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKRPReHcN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKRPReHcN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKRPReHcN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKRPReHcN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKRPReHcN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKRPReHcN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKRPReHcN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKRPReHcN .dropdown-item.active,
.cid-uVKRPReHcN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKRPReHcN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKRPReHcN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKRPReHcN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKRPReHcN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKRPReHcN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKRPReHcN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKRPReHcN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKRPReHcN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKRPReHcN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKRPReHcN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKRPReHcN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKRPReHcN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKRPReHcN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKRPReHcN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKRPReHcN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKRPReHcN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKRPReHcN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKRPReHcN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKRPReHcN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKRPReHcN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKRPReHcN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKRPReHcN .navbar {
    height: 70px;
  }
  .cid-uVKRPReHcN .navbar.opened {
    height: auto;
  }
  .cid-uVKRPReHcN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKRPRImcj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKRPRImcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKRPRImcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKRPRImcj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKRPSaMc0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKRPSaMc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKRPSaMc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKRPSaMc0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKRPSzuhB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKRPSIghw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKRPSIghw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKRPSIghw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKRPSIghw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKRPSVdiJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKRPSVdiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKRPSVdiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKRPSVdiJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKRPSVdiJ .row {
  flex-direction: row-reverse;
}
.cid-uVKRPSVdiJ img {
  width: 100%;
}
.cid-uVKRPT9F32 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKRPT9F32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKRPT9F32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKRPT9F32 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKRPT9F32 .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKRPT9F32 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKRPT9F32 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKRPT9F32 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKRPT9F32 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKRPT9F32 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKRPT9F32 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKRPT9F32 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKRPT9F32 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKRPT9F32 .card-title {
  color: #000000;
}
.cid-uVKRPTEuM1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKRPTEuM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKRPTEuM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKRPTEuM1 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKRPTEuM1 .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKRPTEuM1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKRPTEuM1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKRPTEuM1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKRPTEuM1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKRPTEuM1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKRPTEuM1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKRPTEuM1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKRPTEuM1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKRPTU1av {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKRPTU1av .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKRPTU1av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKRPTU1av .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKRPTU1av .mbr-section-title {
  color: #ffffff;
}
.cid-uVKRPU9wKj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKRPU9wKj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKRPU9wKj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKRPU9wKj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKRPU9wKj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKRPU9wKj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKRPU9wKj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKRPU9wKj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKRPU9wKj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKRPU9wKj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKRPU9wKj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKRPU9wKj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKRPU9wKj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKRPU9wKj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKRPU9wKj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKSd6vCJP {
  z-index: 1000;
  width: 100%;
}
.cid-uVKSd6vCJP nav.navbar {
  position: fixed;
}
.cid-uVKSd6vCJP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKSd6vCJP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKSd6vCJP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKSd6vCJP .dropdown-item:hover,
.cid-uVKSd6vCJP .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKSd6vCJP .dropdown-item:hover span {
  color: white;
}
.cid-uVKSd6vCJP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKSd6vCJP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKSd6vCJP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKSd6vCJP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKSd6vCJP .nav-link {
  position: relative;
}
.cid-uVKSd6vCJP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKSd6vCJP .container {
    flex-wrap: wrap;
  }
}
.cid-uVKSd6vCJP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKSd6vCJP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKSd6vCJP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKSd6vCJP .dropdown-menu,
.cid-uVKSd6vCJP .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKSd6vCJP .nav-item:focus,
.cid-uVKSd6vCJP .nav-link:focus {
  outline: none;
}
.cid-uVKSd6vCJP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKSd6vCJP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKSd6vCJP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKSd6vCJP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKSd6vCJP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKSd6vCJP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKSd6vCJP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKSd6vCJP .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKSd6vCJP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKSd6vCJP .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKSd6vCJP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKSd6vCJP .navbar.collapsed {
  justify-content: center;
}
.cid-uVKSd6vCJP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKSd6vCJP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKSd6vCJP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKSd6vCJP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKSd6vCJP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKSd6vCJP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKSd6vCJP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKSd6vCJP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKSd6vCJP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKSd6vCJP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKSd6vCJP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKSd6vCJP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKSd6vCJP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKSd6vCJP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKSd6vCJP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKSd6vCJP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKSd6vCJP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKSd6vCJP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKSd6vCJP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKSd6vCJP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKSd6vCJP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKSd6vCJP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKSd6vCJP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKSd6vCJP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKSd6vCJP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKSd6vCJP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKSd6vCJP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKSd6vCJP .dropdown-item.active,
.cid-uVKSd6vCJP .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKSd6vCJP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKSd6vCJP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKSd6vCJP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKSd6vCJP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKSd6vCJP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKSd6vCJP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKSd6vCJP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKSd6vCJP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKSd6vCJP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKSd6vCJP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKSd6vCJP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKSd6vCJP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKSd6vCJP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKSd6vCJP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKSd6vCJP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKSd6vCJP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKSd6vCJP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKSd6vCJP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKSd6vCJP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKSd6vCJP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKSd6vCJP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKSd6vCJP .navbar {
    height: 70px;
  }
  .cid-uVKSd6vCJP .navbar.opened {
    height: auto;
  }
  .cid-uVKSd6vCJP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKSd6VZ6S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSd6VZ6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSd6VZ6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSd6VZ6S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSd7eNg2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSd7eNg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSd7eNg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSd7eNg2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSd7tA36 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKSd7Ellt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKSd7Ellt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSd7Ellt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSd7Ellt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSd85dG3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKSd85dG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSd85dG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKSd85dG3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKSd85dG3 .row {
  flex-direction: row-reverse;
}
.cid-uVKSd85dG3 img {
  width: 100%;
}
.cid-uVKSd8iYm9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKSd8iYm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSd8iYm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSd8iYm9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKSd8iYm9 .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKSd8iYm9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKSd8iYm9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKSd8iYm9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKSd8iYm9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKSd8iYm9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKSd8iYm9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKSd8iYm9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKSd8iYm9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKSd8iYm9 .card-title {
  color: #000000;
}
.cid-uVKSd8LMrR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKSd8LMrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSd8LMrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSd8LMrR .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKSd8LMrR .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKSd8LMrR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKSd8LMrR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKSd8LMrR .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKSd8LMrR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKSd8LMrR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKSd8LMrR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKSd8LMrR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKSd8LMrR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKSd92VLC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSd92VLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSd92VLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSd92VLC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKSd92VLC .mbr-section-title {
  color: #ffffff;
}
.cid-uVKSd9fv4L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKSd9fv4L .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKSd9fv4L .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKSd9fv4L .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKSd9fv4L .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKSd9fv4L .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKSd9fv4L .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKSd9fv4L .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKSd9fv4L .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKSd9fv4L .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKSd9fv4L .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKSd9fv4L .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKSd9fv4L .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKSd9fv4L .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKSd9fv4L .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKSGJqVLn {
  z-index: 1000;
  width: 100%;
}
.cid-uVKSGJqVLn nav.navbar {
  position: fixed;
}
.cid-uVKSGJqVLn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKSGJqVLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKSGJqVLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKSGJqVLn .dropdown-item:hover,
.cid-uVKSGJqVLn .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKSGJqVLn .dropdown-item:hover span {
  color: white;
}
.cid-uVKSGJqVLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKSGJqVLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKSGJqVLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKSGJqVLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKSGJqVLn .nav-link {
  position: relative;
}
.cid-uVKSGJqVLn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKSGJqVLn .container {
    flex-wrap: wrap;
  }
}
.cid-uVKSGJqVLn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKSGJqVLn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKSGJqVLn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKSGJqVLn .dropdown-menu,
.cid-uVKSGJqVLn .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKSGJqVLn .nav-item:focus,
.cid-uVKSGJqVLn .nav-link:focus {
  outline: none;
}
.cid-uVKSGJqVLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKSGJqVLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKSGJqVLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKSGJqVLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKSGJqVLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKSGJqVLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKSGJqVLn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKSGJqVLn .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKSGJqVLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKSGJqVLn .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKSGJqVLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKSGJqVLn .navbar.collapsed {
  justify-content: center;
}
.cid-uVKSGJqVLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKSGJqVLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKSGJqVLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKSGJqVLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKSGJqVLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKSGJqVLn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKSGJqVLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKSGJqVLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKSGJqVLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKSGJqVLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKSGJqVLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKSGJqVLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKSGJqVLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKSGJqVLn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKSGJqVLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKSGJqVLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKSGJqVLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKSGJqVLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKSGJqVLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKSGJqVLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKSGJqVLn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKSGJqVLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKSGJqVLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKSGJqVLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKSGJqVLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKSGJqVLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKSGJqVLn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKSGJqVLn .dropdown-item.active,
.cid-uVKSGJqVLn .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKSGJqVLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKSGJqVLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKSGJqVLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKSGJqVLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKSGJqVLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKSGJqVLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKSGJqVLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKSGJqVLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKSGJqVLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKSGJqVLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKSGJqVLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKSGJqVLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKSGJqVLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKSGJqVLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKSGJqVLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKSGJqVLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKSGJqVLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKSGJqVLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKSGJqVLn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKSGJqVLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKSGJqVLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKSGJqVLn .navbar {
    height: 70px;
  }
  .cid-uVKSGJqVLn .navbar.opened {
    height: auto;
  }
  .cid-uVKSGJqVLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKSGJV07i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSGJV07i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSGJV07i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSGJV07i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSGKcF8U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSGKcF8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSGKcF8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSGKcF8U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSGKrU9g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKSGKDlS4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKSGKDlS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSGKDlS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSGKDlS4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSGL3Top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKSGL3Top .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSGL3Top .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKSGL3Top .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKSGL3Top .row {
  flex-direction: row-reverse;
}
.cid-uVKSGL3Top img {
  width: 100%;
}
.cid-uVKSGLiCmL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKSGLiCmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSGLiCmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSGLiCmL .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKSGLiCmL .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKSGLiCmL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKSGLiCmL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKSGLiCmL .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKSGLiCmL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKSGLiCmL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKSGLiCmL .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKSGLiCmL .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKSGLiCmL .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKSGLiCmL .card-title {
  color: #000000;
}
.cid-uVKSGLMtns {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKSGLMtns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSGLMtns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSGLMtns .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKSGLMtns .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKSGLMtns .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKSGLMtns .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKSGLMtns .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKSGLMtns .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKSGLMtns .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKSGLMtns .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKSGLMtns .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKSGLMtns .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKSGM3Elh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSGM3Elh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSGM3Elh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSGM3Elh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKSGM3Elh .mbr-section-title {
  color: #ffffff;
}
.cid-uVKSGMfDPI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKSGMfDPI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKSGMfDPI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKSGMfDPI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKSGMfDPI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKSGMfDPI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKSGMfDPI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKSGMfDPI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKSGMfDPI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKSGMfDPI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKSGMfDPI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKSGMfDPI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKSGMfDPI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKSGMfDPI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKSGMfDPI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKSYZMaYP {
  z-index: 1000;
  width: 100%;
}
.cid-uVKSYZMaYP nav.navbar {
  position: fixed;
}
.cid-uVKSYZMaYP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKSYZMaYP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKSYZMaYP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKSYZMaYP .dropdown-item:hover,
.cid-uVKSYZMaYP .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKSYZMaYP .dropdown-item:hover span {
  color: white;
}
.cid-uVKSYZMaYP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKSYZMaYP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKSYZMaYP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKSYZMaYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKSYZMaYP .nav-link {
  position: relative;
}
.cid-uVKSYZMaYP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKSYZMaYP .container {
    flex-wrap: wrap;
  }
}
.cid-uVKSYZMaYP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKSYZMaYP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKSYZMaYP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKSYZMaYP .dropdown-menu,
.cid-uVKSYZMaYP .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKSYZMaYP .nav-item:focus,
.cid-uVKSYZMaYP .nav-link:focus {
  outline: none;
}
.cid-uVKSYZMaYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKSYZMaYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKSYZMaYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKSYZMaYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKSYZMaYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKSYZMaYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKSYZMaYP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKSYZMaYP .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKSYZMaYP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKSYZMaYP .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKSYZMaYP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKSYZMaYP .navbar.collapsed {
  justify-content: center;
}
.cid-uVKSYZMaYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKSYZMaYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKSYZMaYP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKSYZMaYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKSYZMaYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKSYZMaYP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKSYZMaYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKSYZMaYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKSYZMaYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKSYZMaYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKSYZMaYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKSYZMaYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKSYZMaYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKSYZMaYP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKSYZMaYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKSYZMaYP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKSYZMaYP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKSYZMaYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKSYZMaYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKSYZMaYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKSYZMaYP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKSYZMaYP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKSYZMaYP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKSYZMaYP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKSYZMaYP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKSYZMaYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKSYZMaYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKSYZMaYP .dropdown-item.active,
.cid-uVKSYZMaYP .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKSYZMaYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKSYZMaYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKSYZMaYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKSYZMaYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKSYZMaYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKSYZMaYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKSYZMaYP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKSYZMaYP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKSYZMaYP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKSYZMaYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKSYZMaYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKSYZMaYP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKSYZMaYP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKSYZMaYP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKSYZMaYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKSYZMaYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKSYZMaYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKSYZMaYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKSYZMaYP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKSYZMaYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKSYZMaYP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKSYZMaYP .navbar {
    height: 70px;
  }
  .cid-uVKSYZMaYP .navbar.opened {
    height: auto;
  }
  .cid-uVKSYZMaYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKSZ0dKuM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSZ0dKuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSZ0dKuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSZ0dKuM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSZ0uweA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSZ0uweA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSZ0uweA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSZ0uweA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSZ0ITFk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKSZ0Wb2C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKSZ0Wb2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSZ0Wb2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSZ0Wb2C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKSZ1kviA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKSZ1kviA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSZ1kviA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKSZ1kviA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKSZ1kviA .row {
  flex-direction: row-reverse;
}
.cid-uVKSZ1kviA img {
  width: 100%;
}
.cid-uVKSZ1yBNF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKSZ1yBNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSZ1yBNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSZ1yBNF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKSZ1yBNF .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKSZ1yBNF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKSZ1yBNF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKSZ1yBNF .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKSZ1yBNF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKSZ1yBNF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKSZ1yBNF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKSZ1yBNF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKSZ1yBNF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKSZ1yBNF .card-title {
  color: #000000;
}
.cid-uVKSZ1ZMf1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKSZ1ZMf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSZ1ZMf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSZ1ZMf1 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKSZ1ZMf1 .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKSZ1ZMf1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKSZ1ZMf1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKSZ1ZMf1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKSZ1ZMf1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKSZ1ZMf1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKSZ1ZMf1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKSZ1ZMf1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKSZ1ZMf1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKSZ2g9bB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKSZ2g9bB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKSZ2g9bB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKSZ2g9bB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKSZ2g9bB .mbr-section-title {
  color: #ffffff;
}
.cid-uVKSZ2uR5m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKSZ2uR5m .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKSZ2uR5m .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKSZ2uR5m .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKSZ2uR5m .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKSZ2uR5m .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKSZ2uR5m .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKSZ2uR5m .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKSZ2uR5m .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKSZ2uR5m .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKSZ2uR5m .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKSZ2uR5m .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKSZ2uR5m .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKSZ2uR5m .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKSZ2uR5m .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKThwpk31 {
  z-index: 1000;
  width: 100%;
}
.cid-uVKThwpk31 nav.navbar {
  position: fixed;
}
.cid-uVKThwpk31 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKThwpk31 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKThwpk31 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKThwpk31 .dropdown-item:hover,
.cid-uVKThwpk31 .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKThwpk31 .dropdown-item:hover span {
  color: white;
}
.cid-uVKThwpk31 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKThwpk31 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKThwpk31 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKThwpk31 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKThwpk31 .nav-link {
  position: relative;
}
.cid-uVKThwpk31 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKThwpk31 .container {
    flex-wrap: wrap;
  }
}
.cid-uVKThwpk31 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKThwpk31 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKThwpk31 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKThwpk31 .dropdown-menu,
.cid-uVKThwpk31 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKThwpk31 .nav-item:focus,
.cid-uVKThwpk31 .nav-link:focus {
  outline: none;
}
.cid-uVKThwpk31 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKThwpk31 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKThwpk31 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKThwpk31 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKThwpk31 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKThwpk31 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKThwpk31 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKThwpk31 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKThwpk31 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKThwpk31 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKThwpk31 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKThwpk31 .navbar.collapsed {
  justify-content: center;
}
.cid-uVKThwpk31 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKThwpk31 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKThwpk31 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKThwpk31 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKThwpk31 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKThwpk31 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKThwpk31 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKThwpk31 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKThwpk31 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKThwpk31 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKThwpk31 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKThwpk31 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKThwpk31 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKThwpk31 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKThwpk31 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKThwpk31 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKThwpk31 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKThwpk31 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKThwpk31 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKThwpk31 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKThwpk31 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKThwpk31 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKThwpk31 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKThwpk31 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKThwpk31 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKThwpk31 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKThwpk31 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKThwpk31 .dropdown-item.active,
.cid-uVKThwpk31 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKThwpk31 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKThwpk31 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKThwpk31 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKThwpk31 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKThwpk31 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKThwpk31 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKThwpk31 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKThwpk31 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKThwpk31 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKThwpk31 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKThwpk31 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKThwpk31 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKThwpk31 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKThwpk31 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKThwpk31 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKThwpk31 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKThwpk31 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKThwpk31 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKThwpk31 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKThwpk31 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKThwpk31 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKThwpk31 .navbar {
    height: 70px;
  }
  .cid-uVKThwpk31 .navbar.opened {
    height: auto;
  }
  .cid-uVKThwpk31 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKThwIONp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKThwIONp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKThwIONp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKThwIONp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKThwVToK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKThwVToK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKThwVToK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKThwVToK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKThxasv7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKThxjOI9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKThxjOI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKThxjOI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKThxjOI9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKThxvDX5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKThxvDX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKThxvDX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKThxvDX5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKThxvDX5 .row {
  flex-direction: row-reverse;
}
.cid-uVKThxvDX5 img {
  width: 100%;
}
.cid-uVKThxHjHn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKThxHjHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKThxHjHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKThxHjHn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKThxHjHn .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKThxHjHn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKThxHjHn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKThxHjHn .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKThxHjHn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKThxHjHn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKThxHjHn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKThxHjHn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKThxHjHn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKThxHjHn .card-title {
  color: #000000;
}
.cid-uVKThyaxHw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKThyaxHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKThyaxHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKThyaxHw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKThyaxHw .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKThyaxHw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKThyaxHw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKThyaxHw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKThyaxHw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKThyaxHw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKThyaxHw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKThyaxHw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKThyaxHw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKThytwCB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKThytwCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKThytwCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKThytwCB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKThytwCB .mbr-section-title {
  color: #ffffff;
}
.cid-uVKThyHDdm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKThyHDdm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKThyHDdm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKThyHDdm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKThyHDdm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKThyHDdm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKThyHDdm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKThyHDdm .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKThyHDdm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKThyHDdm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKThyHDdm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKThyHDdm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKThyHDdm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKThyHDdm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKThyHDdm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKTCjHfVL {
  z-index: 1000;
  width: 100%;
}
.cid-uVKTCjHfVL nav.navbar {
  position: fixed;
}
.cid-uVKTCjHfVL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKTCjHfVL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKTCjHfVL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKTCjHfVL .dropdown-item:hover,
.cid-uVKTCjHfVL .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKTCjHfVL .dropdown-item:hover span {
  color: white;
}
.cid-uVKTCjHfVL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKTCjHfVL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKTCjHfVL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKTCjHfVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKTCjHfVL .nav-link {
  position: relative;
}
.cid-uVKTCjHfVL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKTCjHfVL .container {
    flex-wrap: wrap;
  }
}
.cid-uVKTCjHfVL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKTCjHfVL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKTCjHfVL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKTCjHfVL .dropdown-menu,
.cid-uVKTCjHfVL .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKTCjHfVL .nav-item:focus,
.cid-uVKTCjHfVL .nav-link:focus {
  outline: none;
}
.cid-uVKTCjHfVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKTCjHfVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKTCjHfVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKTCjHfVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKTCjHfVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKTCjHfVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKTCjHfVL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKTCjHfVL .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKTCjHfVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKTCjHfVL .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKTCjHfVL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKTCjHfVL .navbar.collapsed {
  justify-content: center;
}
.cid-uVKTCjHfVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKTCjHfVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKTCjHfVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKTCjHfVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKTCjHfVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKTCjHfVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKTCjHfVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKTCjHfVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKTCjHfVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKTCjHfVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKTCjHfVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKTCjHfVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKTCjHfVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKTCjHfVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKTCjHfVL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKTCjHfVL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKTCjHfVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKTCjHfVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKTCjHfVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKTCjHfVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKTCjHfVL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKTCjHfVL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKTCjHfVL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKTCjHfVL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKTCjHfVL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKTCjHfVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKTCjHfVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKTCjHfVL .dropdown-item.active,
.cid-uVKTCjHfVL .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKTCjHfVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKTCjHfVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKTCjHfVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKTCjHfVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKTCjHfVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKTCjHfVL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKTCjHfVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKTCjHfVL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKTCjHfVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKTCjHfVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKTCjHfVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKTCjHfVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKTCjHfVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKTCjHfVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKTCjHfVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKTCjHfVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKTCjHfVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKTCjHfVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKTCjHfVL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKTCjHfVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKTCjHfVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKTCjHfVL .navbar {
    height: 70px;
  }
  .cid-uVKTCjHfVL .navbar.opened {
    height: auto;
  }
  .cid-uVKTCjHfVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKTCk13wN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKTCk13wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTCk13wN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKTCk13wN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKTCkh6Mp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKTCkh6Mp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTCkh6Mp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKTCkh6Mp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKTCkvMib {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKTCkFXyw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKTCkFXyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTCkFXyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKTCkFXyw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKTCkUhbj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKTCkUhbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTCkUhbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKTCkUhbj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKTCkUhbj .row {
  flex-direction: row-reverse;
}
.cid-uVKTCkUhbj img {
  width: 100%;
}
.cid-uVKTCl7Kpo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKTCl7Kpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTCl7Kpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKTCl7Kpo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKTCl7Kpo .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKTCl7Kpo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKTCl7Kpo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKTCl7Kpo .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKTCl7Kpo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKTCl7Kpo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKTCl7Kpo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKTCl7Kpo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKTCl7Kpo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKTCl7Kpo .card-title {
  color: #000000;
}
.cid-uVKTClBWGy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKTClBWGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTClBWGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKTClBWGy .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKTClBWGy .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKTClBWGy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKTClBWGy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKTClBWGy .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKTClBWGy .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKTClBWGy .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKTClBWGy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKTClBWGy .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKTClBWGy .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKTClUukz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKTClUukz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTClUukz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKTClUukz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKTClUukz .mbr-section-title {
  color: #ffffff;
}
.cid-uVKTCm7FR9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKTCm7FR9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKTCm7FR9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKTCm7FR9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKTCm7FR9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKTCm7FR9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKTCm7FR9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKTCm7FR9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKTCm7FR9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKTCm7FR9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKTCm7FR9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKTCm7FR9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKTCm7FR9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKTCm7FR9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKTCm7FR9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKU79qkux {
  z-index: 1000;
  width: 100%;
}
.cid-uVKU79qkux nav.navbar {
  position: fixed;
}
.cid-uVKU79qkux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKU79qkux .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKU79qkux .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKU79qkux .dropdown-item:hover,
.cid-uVKU79qkux .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKU79qkux .dropdown-item:hover span {
  color: white;
}
.cid-uVKU79qkux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKU79qkux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKU79qkux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKU79qkux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKU79qkux .nav-link {
  position: relative;
}
.cid-uVKU79qkux .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKU79qkux .container {
    flex-wrap: wrap;
  }
}
.cid-uVKU79qkux .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKU79qkux .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKU79qkux .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKU79qkux .dropdown-menu,
.cid-uVKU79qkux .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKU79qkux .nav-item:focus,
.cid-uVKU79qkux .nav-link:focus {
  outline: none;
}
.cid-uVKU79qkux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKU79qkux .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKU79qkux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKU79qkux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKU79qkux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKU79qkux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKU79qkux .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKU79qkux .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKU79qkux .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKU79qkux .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKU79qkux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKU79qkux .navbar.collapsed {
  justify-content: center;
}
.cid-uVKU79qkux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKU79qkux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKU79qkux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKU79qkux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKU79qkux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKU79qkux .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKU79qkux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKU79qkux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKU79qkux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKU79qkux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKU79qkux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKU79qkux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKU79qkux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKU79qkux .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKU79qkux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKU79qkux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKU79qkux .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKU79qkux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKU79qkux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKU79qkux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKU79qkux .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKU79qkux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKU79qkux .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKU79qkux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKU79qkux .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKU79qkux .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKU79qkux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKU79qkux .dropdown-item.active,
.cid-uVKU79qkux .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKU79qkux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKU79qkux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKU79qkux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKU79qkux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKU79qkux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKU79qkux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKU79qkux ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKU79qkux .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKU79qkux button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKU79qkux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKU79qkux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKU79qkux button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKU79qkux button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKU79qkux button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKU79qkux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKU79qkux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKU79qkux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKU79qkux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKU79qkux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKU79qkux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKU79qkux .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKU79qkux .navbar {
    height: 70px;
  }
  .cid-uVKU79qkux .navbar.opened {
    height: auto;
  }
  .cid-uVKU79qkux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKU79JZg7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKU79JZg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKU79JZg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKU79JZg7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKU79ZaxU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKU79ZaxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKU79ZaxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKU79ZaxU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKU7acZ7y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKU7aku4r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKU7aku4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKU7aku4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKU7aku4r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKU7aw2KA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKU7aw2KA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKU7aw2KA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKU7aw2KA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKU7aw2KA .row {
  flex-direction: row-reverse;
}
.cid-uVKU7aw2KA img {
  width: 100%;
}
.cid-uVKU7aI0N4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKU7aI0N4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKU7aI0N4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKU7aI0N4 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKU7aI0N4 .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKU7aI0N4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKU7aI0N4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKU7aI0N4 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKU7aI0N4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKU7aI0N4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKU7aI0N4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKU7aI0N4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKU7aI0N4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKU7aI0N4 .card-title {
  color: #000000;
}
.cid-uVKU7bbf8l {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKU7bbf8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKU7bbf8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKU7bbf8l .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKU7bbf8l .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKU7bbf8l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKU7bbf8l .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKU7bbf8l .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKU7bbf8l .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKU7bbf8l .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKU7bbf8l .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKU7bbf8l .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKU7bbf8l .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKU7bvmma {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKU7bvmma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKU7bvmma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKU7bvmma .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKU7bvmma .mbr-section-title {
  color: #ffffff;
}
.cid-uVKU7bIB9U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKU7bIB9U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKU7bIB9U .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKU7bIB9U .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKU7bIB9U .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKU7bIB9U .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKU7bIB9U .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKU7bIB9U .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKU7bIB9U .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKU7bIB9U .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKU7bIB9U .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKU7bIB9U .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKU7bIB9U .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKU7bIB9U .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKU7bIB9U .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKUseqYtM {
  z-index: 1000;
  width: 100%;
}
.cid-uVKUseqYtM nav.navbar {
  position: fixed;
}
.cid-uVKUseqYtM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKUseqYtM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKUseqYtM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKUseqYtM .dropdown-item:hover,
.cid-uVKUseqYtM .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKUseqYtM .dropdown-item:hover span {
  color: white;
}
.cid-uVKUseqYtM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKUseqYtM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKUseqYtM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKUseqYtM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKUseqYtM .nav-link {
  position: relative;
}
.cid-uVKUseqYtM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKUseqYtM .container {
    flex-wrap: wrap;
  }
}
.cid-uVKUseqYtM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKUseqYtM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKUseqYtM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKUseqYtM .dropdown-menu,
.cid-uVKUseqYtM .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKUseqYtM .nav-item:focus,
.cid-uVKUseqYtM .nav-link:focus {
  outline: none;
}
.cid-uVKUseqYtM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKUseqYtM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKUseqYtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKUseqYtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKUseqYtM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKUseqYtM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKUseqYtM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKUseqYtM .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKUseqYtM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKUseqYtM .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKUseqYtM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKUseqYtM .navbar.collapsed {
  justify-content: center;
}
.cid-uVKUseqYtM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKUseqYtM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKUseqYtM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKUseqYtM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKUseqYtM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKUseqYtM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKUseqYtM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKUseqYtM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKUseqYtM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKUseqYtM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKUseqYtM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKUseqYtM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKUseqYtM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKUseqYtM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKUseqYtM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKUseqYtM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKUseqYtM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKUseqYtM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKUseqYtM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKUseqYtM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKUseqYtM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKUseqYtM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKUseqYtM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKUseqYtM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKUseqYtM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKUseqYtM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKUseqYtM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKUseqYtM .dropdown-item.active,
.cid-uVKUseqYtM .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKUseqYtM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKUseqYtM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKUseqYtM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKUseqYtM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKUseqYtM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKUseqYtM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKUseqYtM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKUseqYtM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKUseqYtM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKUseqYtM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKUseqYtM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKUseqYtM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKUseqYtM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKUseqYtM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKUseqYtM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKUseqYtM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKUseqYtM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKUseqYtM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKUseqYtM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKUseqYtM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKUseqYtM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKUseqYtM .navbar {
    height: 70px;
  }
  .cid-uVKUseqYtM .navbar.opened {
    height: auto;
  }
  .cid-uVKUseqYtM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKUseLQ5e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKUseLQ5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUseLQ5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUseLQ5e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKUseZxnm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKUseZxnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUseZxnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUseZxnm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKUsfcjxk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKUsfl8TJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKUsfl8TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUsfl8TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUsfl8TJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKUsfwYeI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKUsfwYeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUsfwYeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKUsfwYeI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKUsfwYeI .row {
  flex-direction: row-reverse;
}
.cid-uVKUsfwYeI img {
  width: 100%;
}
.cid-uVKUsfJk6p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKUsfJk6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUsfJk6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUsfJk6p .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKUsfJk6p .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKUsfJk6p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKUsfJk6p .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKUsfJk6p .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKUsfJk6p .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKUsfJk6p .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKUsfJk6p .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKUsfJk6p .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKUsfJk6p .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKUsfJk6p .card-title {
  color: #000000;
}
.cid-uVKUsgfbDC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKUsgfbDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUsgfbDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUsgfbDC .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKUsgfbDC .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKUsgfbDC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKUsgfbDC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKUsgfbDC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKUsgfbDC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKUsgfbDC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKUsgfbDC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKUsgfbDC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKUsgfbDC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKUsgwWoD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKUsgwWoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUsgwWoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUsgwWoD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKUsgwWoD .mbr-section-title {
  color: #ffffff;
}
.cid-uVKUsgJnvS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKUsgJnvS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKUsgJnvS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKUsgJnvS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKUsgJnvS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKUsgJnvS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKUsgJnvS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKUsgJnvS .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKUsgJnvS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKUsgJnvS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKUsgJnvS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKUsgJnvS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKUsgJnvS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKUsgJnvS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKUsgJnvS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKUK7OKy1 {
  z-index: 1000;
  width: 100%;
}
.cid-uVKUK7OKy1 nav.navbar {
  position: fixed;
}
.cid-uVKUK7OKy1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKUK7OKy1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKUK7OKy1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKUK7OKy1 .dropdown-item:hover,
.cid-uVKUK7OKy1 .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKUK7OKy1 .dropdown-item:hover span {
  color: white;
}
.cid-uVKUK7OKy1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKUK7OKy1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKUK7OKy1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKUK7OKy1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKUK7OKy1 .nav-link {
  position: relative;
}
.cid-uVKUK7OKy1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKUK7OKy1 .container {
    flex-wrap: wrap;
  }
}
.cid-uVKUK7OKy1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKUK7OKy1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKUK7OKy1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKUK7OKy1 .dropdown-menu,
.cid-uVKUK7OKy1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKUK7OKy1 .nav-item:focus,
.cid-uVKUK7OKy1 .nav-link:focus {
  outline: none;
}
.cid-uVKUK7OKy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKUK7OKy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKUK7OKy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKUK7OKy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKUK7OKy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKUK7OKy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKUK7OKy1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKUK7OKy1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKUK7OKy1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKUK7OKy1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKUK7OKy1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKUK7OKy1 .navbar.collapsed {
  justify-content: center;
}
.cid-uVKUK7OKy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKUK7OKy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKUK7OKy1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKUK7OKy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKUK7OKy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKUK7OKy1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKUK7OKy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKUK7OKy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKUK7OKy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKUK7OKy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKUK7OKy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKUK7OKy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKUK7OKy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKUK7OKy1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKUK7OKy1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKUK7OKy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKUK7OKy1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKUK7OKy1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKUK7OKy1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKUK7OKy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKUK7OKy1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKUK7OKy1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKUK7OKy1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKUK7OKy1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKUK7OKy1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKUK7OKy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKUK7OKy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKUK7OKy1 .dropdown-item.active,
.cid-uVKUK7OKy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKUK7OKy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKUK7OKy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKUK7OKy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKUK7OKy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKUK7OKy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKUK7OKy1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKUK7OKy1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKUK7OKy1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKUK7OKy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKUK7OKy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKUK7OKy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKUK7OKy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKUK7OKy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKUK7OKy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKUK7OKy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKUK7OKy1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKUK7OKy1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKUK7OKy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKUK7OKy1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKUK7OKy1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKUK7OKy1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKUK7OKy1 .navbar {
    height: 70px;
  }
  .cid-uVKUK7OKy1 .navbar.opened {
    height: auto;
  }
  .cid-uVKUK7OKy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKUK88rsK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKUK88rsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUK88rsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUK88rsK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKUK8mKlw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKUK8mKlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUK8mKlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUK8mKlw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKUK8zmzt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKUK8HdhM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKUK8HdhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUK8HdhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUK8HdhM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKUK8T5eb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKUK8T5eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUK8T5eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKUK8T5eb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKUK8T5eb .row {
  flex-direction: row-reverse;
}
.cid-uVKUK8T5eb img {
  width: 100%;
}
.cid-uVKUK96rSa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKUK96rSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUK96rSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUK96rSa .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKUK96rSa .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKUK96rSa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKUK96rSa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKUK96rSa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKUK96rSa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKUK96rSa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKUK96rSa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKUK96rSa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKUK96rSa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKUK96rSa .card-title {
  color: #000000;
}
.cid-uVKUK9Ihas {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKUK9Ihas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUK9Ihas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUK9Ihas .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKUK9Ihas .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKUK9Ihas .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKUK9Ihas .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKUK9Ihas .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKUK9Ihas .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKUK9Ihas .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKUK9Ihas .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKUK9Ihas .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKUK9Ihas .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKUK9ZCh2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKUK9ZCh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKUK9ZCh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKUK9ZCh2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKUK9ZCh2 .mbr-section-title {
  color: #ffffff;
}
.cid-uVKUKadiBj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKUKadiBj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKUKadiBj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKUKadiBj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKUKadiBj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKUKadiBj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKUKadiBj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKUKadiBj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKUKadiBj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKUKadiBj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKUKadiBj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKUKadiBj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKUKadiBj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKUKadiBj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKUKadiBj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKWsoRGv2 {
  z-index: 1000;
  width: 100%;
}
.cid-uVKWsoRGv2 nav.navbar {
  position: fixed;
}
.cid-uVKWsoRGv2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKWsoRGv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKWsoRGv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKWsoRGv2 .dropdown-item:hover,
.cid-uVKWsoRGv2 .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKWsoRGv2 .dropdown-item:hover span {
  color: white;
}
.cid-uVKWsoRGv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKWsoRGv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKWsoRGv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKWsoRGv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKWsoRGv2 .nav-link {
  position: relative;
}
.cid-uVKWsoRGv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKWsoRGv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uVKWsoRGv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKWsoRGv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKWsoRGv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKWsoRGv2 .dropdown-menu,
.cid-uVKWsoRGv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKWsoRGv2 .nav-item:focus,
.cid-uVKWsoRGv2 .nav-link:focus {
  outline: none;
}
.cid-uVKWsoRGv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKWsoRGv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKWsoRGv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKWsoRGv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKWsoRGv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKWsoRGv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKWsoRGv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKWsoRGv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKWsoRGv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKWsoRGv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKWsoRGv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKWsoRGv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uVKWsoRGv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKWsoRGv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKWsoRGv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKWsoRGv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKWsoRGv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKWsoRGv2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKWsoRGv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKWsoRGv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKWsoRGv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKWsoRGv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKWsoRGv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKWsoRGv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKWsoRGv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKWsoRGv2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKWsoRGv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKWsoRGv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKWsoRGv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKWsoRGv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKWsoRGv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKWsoRGv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKWsoRGv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKWsoRGv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKWsoRGv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKWsoRGv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKWsoRGv2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKWsoRGv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKWsoRGv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKWsoRGv2 .dropdown-item.active,
.cid-uVKWsoRGv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKWsoRGv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKWsoRGv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKWsoRGv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKWsoRGv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKWsoRGv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKWsoRGv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKWsoRGv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKWsoRGv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKWsoRGv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKWsoRGv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKWsoRGv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKWsoRGv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKWsoRGv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKWsoRGv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKWsoRGv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKWsoRGv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKWsoRGv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKWsoRGv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKWsoRGv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKWsoRGv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKWsoRGv2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKWsoRGv2 .navbar {
    height: 70px;
  }
  .cid-uVKWsoRGv2 .navbar.opened {
    height: auto;
  }
  .cid-uVKWsoRGv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKWsp9jf0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKWsp9jf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWsp9jf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWsp9jf0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKWspoYAr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKWspoYAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWspoYAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWspoYAr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKWspB4Ku {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKWspKGkN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKWspKGkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWspKGkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWspKGkN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKWspVJ9c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKWspVJ9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWspVJ9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKWspVJ9c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKWspVJ9c .row {
  flex-direction: row-reverse;
}
.cid-uVKWspVJ9c img {
  width: 100%;
}
.cid-uVKWsq7Tyh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKWsq7Tyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWsq7Tyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWsq7Tyh .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKWsq7Tyh .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKWsq7Tyh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKWsq7Tyh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKWsq7Tyh .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKWsq7Tyh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKWsq7Tyh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKWsq7Tyh .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKWsq7Tyh .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKWsq7Tyh .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKWsq7Tyh .card-title {
  color: #000000;
}
.cid-uVKWsqDUCp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKWsqDUCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWsqDUCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWsqDUCp .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKWsqDUCp .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKWsqDUCp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKWsqDUCp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKWsqDUCp .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKWsqDUCp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKWsqDUCp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKWsqDUCp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKWsqDUCp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKWsqDUCp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKWsqUoks {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKWsqUoks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWsqUoks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWsqUoks .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKWsqUoks .mbr-section-title {
  color: #ffffff;
}
.cid-uVKWsr79FK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKWsr79FK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKWsr79FK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKWsr79FK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKWsr79FK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKWsr79FK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKWsr79FK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKWsr79FK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKWsr79FK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKWsr79FK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKWsr79FK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKWsr79FK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKWsr79FK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKWsr79FK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKWsr79FK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKWV0n3r5 {
  z-index: 1000;
  width: 100%;
}
.cid-uVKWV0n3r5 nav.navbar {
  position: fixed;
}
.cid-uVKWV0n3r5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKWV0n3r5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKWV0n3r5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKWV0n3r5 .dropdown-item:hover,
.cid-uVKWV0n3r5 .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKWV0n3r5 .dropdown-item:hover span {
  color: white;
}
.cid-uVKWV0n3r5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKWV0n3r5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKWV0n3r5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKWV0n3r5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKWV0n3r5 .nav-link {
  position: relative;
}
.cid-uVKWV0n3r5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKWV0n3r5 .container {
    flex-wrap: wrap;
  }
}
.cid-uVKWV0n3r5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKWV0n3r5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKWV0n3r5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKWV0n3r5 .dropdown-menu,
.cid-uVKWV0n3r5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKWV0n3r5 .nav-item:focus,
.cid-uVKWV0n3r5 .nav-link:focus {
  outline: none;
}
.cid-uVKWV0n3r5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKWV0n3r5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKWV0n3r5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKWV0n3r5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKWV0n3r5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKWV0n3r5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKWV0n3r5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKWV0n3r5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKWV0n3r5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKWV0n3r5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKWV0n3r5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKWV0n3r5 .navbar.collapsed {
  justify-content: center;
}
.cid-uVKWV0n3r5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKWV0n3r5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKWV0n3r5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKWV0n3r5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKWV0n3r5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKWV0n3r5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKWV0n3r5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKWV0n3r5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKWV0n3r5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKWV0n3r5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKWV0n3r5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKWV0n3r5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKWV0n3r5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKWV0n3r5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKWV0n3r5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKWV0n3r5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKWV0n3r5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKWV0n3r5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKWV0n3r5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKWV0n3r5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKWV0n3r5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKWV0n3r5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKWV0n3r5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKWV0n3r5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKWV0n3r5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKWV0n3r5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKWV0n3r5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKWV0n3r5 .dropdown-item.active,
.cid-uVKWV0n3r5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKWV0n3r5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKWV0n3r5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKWV0n3r5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKWV0n3r5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKWV0n3r5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKWV0n3r5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKWV0n3r5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKWV0n3r5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKWV0n3r5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKWV0n3r5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKWV0n3r5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKWV0n3r5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKWV0n3r5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKWV0n3r5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKWV0n3r5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKWV0n3r5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKWV0n3r5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKWV0n3r5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKWV0n3r5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKWV0n3r5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKWV0n3r5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKWV0n3r5 .navbar {
    height: 70px;
  }
  .cid-uVKWV0n3r5 .navbar.opened {
    height: auto;
  }
  .cid-uVKWV0n3r5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKWV0FhGv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKWV0FhGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWV0FhGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWV0FhGv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKWV0UqJw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKWV0UqJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWV0UqJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWV0UqJw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKWV17key {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKWV1gjxK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKWV1gjxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWV1gjxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWV1gjxK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKWV1sFre {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKWV1sFre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWV1sFre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKWV1sFre .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKWV1sFre .row {
  flex-direction: row-reverse;
}
.cid-uVKWV1sFre img {
  width: 100%;
}
.cid-uVKWV1EBUc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKWV1EBUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWV1EBUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWV1EBUc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKWV1EBUc .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKWV1EBUc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKWV1EBUc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKWV1EBUc .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKWV1EBUc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKWV1EBUc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKWV1EBUc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKWV1EBUc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKWV1EBUc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKWV1EBUc .card-title {
  color: #000000;
}
.cid-uVKWV2adx9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKWV2adx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWV2adx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWV2adx9 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKWV2adx9 .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKWV2adx9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKWV2adx9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKWV2adx9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKWV2adx9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKWV2adx9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKWV2adx9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKWV2adx9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKWV2adx9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKWV2sb5k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKWV2sb5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKWV2sb5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKWV2sb5k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKWV2sb5k .mbr-section-title {
  color: #ffffff;
}
.cid-uVKWV2GPud {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKWV2GPud .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKWV2GPud .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKWV2GPud .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKWV2GPud .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKWV2GPud .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKWV2GPud .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKWV2GPud .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKWV2GPud .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKWV2GPud .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKWV2GPud .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKWV2GPud .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKWV2GPud .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKWV2GPud .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKWV2GPud .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKXptbbcC {
  z-index: 1000;
  width: 100%;
}
.cid-uVKXptbbcC nav.navbar {
  position: fixed;
}
.cid-uVKXptbbcC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKXptbbcC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKXptbbcC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKXptbbcC .dropdown-item:hover,
.cid-uVKXptbbcC .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKXptbbcC .dropdown-item:hover span {
  color: white;
}
.cid-uVKXptbbcC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKXptbbcC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKXptbbcC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKXptbbcC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKXptbbcC .nav-link {
  position: relative;
}
.cid-uVKXptbbcC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKXptbbcC .container {
    flex-wrap: wrap;
  }
}
.cid-uVKXptbbcC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKXptbbcC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKXptbbcC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKXptbbcC .dropdown-menu,
.cid-uVKXptbbcC .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKXptbbcC .nav-item:focus,
.cid-uVKXptbbcC .nav-link:focus {
  outline: none;
}
.cid-uVKXptbbcC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKXptbbcC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKXptbbcC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKXptbbcC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKXptbbcC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKXptbbcC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKXptbbcC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKXptbbcC .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKXptbbcC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKXptbbcC .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKXptbbcC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKXptbbcC .navbar.collapsed {
  justify-content: center;
}
.cid-uVKXptbbcC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKXptbbcC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKXptbbcC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKXptbbcC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKXptbbcC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKXptbbcC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKXptbbcC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKXptbbcC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKXptbbcC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKXptbbcC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKXptbbcC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKXptbbcC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKXptbbcC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKXptbbcC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKXptbbcC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKXptbbcC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKXptbbcC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKXptbbcC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKXptbbcC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKXptbbcC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKXptbbcC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKXptbbcC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKXptbbcC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKXptbbcC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKXptbbcC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKXptbbcC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKXptbbcC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKXptbbcC .dropdown-item.active,
.cid-uVKXptbbcC .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKXptbbcC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKXptbbcC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKXptbbcC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKXptbbcC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKXptbbcC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKXptbbcC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKXptbbcC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKXptbbcC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKXptbbcC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKXptbbcC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKXptbbcC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKXptbbcC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKXptbbcC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKXptbbcC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKXptbbcC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKXptbbcC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKXptbbcC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKXptbbcC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKXptbbcC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKXptbbcC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKXptbbcC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKXptbbcC .navbar {
    height: 70px;
  }
  .cid-uVKXptbbcC .navbar.opened {
    height: auto;
  }
  .cid-uVKXptbbcC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKXpttmrn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKXpttmrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXpttmrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXpttmrn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKXptJLQx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKXptJLQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXptJLQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXptJLQx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKXptWmk4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKXpu59SL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKXpu59SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXpu59SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXpu59SL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKXpughKc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKXpughKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXpughKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKXpughKc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKXpughKc .row {
  flex-direction: row-reverse;
}
.cid-uVKXpughKc img {
  width: 100%;
}
.cid-uVKXpuvidU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKXpuvidU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXpuvidU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXpuvidU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKXpuvidU .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKXpuvidU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKXpuvidU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKXpuvidU .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKXpuvidU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKXpuvidU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKXpuvidU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKXpuvidU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKXpuvidU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKXpuvidU .card-title {
  color: #000000;
}
.cid-uVKXpuXYMv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKXpuXYMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXpuXYMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXpuXYMv .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKXpuXYMv .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKXpuXYMv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKXpuXYMv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKXpuXYMv .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKXpuXYMv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKXpuXYMv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKXpuXYMv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKXpuXYMv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKXpuXYMv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKXpveuXP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKXpveuXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXpveuXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXpveuXP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKXpveuXP .mbr-section-title {
  color: #ffffff;
}
.cid-uVKXpvr9Oz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKXpvr9Oz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKXpvr9Oz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKXpvr9Oz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKXpvr9Oz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKXpvr9Oz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKXpvr9Oz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKXpvr9Oz .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKXpvr9Oz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKXpvr9Oz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKXpvr9Oz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKXpvr9Oz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKXpvr9Oz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKXpvr9Oz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKXpvr9Oz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKXJ7u3Eq {
  z-index: 1000;
  width: 100%;
}
.cid-uVKXJ7u3Eq nav.navbar {
  position: fixed;
}
.cid-uVKXJ7u3Eq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKXJ7u3Eq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKXJ7u3Eq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKXJ7u3Eq .dropdown-item:hover,
.cid-uVKXJ7u3Eq .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKXJ7u3Eq .dropdown-item:hover span {
  color: white;
}
.cid-uVKXJ7u3Eq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKXJ7u3Eq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKXJ7u3Eq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKXJ7u3Eq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKXJ7u3Eq .nav-link {
  position: relative;
}
.cid-uVKXJ7u3Eq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKXJ7u3Eq .container {
    flex-wrap: wrap;
  }
}
.cid-uVKXJ7u3Eq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKXJ7u3Eq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKXJ7u3Eq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKXJ7u3Eq .dropdown-menu,
.cid-uVKXJ7u3Eq .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKXJ7u3Eq .nav-item:focus,
.cid-uVKXJ7u3Eq .nav-link:focus {
  outline: none;
}
.cid-uVKXJ7u3Eq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKXJ7u3Eq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKXJ7u3Eq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKXJ7u3Eq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKXJ7u3Eq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKXJ7u3Eq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKXJ7u3Eq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKXJ7u3Eq .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKXJ7u3Eq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKXJ7u3Eq .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKXJ7u3Eq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKXJ7u3Eq .navbar.collapsed {
  justify-content: center;
}
.cid-uVKXJ7u3Eq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKXJ7u3Eq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKXJ7u3Eq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKXJ7u3Eq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKXJ7u3Eq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKXJ7u3Eq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKXJ7u3Eq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKXJ7u3Eq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKXJ7u3Eq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKXJ7u3Eq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKXJ7u3Eq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKXJ7u3Eq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKXJ7u3Eq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKXJ7u3Eq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKXJ7u3Eq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKXJ7u3Eq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKXJ7u3Eq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKXJ7u3Eq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKXJ7u3Eq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKXJ7u3Eq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKXJ7u3Eq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKXJ7u3Eq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKXJ7u3Eq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKXJ7u3Eq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKXJ7u3Eq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKXJ7u3Eq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKXJ7u3Eq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKXJ7u3Eq .dropdown-item.active,
.cid-uVKXJ7u3Eq .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKXJ7u3Eq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKXJ7u3Eq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKXJ7u3Eq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKXJ7u3Eq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKXJ7u3Eq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKXJ7u3Eq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKXJ7u3Eq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKXJ7u3Eq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKXJ7u3Eq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKXJ7u3Eq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKXJ7u3Eq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKXJ7u3Eq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKXJ7u3Eq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKXJ7u3Eq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKXJ7u3Eq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKXJ7u3Eq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKXJ7u3Eq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKXJ7u3Eq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKXJ7u3Eq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKXJ7u3Eq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKXJ7u3Eq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKXJ7u3Eq .navbar {
    height: 70px;
  }
  .cid-uVKXJ7u3Eq .navbar.opened {
    height: auto;
  }
  .cid-uVKXJ7u3Eq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKXJ7PUFK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKXJ7PUFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXJ7PUFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXJ7PUFK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKXJ86aub {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKXJ86aub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXJ86aub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXJ86aub .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKXJ8jHFv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKXJ8uFCo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKXJ8uFCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXJ8uFCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXJ8uFCo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKXJ8HddK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKXJ8HddK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXJ8HddK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKXJ8HddK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKXJ8HddK .row {
  flex-direction: row-reverse;
}
.cid-uVKXJ8HddK img {
  width: 100%;
}
.cid-uVKXJ8U93f {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKXJ8U93f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXJ8U93f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXJ8U93f .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKXJ8U93f .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKXJ8U93f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKXJ8U93f .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKXJ8U93f .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKXJ8U93f .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKXJ8U93f .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKXJ8U93f .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKXJ8U93f .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKXJ8U93f .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKXJ8U93f .card-title {
  color: #000000;
}
.cid-uVKXJ9mCEK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKXJ9mCEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXJ9mCEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXJ9mCEK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKXJ9mCEK .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKXJ9mCEK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKXJ9mCEK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKXJ9mCEK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKXJ9mCEK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKXJ9mCEK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKXJ9mCEK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKXJ9mCEK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKXJ9mCEK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKXJ9GFpk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKXJ9GFpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKXJ9GFpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKXJ9GFpk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKXJ9GFpk .mbr-section-title {
  color: #ffffff;
}
.cid-uVKXJ9T1wp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKXJ9T1wp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKXJ9T1wp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKXJ9T1wp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKXJ9T1wp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKXJ9T1wp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKXJ9T1wp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKXJ9T1wp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKXJ9T1wp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKXJ9T1wp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKXJ9T1wp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKXJ9T1wp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKXJ9T1wp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKXJ9T1wp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKXJ9T1wp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKY1o8KUP {
  z-index: 1000;
  width: 100%;
}
.cid-uVKY1o8KUP nav.navbar {
  position: fixed;
}
.cid-uVKY1o8KUP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKY1o8KUP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKY1o8KUP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKY1o8KUP .dropdown-item:hover,
.cid-uVKY1o8KUP .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKY1o8KUP .dropdown-item:hover span {
  color: white;
}
.cid-uVKY1o8KUP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKY1o8KUP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKY1o8KUP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKY1o8KUP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKY1o8KUP .nav-link {
  position: relative;
}
.cid-uVKY1o8KUP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKY1o8KUP .container {
    flex-wrap: wrap;
  }
}
.cid-uVKY1o8KUP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKY1o8KUP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKY1o8KUP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKY1o8KUP .dropdown-menu,
.cid-uVKY1o8KUP .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKY1o8KUP .nav-item:focus,
.cid-uVKY1o8KUP .nav-link:focus {
  outline: none;
}
.cid-uVKY1o8KUP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKY1o8KUP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKY1o8KUP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKY1o8KUP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKY1o8KUP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKY1o8KUP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKY1o8KUP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKY1o8KUP .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKY1o8KUP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKY1o8KUP .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKY1o8KUP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKY1o8KUP .navbar.collapsed {
  justify-content: center;
}
.cid-uVKY1o8KUP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKY1o8KUP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKY1o8KUP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKY1o8KUP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKY1o8KUP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKY1o8KUP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKY1o8KUP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKY1o8KUP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKY1o8KUP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKY1o8KUP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKY1o8KUP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKY1o8KUP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKY1o8KUP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKY1o8KUP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKY1o8KUP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKY1o8KUP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKY1o8KUP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKY1o8KUP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKY1o8KUP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKY1o8KUP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKY1o8KUP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKY1o8KUP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKY1o8KUP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKY1o8KUP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKY1o8KUP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKY1o8KUP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKY1o8KUP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKY1o8KUP .dropdown-item.active,
.cid-uVKY1o8KUP .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKY1o8KUP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKY1o8KUP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKY1o8KUP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKY1o8KUP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKY1o8KUP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKY1o8KUP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKY1o8KUP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKY1o8KUP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKY1o8KUP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKY1o8KUP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKY1o8KUP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKY1o8KUP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKY1o8KUP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKY1o8KUP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKY1o8KUP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKY1o8KUP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKY1o8KUP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKY1o8KUP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKY1o8KUP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKY1o8KUP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKY1o8KUP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKY1o8KUP .navbar {
    height: 70px;
  }
  .cid-uVKY1o8KUP .navbar.opened {
    height: auto;
  }
  .cid-uVKY1o8KUP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKY1or83G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKY1or83G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKY1or83G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKY1or83G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKY1oFguv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKY1oFguv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKY1oFguv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKY1oFguv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKY1oRpe7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKY1p0bxT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKY1p0bxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKY1p0bxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKY1p0bxT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKY1pcf6y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKY1pcf6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKY1pcf6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKY1pcf6y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKY1pcf6y .row {
  flex-direction: row-reverse;
}
.cid-uVKY1pcf6y img {
  width: 100%;
}
.cid-uVKY1poFsz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKY1poFsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKY1poFsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKY1poFsz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKY1poFsz .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKY1poFsz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKY1poFsz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKY1poFsz .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKY1poFsz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKY1poFsz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKY1poFsz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKY1poFsz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKY1poFsz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKY1poFsz .card-title {
  color: #000000;
}
.cid-uVKY1pT9Ue {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKY1pT9Ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKY1pT9Ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKY1pT9Ue .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKY1pT9Ue .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKY1pT9Ue .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKY1pT9Ue .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKY1pT9Ue .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKY1pT9Ue .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKY1pT9Ue .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKY1pT9Ue .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKY1pT9Ue .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKY1pT9Ue .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKY1qaWMn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKY1qaWMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKY1qaWMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKY1qaWMn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKY1qaWMn .mbr-section-title {
  color: #ffffff;
}
.cid-uVKY1qnwLQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKY1qnwLQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKY1qnwLQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKY1qnwLQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKY1qnwLQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKY1qnwLQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKY1qnwLQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKY1qnwLQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKY1qnwLQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKY1qnwLQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKY1qnwLQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKY1qnwLQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKY1qnwLQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKY1qnwLQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKY1qnwLQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVKYhVFFVE {
  z-index: 1000;
  width: 100%;
}
.cid-uVKYhVFFVE nav.navbar {
  position: fixed;
}
.cid-uVKYhVFFVE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKYhVFFVE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKYhVFFVE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKYhVFFVE .dropdown-item:hover,
.cid-uVKYhVFFVE .dropdown-item:focus {
  background: #e81c1c !important;
  color: white !important;
}
.cid-uVKYhVFFVE .dropdown-item:hover span {
  color: white;
}
.cid-uVKYhVFFVE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKYhVFFVE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKYhVFFVE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVKYhVFFVE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKYhVFFVE .nav-link {
  position: relative;
}
.cid-uVKYhVFFVE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKYhVFFVE .container {
    flex-wrap: wrap;
  }
}
.cid-uVKYhVFFVE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVKYhVFFVE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVKYhVFFVE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKYhVFFVE .dropdown-menu,
.cid-uVKYhVFFVE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVKYhVFFVE .nav-item:focus,
.cid-uVKYhVFFVE .nav-link:focus {
  outline: none;
}
.cid-uVKYhVFFVE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKYhVFFVE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKYhVFFVE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKYhVFFVE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKYhVFFVE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKYhVFFVE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKYhVFFVE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uVKYhVFFVE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKYhVFFVE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKYhVFFVE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKYhVFFVE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKYhVFFVE .navbar.collapsed {
  justify-content: center;
}
.cid-uVKYhVFFVE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKYhVFFVE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKYhVFFVE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVKYhVFFVE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKYhVFFVE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKYhVFFVE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKYhVFFVE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKYhVFFVE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKYhVFFVE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKYhVFFVE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKYhVFFVE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKYhVFFVE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKYhVFFVE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKYhVFFVE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKYhVFFVE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKYhVFFVE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKYhVFFVE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKYhVFFVE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKYhVFFVE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKYhVFFVE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKYhVFFVE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKYhVFFVE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVKYhVFFVE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKYhVFFVE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVKYhVFFVE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKYhVFFVE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKYhVFFVE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKYhVFFVE .dropdown-item.active,
.cid-uVKYhVFFVE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKYhVFFVE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKYhVFFVE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKYhVFFVE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKYhVFFVE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVKYhVFFVE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKYhVFFVE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKYhVFFVE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKYhVFFVE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKYhVFFVE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVKYhVFFVE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-uVKYhVFFVE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVKYhVFFVE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKYhVFFVE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVKYhVFFVE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVKYhVFFVE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKYhVFFVE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKYhVFFVE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKYhVFFVE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKYhVFFVE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKYhVFFVE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKYhVFFVE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKYhVFFVE .navbar {
    height: 70px;
  }
  .cid-uVKYhVFFVE .navbar.opened {
    height: auto;
  }
  .cid-uVKYhVFFVE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKYhVZYWc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKYhVZYWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKYhVZYWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKYhVZYWc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKYhWg0Uy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKYhWg0Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKYhWg0Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKYhWg0Uy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKYhWsqZ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVKYhWBQEO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVKYhWBQEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKYhWBQEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKYhWBQEO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVKYhWL2EO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVKYhWL2EO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKYhWL2EO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVKYhWL2EO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVKYhWL2EO .row {
  flex-direction: row-reverse;
}
.cid-uVKYhWL2EO img {
  width: 100%;
}
.cid-uVKYhWYJXp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKYhWYJXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKYhWYJXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKYhWYJXp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKYhWYJXp .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKYhWYJXp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKYhWYJXp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKYhWYJXp .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKYhWYJXp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKYhWYJXp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKYhWYJXp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKYhWYJXp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKYhWYJXp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKYhWYJXp .card-title {
  color: #000000;
}
.cid-uVKYhXrlBI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uVKYhXrlBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKYhXrlBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKYhXrlBI .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVKYhXrlBI .item-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-uVKYhXrlBI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVKYhXrlBI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVKYhXrlBI .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uVKYhXrlBI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVKYhXrlBI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVKYhXrlBI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVKYhXrlBI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKYhXrlBI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVKYhXKH25 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f5e26;
}
.cid-uVKYhXKH25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKYhXKH25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKYhXKH25 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVKYhXKH25 .mbr-section-title {
  color: #ffffff;
}
.cid-uVKYhXXkRW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVKYhXXkRW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVKYhXXkRW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVKYhXXkRW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVKYhXXkRW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKYhXXkRW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVKYhXXkRW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVKYhXXkRW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVKYhXXkRW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVKYhXXkRW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVKYhXXkRW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVKYhXXkRW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKYhXXkRW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVKYhXXkRW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVKYhXXkRW .media-container-row .row-copirayt p {
  width: 100%;
}
