.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #1eff00 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00a730 !important;
  border-color: #00a730 !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: #005017 !important;
  border-color: #005017 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #005017 !important;
  border-color: #005017 !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: #1eff00 !important;
  border-color: #1eff00 !important;
  color: #000000 !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: #14a800 !important;
  border-color: #14a800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #14a800 !important;
  border-color: #14a800 !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: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00a730;
  color: #00a730;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #005017 !important;
  background-color: transparent!important;
  border-color: #005017 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a730 !important;
  border-color: #00a730 !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: #1eff00;
  color: #1eff00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #14a800 !important;
  background-color: transparent!important;
  border-color: #14a800 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #1eff00 !important;
  border-color: #1eff00 !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: #e43f3f;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #6592e6 !important;
}
.text-secondary {
  color: #00a730 !important;
}
.text-success {
  color: #1eff00 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #004113 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #129900 !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: #a61717 !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: #6592e6;
}
.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: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d2ffcc;
}
.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: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #00a730 !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='%236592e6' %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-tgFvUImMvE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgFvUImMvE nav.navbar {
  position: fixed;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgFvUImMvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgFvUImMvE .dropdown-item:hover,
.cid-tgFvUImMvE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tgFvUImMvE .dropdown-item:hover span {
  color: white;
}
.cid-tgFvUImMvE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgFvUImMvE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgFvUImMvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgFvUImMvE .nav-link {
  position: relative;
}
.cid-tgFvUImMvE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .container {
    flex-wrap: nowrap;
  }
}
.cid-tgFvUImMvE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown-menu,
.cid-tgFvUImMvE .navbar.opened {
  background: #000000 !important;
}
.cid-tgFvUImMvE .nav-item:focus,
.cid-tgFvUImMvE .nav-link:focus {
  outline: none;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFvUImMvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFvUImMvE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tgFvUImMvE .navbar.opened {
  transition: all 0.3s;
}
.cid-tgFvUImMvE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgFvUImMvE .navbar .navbar-logo img {
  width: auto;
}
.cid-tgFvUImMvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgFvUImMvE .navbar.collapsed {
  justify-content: center;
}
.cid-tgFvUImMvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFvUImMvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgFvUImMvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgFvUImMvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFvUImMvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgFvUImMvE .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-tgFvUImMvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgFvUImMvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgFvUImMvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgFvUImMvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgFvUImMvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgFvUImMvE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgFvUImMvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgFvUImMvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFvUImMvE .dropdown-item.active,
.cid-tgFvUImMvE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFvUImMvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgFvUImMvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFvUImMvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgFvUImMvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgFvUImMvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgFvUImMvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar {
    height: 70px;
  }
  .cid-tgFvUImMvE .navbar.opened {
    height: auto;
  }
  .cid-tgFvUImMvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnVjadCyUP {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-tnVjadCyUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVjadCyUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/dsc07077-2000x1051.jpg");
}
.cid-tdffLsGimM {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/photo-2024-04-30-22-47.jpg");
}
.cid-tdffLsGimM .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tdffLsGimM img,
.cid-tdffLsGimM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tdffLsGimM .item:focus,
.cid-tdffLsGimM span:focus {
  outline: none;
}
.cid-tdffLsGimM .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-tdffLsGimM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tdffLsGimM .item {
  padding: 0;
  margin: 0;
}
.cid-tdffLsGimM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 660px;
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .cid-tdffLsGimM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tdffLsGimM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdffLsGimM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tdffLsGimM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tdffLsGimM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tdffLsGimM .fursuit-section-btn1 {
  position: absolute;
  top: 510px;
  left: -10px;
  width: 350px;
}
.cid-tdffLsGimM .fursuit-section-btn2 {
  position: absolute;
  top: 570px;
  left: -10px;
  width: 300px;
}
.cid-tdffLsGimM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tdffLsGimM .mbr-text,
.cid-tdffLsGimM .mbr-section-btn {
  text-align: left;
}
.cid-tdffLsGimM .item-title {
  text-align: center;
  max-width: 115%;
}
.cid-tdffLsGimM .item-subtitle {
  text-align: left;
}
.cid-tdffLsGimM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tA5GRK8tRh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-4896-2000x1333.jpg");
}
.cid-tA5GRK8tRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5GRK8tRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA5GRK8tRh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tA5GRK8tRh .row {
    flex-direction: column-reverse;
  }
  .cid-tA5GRK8tRh .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tA5GRK8tRh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tA5GRK8tRh .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tA5GRK8tRh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tA5GRK8tRh .card-title {
  color: #ffffff;
}
.cid-tA5GRK8tRh .mbr-text,
.cid-tA5GRK8tRh .mbr-section-btn {
  color: #ffffff;
}
.cid-uhi4Yx9AhO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-uhi4Yx9AhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhi4Yx9AhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi4Yx9AhO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uhi4Yx9AhO .team-card:hover {
  transform: translateY(-10px);
}
.cid-uhi4Yx9AhO .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uhi4Yx9AhO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uhi4Yx9AhO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uhi4Yx9AhO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhi4Yx9AhO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uhi4Yx9AhO .social-row {
  text-align: center;
}
.cid-uhi4Yx9AhO .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 #00a730;
  transition: all 0.3s;
}
.cid-uhi4Yx9AhO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uhi4Yx9AhO .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uhi4Yx9AhO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uhi4Yx9AhO .card-title,
.cid-uhi4Yx9AhO .social-row {
  color: #ffffff;
}
.cid-uhi4Yx9AhO .mbr-role,
.cid-uhi4Yx9AhO .social-row {
  color: #ffffff;
}
.cid-uhi4Yx9AhO .card-text,
.cid-uhi4Yx9AhO .mbr-section-btn,
.cid-uhi4Yx9AhO .social-row {
  color: #ffffff;
}
.cid-uhi4Yx9AhO .mbr-section-title {
  color: #ffffff;
}
.cid-uhi58GeGQO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-uhi58GeGQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhi58GeGQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi58GeGQO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uhi58GeGQO .team-card:hover {
  transform: translateY(-10px);
}
.cid-uhi58GeGQO .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uhi58GeGQO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uhi58GeGQO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uhi58GeGQO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhi58GeGQO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uhi58GeGQO .social-row {
  text-align: center;
}
.cid-uhi58GeGQO .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 #00a730;
  transition: all 0.3s;
}
.cid-uhi58GeGQO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uhi58GeGQO .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uhi58GeGQO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uhi58GeGQO .card-title,
.cid-uhi58GeGQO .social-row {
  color: #ffffff;
}
.cid-uhi58GeGQO .mbr-role,
.cid-uhi58GeGQO .social-row {
  color: #ffffff;
}
.cid-uhi58GeGQO .card-text,
.cid-uhi58GeGQO .mbr-section-btn,
.cid-uhi58GeGQO .social-row {
  color: #ffffff;
}
.cid-txy1MqUQil {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/backgroundblur-2-2000x866.png");
}
.cid-txy1MqUQil .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy1MqUQil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy1MqUQil .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-txy1MqUQil .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txy1MqUQil .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txy1MqUQil .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txy1MqUQil .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-txy1MqUQil .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-txy1MqUQil .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txy1MqUQil .card-title {
  color: #ffffff;
}
.cid-txy1MqUQil .mbr-text,
.cid-txy1MqUQil .mbr-section-btn {
  color: #ffffff;
}
.cid-txVtYuE1Xf {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.cid-txVtYuE1Xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVtYuE1Xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/dsc-2058-5568x3712.jpg");
}
.cid-txVtYuE1Xf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txVtYuE1Xf .row {
    flex-direction: column-reverse;
  }
  .cid-txVtYuE1Xf .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-txVtYuE1Xf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txVtYuE1Xf .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-txVtYuE1Xf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txVtYuE1Xf .card-title {
  color: #ffffff;
}
.cid-txVtYuE1Xf .mbr-text,
.cid-txVtYuE1Xf .mbr-section-btn {
  color: #ffffff;
}
.cid-thqjV9oOtY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-thqjV9oOtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqjV9oOtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thqjOstdRS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-design-1-800x600.png");
}
.cid-thqjOstdRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqjOstdRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thqjOstdRS .mbr-section-title {
  color: #ffffff;
}
.cid-thqjn3FPlQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-thqjn3FPlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqjn3FPlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thqjn3FPlQ .content-wrapper {
  background: #0c081c;
  width: auto;
  padding-left: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-thqjn3FPlQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thqjn3FPlQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thqjn3FPlQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thqjn3FPlQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-thqjn3FPlQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-thqjn3FPlQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thqjn3FPlQ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-thqjn3FPlQ .mbr-text,
.cid-thqjn3FPlQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-thqjn3FPlQ .card-title DIV {
  text-align: center;
}
.cid-txxSVjJUez {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-txxSVjJUez .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxSVjJUez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxSVjJUez .google-map {
  height: 30rem;
  position: relative;
}
.cid-txxSVjJUez .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txxSVjJUez .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txxSVjJUez .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txxSVjJUez .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txxSVjJUez .mbr-section-title {
  color: #ffffff;
}
.cid-thql1u2une {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-thql1u2une .mbr-fallback-image.disabled {
  display: none;
}
.cid-thql1u2une .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thql1u2une .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-thql1u2une .container {
    max-width: 1400px;
  }
}
.cid-thql1u2une .card {
  margin: auto;
}
.cid-thql1u2une .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a730;
  margin-bottom: 2rem;
}
.cid-thql1u2une .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-thql1u2une .row {
  justify-content: center;
}
.cid-thql1u2une H3 {
  color: #ffffff;
}
.cid-thql1u2une .card-title,
.cid-thql1u2une .card-box {
  color: #ffffff;
}
.cid-th8Jc1nXWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-th8Jc1nXWf .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-th8Jc1nXWf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-th8Jc1nXWf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-th8Jc1nXWf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-th8Jc1nXWf .mbr-section-title {
  color: #ffffff;
}
.cid-th8IL6Fbvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-th8IL6Fbvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-th8IL6Fbvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th8IBaNvjT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-th8IBaNvjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-th8IBaNvjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-Bz5CSykT7c .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #000000;
  top: 0px;
}
.cid-Bz5CSykT7c .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-Bz5CSykT7c .sticky2 {
  position: fixed;
  top: 58px;
  width: 100%;
}
.cid-Bz5CSykT7c .hidden {
  display: none;
}
.cid-Bz5CSykT7c H10 {
  color: #767676;
}
.cid-tgtux0wGrR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8-1500x900.png");
}
.cid-tgtux0wGrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtux0wGrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtux0wGrR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tgtux0wGrR .mbr-text,
.cid-tgtux0wGrR .mbr-section-btn {
  color: #ffffff;
}
.cid-tgL9tezAkD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tgL9tezAkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL9tezAkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL9tezAkD .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tgL9tezAkD .number {
  color: #00a730;
}
.cid-tgL9tezAkD .period {
  display: block;
}
.cid-tgL9tezAkD .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tgL9tezAkD .period {
    font-size: 0.8rem;
  }
}
.cid-tgL9tezAkD .btn {
  height: 100%;
  margin: 0;
}
.cid-tgL9tezAkD .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tgL9tezAkD .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tgL9tezAkD .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #00a730;
  border: 2px solid #00a730;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tgL9tezAkD .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tgL9tezAkD .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #00a730;
  color: #ffffff;
}
.cid-tgL9tezAkD H3 {
  color: #ffffff;
}
.cid-tgL9tezAkD .mbr-text,
.cid-tgL9tezAkD .mbr-section-btn {
  color: #ffffff;
}
.cid-tgtJ3oXyAt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/9-1-1500x964.png");
}
.cid-tgtJ3oXyAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtJ3oXyAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtJ3oXyAt .video-wrapper iframe {
  width: 100%;
}
.cid-tgtJ3oXyAt .mbr-section-title,
.cid-tgtJ3oXyAt .mbr-section-subtitle,
.cid-tgtJ3oXyAt .mbr-text {
  text-align: center;
}
.cid-tgtJ3oXyAt .mbr-section-title {
  color: #ffffff;
}
.cid-tgtJ3oXyAt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgtJ3oXyAt .mbr-text {
  color: #ffffff;
}
.cid-txxZlcJcu5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/backgroundblur-2-2000x866.png");
}
.cid-txxZlcJcu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxZlcJcu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxZlcJcu5 .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-txxZlcJcu5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txxZlcJcu5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txxZlcJcu5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txxZlcJcu5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-txxZlcJcu5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-txxZlcJcu5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txxZlcJcu5 .card-title {
  color: #ffffff;
}
.cid-txxZlcJcu5 .mbr-text,
.cid-txxZlcJcu5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tgtnU6tpBk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mess-hal-1500x900.png");
}
.cid-tgtnU6tpBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtnU6tpBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtnU6tpBk .video-wrapper iframe {
  width: 100%;
}
.cid-tgtnU6tpBk .mbr-section-title,
.cid-tgtnU6tpBk .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tgtnU6tpBk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tgtnU6tpBk .mbr-text {
  color: #ffffff;
}
.cid-tgtnU6tpBk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgtnU6tpBk .mbr-section-title {
  color: #ffffff;
}
.cid-tgtnU6tpBk .mbr-description {
  color: #ffffff;
}
.cid-tiVxB1bdAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tiVxB1bdAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiVxB1bdAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiVxB1bdAF .timeline-element {
  position: relative;
}
.cid-tiVxB1bdAF .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tiVxB1bdAF .image-wrapper img {
  width: 80%;
  object-fit: cover;
}
.cid-tiVxB1bdAF .mbr-section-title,
.cid-tiVxB1bdAF .mbr-section-subtitle,
.cid-tiVxB1bdAF .timeline-date {
  text-align: center;
}
.cid-tiVxB1bdAF .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #00a730;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tiVxB1bdAF .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tiVxB1bdAF .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tiVxB1bdAF .row:after {
  content: "";
  position: absolute;
  background-color: #00a730;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tiVxB1bdAF .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tiVxB1bdAF .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tiVxB1bdAF .timeline-date-wrapper,
  .cid-tiVxB1bdAF .timeline-text-wrapper,
  .cid-tiVxB1bdAF .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tiVxB1bdAF .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tiVxB1bdAF .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tiVxB1bdAF .timeline-date-wrapper,
  .cid-tiVxB1bdAF .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tiVxB1bdAF .timeline-date-wrapper,
  .cid-tiVxB1bdAF .timeline-text-wrapper,
  .cid-tiVxB1bdAF .image-wrapper {
    padding: 2rem;
  }
}
.cid-tiVxB1bdAF .mbr-text {
  color: #ffffff;
}
.cid-tiVxB1bdAF .mbr-timeline-title {
  color: #ffffff;
}
.cid-tiVxB1bdAF .mbr-section-title {
  color: #ffffff;
}
.cid-tiVxB1bdAF .mbr-timeline-date {
  color: #ffffff;
}
.cid-th7O5UAKQu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007e24;
}
.cid-th7O5UAKQu .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-th7O5UAKQu .mbr-text {
  color: #ffffff;
}
.cid-th7NUa3Ad7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-th7NUa3Ad7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-th7NUa3Ad7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th7NUa3Ad7 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-th7NUa3Ad7 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-th7NUa3Ad7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-th7NUa3Ad7 .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 #00a730;
  transition: all 0.3s;
}
.cid-th7NUa3Ad7 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-th7NUa3Ad7 .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-th7NUa3Ad7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-th7NUa3Ad7 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-th7NUa3Ad7 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-th7NUa3Ad7 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-th7NUa3Ad7 .mbr-text,
.cid-th7NUa3Ad7 .social-row {
  color: #ffffff;
}
.cid-th7NUa3Ad7 .card-title {
  color: #ffffff;
}
.cid-th7NUa3Ad7 .card-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-th7OtzPDyZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007e24;
}
.cid-th7OtzPDyZ .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-th7OtzPDyZ .mbr-text {
  color: #ffffff;
}
.cid-tgtmDLHEIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tgtmDLHEIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtmDLHEIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtmDLHEIG .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tgtmDLHEIG .plan-body {
  padding-bottom: 2rem;
}
.cid-tgtmDLHEIG .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tgtmDLHEIG .price {
  color: #00a730;
}
.cid-tgtmDLHEIG .plan {
  word-break: break-word;
  background-color: #ffffff;
  height: 700px;
}
.cid-tgtmDLHEIG .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tgtmDLHEIG .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-tgtmDLHEIG .plan .list-group-item:last-child::after {
  display: none;
}
.cid-tgtmDLHEIG .mbr-book-btn-silver {
  position: relative;
  top: 215px;
  background-color: #e43f3f !important;
  border-color: #e43f3f!important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  cursor: not-allowed;
}
.cid-tgtmDLHEIG .mbr-book-btn-sponser {
  position: relative;
  top: 67px;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  cursor: not-allowed;
}
.cid-tgtmDLHEIG .mbr-book-btn-bronze {
  position: relative;
  top: 67px;
  background-color: #00a730 !important;
  border-color: #00a730 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgtmDLHEIG .plan {
    margin-bottom: 2rem;
  }
}
.cid-tgL9UysAzJ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tgL9UysAzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL9UysAzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL9UysAzJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tgL9UysAzJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tgL9UysAzJ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #05a435;
}
.cid-tgL9UysAzJ .panel-body,
.cid-tgL9UysAzJ .card-header {
  padding: 1rem 0;
}
.cid-tgL9UysAzJ .panel-title-edit {
  color: #ffffff;
}
.cid-tgL9UysAzJ H3 {
  color: #ffffff;
}
.cid-tgL9UysAzJ .panel-text {
  color: #ffffff;
}
.cid-tgL9UysAzJ H4 {
  color: #ffffff;
}
.cid-tg4wFCRIfz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tg4wFCRIfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg4wFCRIfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg4wFCRIfz .google-map {
  height: 30rem;
  position: relative;
}
.cid-tg4wFCRIfz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tg4wFCRIfz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tg4wFCRIfz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tg4wFCRIfz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tg4wFCRIfz .mbr-section-title {
  color: #ffffff;
}
.cid-th8Gil9IFQ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-th8Gil9IFQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-th8Gil9IFQ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-th8Gil9IFQ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-th8Gil9IFQ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-th8Gil9IFQ .mbr-section-title {
  color: #ffffff;
}
.cid-mg5JcnDYug .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #353535;
  top: 67px;
}
.cid-mg5JcnDYug .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-mg5JcnDYug .sticky2 {
  position: fixed;
  top: 59px;
  width: 100%;
}
.cid-mg5JcnDYug .hidden {
  display: none;
}
.cid-mg5JcnDYug H10 {
  color: #767676;
}
.cid-tgFvUImMvE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgFvUImMvE nav.navbar {
  position: fixed;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgFvUImMvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgFvUImMvE .dropdown-item:hover,
.cid-tgFvUImMvE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tgFvUImMvE .dropdown-item:hover span {
  color: white;
}
.cid-tgFvUImMvE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgFvUImMvE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgFvUImMvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgFvUImMvE .nav-link {
  position: relative;
}
.cid-tgFvUImMvE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .container {
    flex-wrap: nowrap;
  }
}
.cid-tgFvUImMvE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown-menu,
.cid-tgFvUImMvE .navbar.opened {
  background: #000000 !important;
}
.cid-tgFvUImMvE .nav-item:focus,
.cid-tgFvUImMvE .nav-link:focus {
  outline: none;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFvUImMvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFvUImMvE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tgFvUImMvE .navbar.opened {
  transition: all 0.3s;
}
.cid-tgFvUImMvE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgFvUImMvE .navbar .navbar-logo img {
  width: auto;
}
.cid-tgFvUImMvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgFvUImMvE .navbar.collapsed {
  justify-content: center;
}
.cid-tgFvUImMvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFvUImMvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgFvUImMvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgFvUImMvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFvUImMvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgFvUImMvE .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-tgFvUImMvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgFvUImMvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgFvUImMvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgFvUImMvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgFvUImMvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgFvUImMvE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgFvUImMvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgFvUImMvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFvUImMvE .dropdown-item.active,
.cid-tgFvUImMvE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFvUImMvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgFvUImMvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFvUImMvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgFvUImMvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgFvUImMvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgFvUImMvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar {
    height: 70px;
  }
  .cid-tgFvUImMvE .navbar.opened {
    height: auto;
  }
  .cid-tgFvUImMvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-th8yUK2obE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-th8yUK2obE nav.navbar {
  position: fixed;
}
.cid-th8yUK2obE .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-th8yUK2obE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-th8yUK2obE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-th8yUK2obE .dropdown-item:hover,
.cid-th8yUK2obE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-th8yUK2obE .dropdown-item:hover span {
  color: white;
}
.cid-th8yUK2obE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-th8yUK2obE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-th8yUK2obE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-th8yUK2obE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-th8yUK2obE .nav-link {
  position: relative;
}
.cid-th8yUK2obE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-th8yUK2obE .container {
    flex-wrap: nowrap;
  }
}
.cid-th8yUK2obE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-th8yUK2obE .dropdown-menu,
.cid-th8yUK2obE .navbar.opened {
  background: #000000 !important;
}
.cid-th8yUK2obE .nav-item:focus,
.cid-th8yUK2obE .nav-link:focus {
  outline: none;
}
.cid-th8yUK2obE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-th8yUK2obE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th8yUK2obE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-th8yUK2obE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-th8yUK2obE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th8yUK2obE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th8yUK2obE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-th8yUK2obE .navbar.opened {
  transition: all 0.3s;
}
.cid-th8yUK2obE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-th8yUK2obE .navbar .navbar-logo img {
  width: auto;
}
.cid-th8yUK2obE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-th8yUK2obE .navbar.collapsed {
  justify-content: center;
}
.cid-th8yUK2obE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th8yUK2obE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-th8yUK2obE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-th8yUK2obE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th8yUK2obE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th8yUK2obE .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-th8yUK2obE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th8yUK2obE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th8yUK2obE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th8yUK2obE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th8yUK2obE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th8yUK2obE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th8yUK2obE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th8yUK2obE .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-th8yUK2obE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-th8yUK2obE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th8yUK2obE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th8yUK2obE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-th8yUK2obE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-th8yUK2obE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-th8yUK2obE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-th8yUK2obE .navbar.navbar-short {
  min-height: 60px;
}
.cid-th8yUK2obE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-th8yUK2obE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-th8yUK2obE .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-th8yUK2obE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th8yUK2obE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th8yUK2obE .dropdown-item.active,
.cid-th8yUK2obE .dropdown-item:active {
  background-color: transparent;
}
.cid-th8yUK2obE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th8yUK2obE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th8yUK2obE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th8yUK2obE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-th8yUK2obE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th8yUK2obE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-th8yUK2obE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-th8yUK2obE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-th8yUK2obE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-th8yUK2obE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-th8yUK2obE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th8yUK2obE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8yUK2obE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8yUK2obE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th8yUK2obE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8yUK2obE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th8yUK2obE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th8yUK2obE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8yUK2obE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-th8yUK2obE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-th8yUK2obE .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-th8yUK2obE .navbar {
    height: 70px;
  }
  .cid-th8yUK2obE .navbar.opened {
    height: auto;
  }
  .cid-th8yUK2obE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqzwrILrJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-thqzwrILrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqzwrILrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxRir1FWv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/illustration-9-1-2000x1514.png");
}
.cid-txxRir1FWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxRir1FWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkB37txU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-uspkB37txU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkB37txU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkB37txU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkB37txU .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkB37txU .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkB37txU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkB37txU .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkB37txU .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkB37txU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkB37txU .social-row {
  text-align: center;
}
.cid-uspkB37txU .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkB37txU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkB37txU .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkB37txU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkB37txU .card-title,
.cid-uspkB37txU .social-row {
  color: #ffffff;
}
.cid-uspkB37txU .mbr-role,
.cid-uspkB37txU .social-row {
  color: #ffffff;
}
.cid-uspkB37txU .card-text,
.cid-uspkB37txU .mbr-section-btn,
.cid-uspkB37txU .social-row {
  color: #ffffff;
}
.cid-uspkB37txU .mbr-section-title {
  color: #ffffff;
}
.cid-uspkBnj9mo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-uspkBnj9mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkBnj9mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkBnj9mo .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkBnj9mo .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkBnj9mo .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkBnj9mo .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkBnj9mo .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkBnj9mo .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkBnj9mo .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkBnj9mo .social-row {
  text-align: center;
}
.cid-uspkBnj9mo .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkBnj9mo .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkBnj9mo .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkBnj9mo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkBnj9mo .card-title,
.cid-uspkBnj9mo .social-row {
  color: #ffffff;
}
.cid-uspkBnj9mo .mbr-role,
.cid-uspkBnj9mo .social-row {
  color: #ffffff;
}
.cid-uspkBnj9mo .card-text,
.cid-uspkBnj9mo .mbr-section-btn,
.cid-uspkBnj9mo .social-row {
  color: #ffffff;
}
.cid-tGdZYD3U3x {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc07077-2000x1051.jpg");
}
.cid-tGdZYD3U3x .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tGdZYD3U3x img,
.cid-tGdZYD3U3x .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tGdZYD3U3x .item:focus,
.cid-tGdZYD3U3x span:focus {
  outline: none;
}
.cid-tGdZYD3U3x .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-tGdZYD3U3x .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGdZYD3U3x .item {
  padding: 0;
  margin: 0;
}
.cid-tGdZYD3U3x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 660px;
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .cid-tGdZYD3U3x .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGdZYD3U3x .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGdZYD3U3x .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGdZYD3U3x .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGdZYD3U3x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGdZYD3U3x .fursuit-section-btn1 {
  position: absolute;
  top: 510px;
  left: -10px;
  width: 350px;
}
.cid-tGdZYD3U3x .fursuit-section-btn2 {
  position: absolute;
  top: 570px;
  left: -10px;
  width: 300px;
}
.cid-tGdZYD3U3x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGdZYD3U3x .mbr-text,
.cid-tGdZYD3U3x .mbr-section-btn {
  text-align: left;
}
.cid-tGdZYD3U3x .item-title {
  text-align: center;
  max-width: 115%;
}
.cid-tGdZYD3U3x .item-subtitle {
  text-align: left;
}
.cid-tGdZYD3U3x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thqAOEutSu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-thqAOEutSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqAOEutSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th8yULcFyC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #232323;
}
.cid-th8yULcFyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-th8yULcFyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th8yULcFyC .google-map {
  height: 30rem;
  position: relative;
}
.cid-th8yULcFyC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-th8yULcFyC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-th8yULcFyC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-th8yULcFyC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-th8yULcFyC .mbr-section-title {
  color: #ffffff;
}
.cid-thqzQ1AFKj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-thqzQ1AFKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqzQ1AFKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thqzQ1AFKj .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-thqzQ1AFKj .container {
    max-width: 1400px;
  }
}
.cid-thqzQ1AFKj .card {
  margin: auto;
}
.cid-thqzQ1AFKj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a730;
  margin-bottom: 2rem;
}
.cid-thqzQ1AFKj .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-thqzQ1AFKj .row {
  justify-content: center;
}
.cid-thqzQ1AFKj H3 {
  color: #ffffff;
}
.cid-thqzQ1AFKj .card-title,
.cid-thqzQ1AFKj .card-box {
  color: #ffffff;
}
.cid-th8DMC53hf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-th8DMC53hf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-th8DMC53hf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-th8DMC53hf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-th8DMC53hf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-th8DMC53hf .mbr-section-title {
  color: #ffffff;
}
.cid-th8yULZSQ2 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #000000;
  top: 67px;
}
.cid-th8yULZSQ2 .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-th8yULZSQ2 .sticky2 {
  position: fixed;
  top: 59px;
  width: 100%;
}
.cid-th8yULZSQ2 .hidden {
  display: none;
}
.cid-th8yULZSQ2 H10 {
  color: #767676;
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tgzHUN8jJ8 {
  background-image: url("../../../assets/images/nuthouse-logo-08-2022-lightgreen-onblack-1.svg");
}
.cid-tgzHUN8jJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzHUN8jJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thqLPLTkSK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-thqLPLTkSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqLPLTkSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzI9oc0th {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tgzI9oc0th .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzI9oc0th .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzI9oc0th .google-map {
  height: 30rem;
  position: relative;
}
.cid-tgzI9oc0th .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tgzI9oc0th .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgzI9oc0th .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgzI9oc0th .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgzI9oc0th .mbr-section-title {
  color: #ffffff;
}
.cid-tgFvUImMvE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgFvUImMvE nav.navbar {
  position: fixed;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgFvUImMvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgFvUImMvE .dropdown-item:hover,
.cid-tgFvUImMvE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tgFvUImMvE .dropdown-item:hover span {
  color: white;
}
.cid-tgFvUImMvE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgFvUImMvE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgFvUImMvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgFvUImMvE .nav-link {
  position: relative;
}
.cid-tgFvUImMvE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .container {
    flex-wrap: nowrap;
  }
}
.cid-tgFvUImMvE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown-menu,
.cid-tgFvUImMvE .navbar.opened {
  background: #000000 !important;
}
.cid-tgFvUImMvE .nav-item:focus,
.cid-tgFvUImMvE .nav-link:focus {
  outline: none;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFvUImMvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFvUImMvE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tgFvUImMvE .navbar.opened {
  transition: all 0.3s;
}
.cid-tgFvUImMvE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgFvUImMvE .navbar .navbar-logo img {
  width: auto;
}
.cid-tgFvUImMvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgFvUImMvE .navbar.collapsed {
  justify-content: center;
}
.cid-tgFvUImMvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFvUImMvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgFvUImMvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgFvUImMvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFvUImMvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgFvUImMvE .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-tgFvUImMvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgFvUImMvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgFvUImMvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgFvUImMvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgFvUImMvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgFvUImMvE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgFvUImMvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgFvUImMvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFvUImMvE .dropdown-item.active,
.cid-tgFvUImMvE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFvUImMvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgFvUImMvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFvUImMvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgFvUImMvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgFvUImMvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgFvUImMvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar {
    height: 70px;
  }
  .cid-tgFvUImMvE .navbar.opened {
    height: auto;
  }
  .cid-tgFvUImMvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tgFH1YFAiK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/illustration-9-1-2000x1514.png");
}
.cid-tgFH1YFAiK .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-tgFH1YFAiK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tgFH1YFAiK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tgFH1YFAiK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tgFH1YFAiK .mbr-section-title {
  color: #ffffff;
}
.cid-tgFH1YFAiK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgFH1YFAiK .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uspkFC5pIT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-uspkFC5pIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkFC5pIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkFC5pIT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkFC5pIT .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkFC5pIT .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkFC5pIT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkFC5pIT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkFC5pIT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkFC5pIT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkFC5pIT .social-row {
  text-align: center;
}
.cid-uspkFC5pIT .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkFC5pIT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkFC5pIT .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkFC5pIT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkFC5pIT .card-title,
.cid-uspkFC5pIT .social-row {
  color: #ffffff;
}
.cid-uspkFC5pIT .mbr-role,
.cid-uspkFC5pIT .social-row {
  color: #ffffff;
}
.cid-uspkFC5pIT .card-text,
.cid-uspkFC5pIT .mbr-section-btn,
.cid-uspkFC5pIT .social-row {
  color: #ffffff;
}
.cid-uspkFC5pIT .mbr-section-title {
  color: #ffffff;
}
.cid-uspkFYnur9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-uspkFYnur9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkFYnur9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkFYnur9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkFYnur9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkFYnur9 .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkFYnur9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkFYnur9 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkFYnur9 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkFYnur9 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkFYnur9 .social-row {
  text-align: center;
}
.cid-uspkFYnur9 .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkFYnur9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkFYnur9 .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkFYnur9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkFYnur9 .card-title,
.cid-uspkFYnur9 .social-row {
  color: #ffffff;
}
.cid-uspkFYnur9 .mbr-role,
.cid-uspkFYnur9 .social-row {
  color: #ffffff;
}
.cid-uspkFYnur9 .card-text,
.cid-uspkFYnur9 .mbr-section-btn,
.cid-uspkFYnur9 .social-row {
  color: #ffffff;
}
.cid-thqLmn02D7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-thqLmn02D7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqLmn02D7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy6ZZ9Tzh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-txy6ZZ9Tzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy6ZZ9Tzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy6ZZ9Tzh .google-map {
  height: 30rem;
  position: relative;
}
.cid-txy6ZZ9Tzh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txy6ZZ9Tzh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txy6ZZ9Tzh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txy6ZZ9Tzh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txy6ZZ9Tzh .mbr-section-title {
  color: #ffffff;
}
.cid-thqLkNROyQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-thqLkNROyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thqLkNROyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFvUImMvE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgFvUImMvE nav.navbar {
  position: fixed;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgFvUImMvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgFvUImMvE .dropdown-item:hover,
.cid-tgFvUImMvE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tgFvUImMvE .dropdown-item:hover span {
  color: white;
}
.cid-tgFvUImMvE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgFvUImMvE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgFvUImMvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgFvUImMvE .nav-link {
  position: relative;
}
.cid-tgFvUImMvE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .container {
    flex-wrap: nowrap;
  }
}
.cid-tgFvUImMvE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown-menu,
.cid-tgFvUImMvE .navbar.opened {
  background: #000000 !important;
}
.cid-tgFvUImMvE .nav-item:focus,
.cid-tgFvUImMvE .nav-link:focus {
  outline: none;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFvUImMvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFvUImMvE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tgFvUImMvE .navbar.opened {
  transition: all 0.3s;
}
.cid-tgFvUImMvE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgFvUImMvE .navbar .navbar-logo img {
  width: auto;
}
.cid-tgFvUImMvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgFvUImMvE .navbar.collapsed {
  justify-content: center;
}
.cid-tgFvUImMvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFvUImMvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgFvUImMvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgFvUImMvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFvUImMvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgFvUImMvE .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-tgFvUImMvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgFvUImMvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgFvUImMvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgFvUImMvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgFvUImMvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgFvUImMvE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgFvUImMvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgFvUImMvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFvUImMvE .dropdown-item.active,
.cid-tgFvUImMvE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFvUImMvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgFvUImMvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFvUImMvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgFvUImMvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgFvUImMvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgFvUImMvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar {
    height: 70px;
  }
  .cid-tgFvUImMvE .navbar.opened {
    height: auto;
  }
  .cid-tgFvUImMvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tiVq7Ym1ty {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/backgroundblur-2-2000x866.png");
}
.cid-tiVq7Ym1ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiVq7Ym1ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbgdOGhc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-trMbgdOGhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-trMbgdOGhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbgdOGhc .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-trMbgdOGhc .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trMbgdOGhc .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-trMbgdOGhc .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trMbgdOGhc .row .row {
    flex-direction: column-reverse;
  }
  .cid-trMbgdOGhc .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trMbgdOGhc .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trMbgdOGhc .card-subtitle {
  color: #e43f3f;
}
.cid-trMbgdOGhc .mbr-text {
  color: #555555;
}
.cid-trMbfL2PtD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-trMbfL2PtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-trMbfL2PtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbfL2PtD .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-trMbfL2PtD .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trMbfL2PtD .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-trMbfL2PtD .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trMbfL2PtD .row .row {
    flex-direction: column-reverse;
  }
  .cid-trMbfL2PtD .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trMbfL2PtD .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trMbfL2PtD .card-subtitle {
  color: #e43f3f;
}
.cid-trMbfL2PtD .mbr-text {
  color: #555555;
}
.cid-trGPkTahHo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc07077-2000x1051.jpg");
}
.cid-trGPkTahHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-trGPkTahHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trGPkTahHo .mbr-text,
.cid-trGPkTahHo .mbr-section-btn {
  color: #232323;
}
.cid-trGPkTahHo .card-title,
.cid-trGPkTahHo .card-box {
  color: #ffffff;
}
.cid-trGPkTahHo .mbr-text,
.cid-trGPkTahHo .link-wrap {
  color: #ffffff;
}
.cid-trLGg2tdzu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tiVnZOCHXw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-tiVnZOCHXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiVnZOCHXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiVo3tOhWD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-tiVo3tOhWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiVo3tOhWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFvUImMvE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgFvUImMvE nav.navbar {
  position: fixed;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgFvUImMvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgFvUImMvE .dropdown-item:hover,
.cid-tgFvUImMvE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tgFvUImMvE .dropdown-item:hover span {
  color: white;
}
.cid-tgFvUImMvE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgFvUImMvE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgFvUImMvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgFvUImMvE .nav-link {
  position: relative;
}
.cid-tgFvUImMvE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .container {
    flex-wrap: nowrap;
  }
}
.cid-tgFvUImMvE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown-menu,
.cid-tgFvUImMvE .navbar.opened {
  background: #000000 !important;
}
.cid-tgFvUImMvE .nav-item:focus,
.cid-tgFvUImMvE .nav-link:focus {
  outline: none;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFvUImMvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFvUImMvE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tgFvUImMvE .navbar.opened {
  transition: all 0.3s;
}
.cid-tgFvUImMvE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgFvUImMvE .navbar .navbar-logo img {
  width: auto;
}
.cid-tgFvUImMvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgFvUImMvE .navbar.collapsed {
  justify-content: center;
}
.cid-tgFvUImMvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFvUImMvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgFvUImMvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgFvUImMvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFvUImMvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgFvUImMvE .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-tgFvUImMvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgFvUImMvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgFvUImMvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgFvUImMvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgFvUImMvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgFvUImMvE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgFvUImMvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgFvUImMvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFvUImMvE .dropdown-item.active,
.cid-tgFvUImMvE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFvUImMvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgFvUImMvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFvUImMvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgFvUImMvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgFvUImMvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgFvUImMvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar {
    height: 70px;
  }
  .cid-tgFvUImMvE .navbar.opened {
    height: auto;
  }
  .cid-tgFvUImMvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tg4yA3VlbU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pasted-image-0-1034x734.png");
}
.cid-tg4yA3VlbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg4yA3VlbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg4yA3VlbU .mbr-text,
.cid-tg4yA3VlbU .mbr-section-btn {
  color: #232323;
}
.cid-tg4yA3VlbU .card-title,
.cid-tg4yA3VlbU .card-box {
  color: #ffffff;
}
.cid-tg4yA3VlbU .mbr-text,
.cid-tg4yA3VlbU .link-wrap {
  color: #ffffff;
}
.cid-txUSp2LbCO {
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #232323;
}
.cid-txUSp2LbCO .mbr-style {
  background-color: red;
}
.cid-txVdKHHSb9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-txVdKHHSb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVdKHHSb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVdKHHSb9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-txVdKHHSb9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txVdKHHSb9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txVdKHHSb9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txVdKHHSb9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVdKHHSb9 .mbr-section-title {
  color: #ffffff;
}
.cid-tgFvUImMvE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgFvUImMvE nav.navbar {
  position: fixed;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgFvUImMvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgFvUImMvE .dropdown-item:hover,
.cid-tgFvUImMvE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tgFvUImMvE .dropdown-item:hover span {
  color: white;
}
.cid-tgFvUImMvE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgFvUImMvE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgFvUImMvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgFvUImMvE .nav-link {
  position: relative;
}
.cid-tgFvUImMvE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .container {
    flex-wrap: nowrap;
  }
}
.cid-tgFvUImMvE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown-menu,
.cid-tgFvUImMvE .navbar.opened {
  background: #000000 !important;
}
.cid-tgFvUImMvE .nav-item:focus,
.cid-tgFvUImMvE .nav-link:focus {
  outline: none;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgFvUImMvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgFvUImMvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFvUImMvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFvUImMvE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tgFvUImMvE .navbar.opened {
  transition: all 0.3s;
}
.cid-tgFvUImMvE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgFvUImMvE .navbar .navbar-logo img {
  width: auto;
}
.cid-tgFvUImMvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgFvUImMvE .navbar.collapsed {
  justify-content: center;
}
.cid-tgFvUImMvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFvUImMvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFvUImMvE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFvUImMvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgFvUImMvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgFvUImMvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFvUImMvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgFvUImMvE .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-tgFvUImMvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgFvUImMvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFvUImMvE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgFvUImMvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgFvUImMvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgFvUImMvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgFvUImMvE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgFvUImMvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgFvUImMvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgFvUImMvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFvUImMvE .dropdown-item.active,
.cid-tgFvUImMvE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFvUImMvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgFvUImMvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tgFvUImMvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgFvUImMvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFvUImMvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgFvUImMvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgFvUImMvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgFvUImMvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgFvUImMvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgFvUImMvE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgFvUImMvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgFvUImMvE .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-tgFvUImMvE .navbar {
    height: 70px;
  }
  .cid-tgFvUImMvE .navbar.opened {
    height: auto;
  }
  .cid-tgFvUImMvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tnVnVMi2DU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tnVnVMi2DU nav.navbar {
  position: fixed;
}
.cid-tnVnVMi2DU .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-tnVnVMi2DU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tnVnVMi2DU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnVnVMi2DU .dropdown-item:hover,
.cid-tnVnVMi2DU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tnVnVMi2DU .dropdown-item:hover span {
  color: white;
}
.cid-tnVnVMi2DU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tnVnVMi2DU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tnVnVMi2DU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tnVnVMi2DU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnVnVMi2DU .nav-link {
  position: relative;
}
.cid-tnVnVMi2DU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tnVnVMi2DU .container {
    flex-wrap: nowrap;
  }
}
.cid-tnVnVMi2DU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tnVnVMi2DU .dropdown-menu,
.cid-tnVnVMi2DU .navbar.opened {
  background: #000000 !important;
}
.cid-tnVnVMi2DU .nav-item:focus,
.cid-tnVnVMi2DU .nav-link:focus {
  outline: none;
}
.cid-tnVnVMi2DU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnVnVMi2DU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnVnVMi2DU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tnVnVMi2DU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnVnVMi2DU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnVnVMi2DU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnVnVMi2DU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tnVnVMi2DU .navbar.opened {
  transition: all 0.3s;
}
.cid-tnVnVMi2DU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tnVnVMi2DU .navbar .navbar-logo img {
  width: auto;
}
.cid-tnVnVMi2DU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnVnVMi2DU .navbar.collapsed {
  justify-content: center;
}
.cid-tnVnVMi2DU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnVnVMi2DU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnVnVMi2DU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tnVnVMi2DU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnVnVMi2DU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnVnVMi2DU .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-tnVnVMi2DU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnVnVMi2DU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tnVnVMi2DU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tnVnVMi2DU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnVnVMi2DU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnVnVMi2DU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnVnVMi2DU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnVnVMi2DU .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-tnVnVMi2DU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tnVnVMi2DU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnVnVMi2DU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnVnVMi2DU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnVnVMi2DU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnVnVMi2DU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tnVnVMi2DU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tnVnVMi2DU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnVnVMi2DU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tnVnVMi2DU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tnVnVMi2DU .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-tnVnVMi2DU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnVnVMi2DU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnVnVMi2DU .dropdown-item.active,
.cid-tnVnVMi2DU .dropdown-item:active {
  background-color: transparent;
}
.cid-tnVnVMi2DU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnVnVMi2DU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnVnVMi2DU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnVnVMi2DU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tnVnVMi2DU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnVnVMi2DU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnVnVMi2DU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnVnVMi2DU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnVnVMi2DU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tnVnVMi2DU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-tnVnVMi2DU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnVnVMi2DU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnVnVMi2DU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnVnVMi2DU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnVnVMi2DU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnVnVMi2DU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnVnVMi2DU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnVnVMi2DU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnVnVMi2DU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tnVnVMi2DU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnVnVMi2DU .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-tnVnVMi2DU .navbar {
    height: 70px;
  }
  .cid-tnVnVMi2DU .navbar.opened {
    height: auto;
  }
  .cid-tnVnVMi2DU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnVnVMZr23 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tnVnVMZr23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVnVMZr23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxOb0qdf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-txxOb0qdf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxOb0qdf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxbjgTP0p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/9-1-1500x964.png");
}
.cid-txxbjgTP0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxbjgTP0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxbjgTP0p .video-wrapper iframe {
  width: 100%;
}
.cid-txxbjgTP0p .mbr-section-title,
.cid-txxbjgTP0p .mbr-section-subtitle,
.cid-txxbjgTP0p .mbr-text {
  text-align: center;
}
.cid-txxbjgTP0p .mbr-section-title {
  color: #ffffff;
}
.cid-txxOJ3Q6A8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-txxOJ3Q6A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxOJ3Q6A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVpDBob4Z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tnVpDBob4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVpDBob4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVpDBob4Z .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-tnVpDBob4Z .item {
    margin-bottom: 4rem;
  }
}
.cid-tnVpDBob4Z .item:last-child .icon-box:before {
  display: none;
}
.cid-tnVpDBob4Z .item.last .icon-box:before {
  display: none;
}
.cid-tnVpDBob4Z .icon-box {
  background: #00a730;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tnVpDBob4Z .icon-box {
    margin-right: 1rem;
  }
}
.cid-tnVpDBob4Z .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 41px;
  left: 50%;
  top: 111%;
  color: #00a730;
  transform: translate(-50%, 0);
}
.cid-tnVpDBob4Z span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tnVpDBob4Z .card {
    margin-bottom: 2rem;
  }
  .cid-tnVpDBob4Z .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tnVpDBob4Z .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tnVpDBob4Z .icon-box::before {
    top: 114%;
  }
}
.cid-tnVpDBob4Z .card-title,
.cid-tnVpDBob4Z .card-box {
  color: #ffffff;
}
.cid-tnVpDBob4Z .mbr-text,
.cid-tnVpDBob4Z .mbr-section-btn {
  color: #ffffff;
}
.cid-tnVpDBob4Z .icon-text {
  color: #ffffff;
}
.cid-tnVnVNr6QI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tnVnVNr6QI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVnVNr6QI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVpif62QW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #001306;
}
.cid-tnVpif62QW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tnVpif62QW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tnVpif62QW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #00a730;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tnVpif62QW .mbr-text {
  color: #ffffff;
}
.cid-tnVpif62QW .mbr-section-title {
  color: #ffffff;
}
.cid-txxOYS2j6M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-txxOYS2j6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxOYS2j6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGe1sYhY8A {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-tGe1sYhY8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGe1sYhY8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGe1sYhY8A .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tGe1sYhY8A .team-card:hover {
  transform: translateY(-10px);
}
.cid-tGe1sYhY8A .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tGe1sYhY8A .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tGe1sYhY8A .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tGe1sYhY8A .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGe1sYhY8A .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tGe1sYhY8A .social-row {
  text-align: center;
}
.cid-tGe1sYhY8A .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 #00a730;
  transition: all 0.3s;
}
.cid-tGe1sYhY8A .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-tGe1sYhY8A .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-tGe1sYhY8A .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tGe1sYhY8A .card-title,
.cid-tGe1sYhY8A .social-row {
  color: #ffffff;
}
.cid-tGe1sYhY8A .mbr-role,
.cid-tGe1sYhY8A .social-row {
  color: #ffffff;
}
.cid-tGe1sYhY8A .card-text,
.cid-tGe1sYhY8A .mbr-section-btn,
.cid-tGe1sYhY8A .social-row {
  color: #ffffff;
}
.cid-tGe1sYhY8A .mbr-section-title {
  color: #ffffff;
}
.cid-tGe1txSu6Q {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-tGe1txSu6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGe1txSu6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGe1txSu6Q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tGe1txSu6Q .team-card:hover {
  transform: translateY(-10px);
}
.cid-tGe1txSu6Q .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tGe1txSu6Q .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tGe1txSu6Q .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tGe1txSu6Q .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGe1txSu6Q .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tGe1txSu6Q .social-row {
  text-align: center;
}
.cid-tGe1txSu6Q .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 #00a730;
  transition: all 0.3s;
}
.cid-tGe1txSu6Q .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-tGe1txSu6Q .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-tGe1txSu6Q .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tGe1txSu6Q .card-title,
.cid-tGe1txSu6Q .social-row {
  color: #ffffff;
}
.cid-tGe1txSu6Q .mbr-role,
.cid-tGe1txSu6Q .social-row {
  color: #ffffff;
}
.cid-tGe1txSu6Q .card-text,
.cid-tGe1txSu6Q .mbr-section-btn,
.cid-tGe1txSu6Q .social-row {
  color: #ffffff;
}
.cid-tGe1uhAqoK {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc07077-2000x1051.jpg");
}
.cid-tGe1uhAqoK .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tGe1uhAqoK img,
.cid-tGe1uhAqoK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tGe1uhAqoK .item:focus,
.cid-tGe1uhAqoK span:focus {
  outline: none;
}
.cid-tGe1uhAqoK .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-tGe1uhAqoK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGe1uhAqoK .item {
  padding: 0;
  margin: 0;
}
.cid-tGe1uhAqoK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 660px;
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .cid-tGe1uhAqoK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGe1uhAqoK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGe1uhAqoK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGe1uhAqoK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGe1uhAqoK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGe1uhAqoK .fursuit-section-btn1 {
  position: absolute;
  top: 510px;
  left: -10px;
  width: 350px;
}
.cid-tGe1uhAqoK .fursuit-section-btn2 {
  position: absolute;
  top: 570px;
  left: -10px;
  width: 300px;
}
.cid-tGe1uhAqoK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGe1uhAqoK .mbr-text,
.cid-tGe1uhAqoK .mbr-section-btn {
  text-align: left;
}
.cid-tGe1uhAqoK .item-title {
  text-align: center;
  max-width: 115%;
}
.cid-tGe1uhAqoK .item-subtitle {
  text-align: left;
}
.cid-tGe1uhAqoK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tnVnVQsNsy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #232323;
}
.cid-tnVnVQsNsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVnVQsNsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVnVQsNsy .google-map {
  height: 30rem;
  position: relative;
}
.cid-tnVnVQsNsy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnVnVQsNsy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnVnVQsNsy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnVnVQsNsy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnVnVQsNsy .mbr-section-title {
  color: #ffffff;
}
.cid-tnVnVPrQWi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tnVnVPrQWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVnVPrQWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVnVPrQWi .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tnVnVPrQWi .container {
    max-width: 1400px;
  }
}
.cid-tnVnVPrQWi .card {
  margin: auto;
}
.cid-tnVnVPrQWi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a730;
  margin-bottom: 2rem;
}
.cid-tnVnVPrQWi .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tnVnVPrQWi .row {
  justify-content: center;
}
.cid-tnVnVPrQWi H3 {
  color: #ffffff;
}
.cid-tnVnVPrQWi .card-title,
.cid-tnVnVPrQWi .card-box {
  color: #ffffff;
}
.cid-tnVnVRlR9u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tnVnVRlR9u .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVnVRlR9u form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tnVnVRlR9u form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tnVnVRlR9u form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tnVnVRlR9u .mbr-section-title {
  color: #ffffff;
}
.cid-tnVnVRErBK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-tnVnVRErBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnVnVRErBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVnVRXSFG .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #000000;
  top: 67px;
}
.cid-tnVnVRXSFG .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-tnVnVRXSFG .sticky2 {
  position: fixed;
  top: 59px;
  width: 100%;
}
.cid-tnVnVRXSFG .hidden {
  display: none;
}
.cid-tnVnVRXSFG H10 {
  color: #767676;
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-to1pL7kQh8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-to1pL7kQh8 nav.navbar {
  position: fixed;
}
.cid-to1pL7kQh8 .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-to1pL7kQh8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-to1pL7kQh8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-to1pL7kQh8 .dropdown-item:hover,
.cid-to1pL7kQh8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-to1pL7kQh8 .dropdown-item:hover span {
  color: white;
}
.cid-to1pL7kQh8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-to1pL7kQh8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-to1pL7kQh8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-to1pL7kQh8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-to1pL7kQh8 .nav-link {
  position: relative;
}
.cid-to1pL7kQh8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-to1pL7kQh8 .container {
    flex-wrap: nowrap;
  }
}
.cid-to1pL7kQh8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to1pL7kQh8 .dropdown-menu,
.cid-to1pL7kQh8 .navbar.opened {
  background: #000000 !important;
}
.cid-to1pL7kQh8 .nav-item:focus,
.cid-to1pL7kQh8 .nav-link:focus {
  outline: none;
}
.cid-to1pL7kQh8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-to1pL7kQh8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to1pL7kQh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-to1pL7kQh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-to1pL7kQh8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to1pL7kQh8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to1pL7kQh8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-to1pL7kQh8 .navbar.opened {
  transition: all 0.3s;
}
.cid-to1pL7kQh8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-to1pL7kQh8 .navbar .navbar-logo img {
  width: auto;
}
.cid-to1pL7kQh8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to1pL7kQh8 .navbar.collapsed {
  justify-content: center;
}
.cid-to1pL7kQh8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to1pL7kQh8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-to1pL7kQh8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-to1pL7kQh8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to1pL7kQh8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to1pL7kQh8 .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-to1pL7kQh8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to1pL7kQh8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to1pL7kQh8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to1pL7kQh8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to1pL7kQh8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to1pL7kQh8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to1pL7kQh8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to1pL7kQh8 .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-to1pL7kQh8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-to1pL7kQh8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to1pL7kQh8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to1pL7kQh8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-to1pL7kQh8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-to1pL7kQh8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-to1pL7kQh8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-to1pL7kQh8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-to1pL7kQh8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-to1pL7kQh8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-to1pL7kQh8 .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-to1pL7kQh8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to1pL7kQh8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to1pL7kQh8 .dropdown-item.active,
.cid-to1pL7kQh8 .dropdown-item:active {
  background-color: transparent;
}
.cid-to1pL7kQh8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to1pL7kQh8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to1pL7kQh8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to1pL7kQh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-to1pL7kQh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to1pL7kQh8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-to1pL7kQh8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to1pL7kQh8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-to1pL7kQh8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-to1pL7kQh8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-to1pL7kQh8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to1pL7kQh8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to1pL7kQh8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to1pL7kQh8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to1pL7kQh8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to1pL7kQh8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to1pL7kQh8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to1pL7kQh8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to1pL7kQh8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-to1pL7kQh8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-to1pL7kQh8 .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-to1pL7kQh8 .navbar {
    height: 70px;
  }
  .cid-to1pL7kQh8 .navbar.opened {
    height: auto;
  }
  .cid-to1pL7kQh8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to1pL7PAnG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/nuthouse-logo-08-2022-lightgreen-onblack-1.svg");
}
.cid-to1pL7PAnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1pL7PAnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1pL7PAnG .mbr-section-title {
  color: #ffffff;
}
.cid-to1pL8qnSV {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-to1pL8qnSV .mbr-text {
  color: #ffffff;
}
.cid-to1pL8qnSV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-to1zEKyYAm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-1870-902x601.jpg");
}
.cid-to1zEKyYAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1zEKyYAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1zEKyYAm .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-to1zEKyYAm .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-to1zEKyYAm .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-to1zEKyYAm .wrapper {
  padding: 30px 0;
}
.cid-to1zEKyYAm .mbr-section-title {
  color: #fafafa;
}
.cid-to1zEKyYAm .mbr-text,
.cid-to1zEKyYAm .mbr-section-btn {
  color: #ffffff;
}
.cid-to1pL9ASwk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-to1pL9ASwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1pL9ASwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFObWMril {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-toFObWMril .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFObWMril .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFObWMril .nav-tabs .nav-item.open .nav-link:focus,
.cid-toFObWMril .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-toFObWMril .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #00a730;
}
@media (max-width: 767px) {
  .cid-toFObWMril .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-toFObWMril .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-toFObWMril .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-toFObWMril .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-toFObWMril .nav-link,
.cid-toFObWMril .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-toFObWMril .nav-tabs .nav-link.active {
  color: #00a730;
  border-bottom: 3px solid #00a730;
}
.cid-toFObWMril H4 {
  text-align: center;
}
.cid-toFObWMril H3 {
  text-align: center;
  color: #ffffff;
}
.cid-toFObWMril P {
  color: #ffffff;
}
.cid-uspkRo4Z4X {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-uspkRo4Z4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkRo4Z4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkRo4Z4X .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkRo4Z4X .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkRo4Z4X .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkRo4Z4X .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkRo4Z4X .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkRo4Z4X .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkRo4Z4X .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkRo4Z4X .social-row {
  text-align: center;
}
.cid-uspkRo4Z4X .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkRo4Z4X .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkRo4Z4X .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkRo4Z4X .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkRo4Z4X .card-title,
.cid-uspkRo4Z4X .social-row {
  color: #ffffff;
}
.cid-uspkRo4Z4X .mbr-role,
.cid-uspkRo4Z4X .social-row {
  color: #ffffff;
}
.cid-uspkRo4Z4X .card-text,
.cid-uspkRo4Z4X .mbr-section-btn,
.cid-uspkRo4Z4X .social-row {
  color: #ffffff;
}
.cid-uspkRo4Z4X .mbr-section-title {
  color: #ffffff;
}
.cid-uspkRPJb2T {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-uspkRPJb2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkRPJb2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkRPJb2T .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkRPJb2T .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkRPJb2T .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkRPJb2T .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkRPJb2T .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkRPJb2T .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkRPJb2T .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkRPJb2T .social-row {
  text-align: center;
}
.cid-uspkRPJb2T .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkRPJb2T .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkRPJb2T .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkRPJb2T .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkRPJb2T .card-title,
.cid-uspkRPJb2T .social-row {
  color: #ffffff;
}
.cid-uspkRPJb2T .mbr-role,
.cid-uspkRPJb2T .social-row {
  color: #ffffff;
}
.cid-uspkRPJb2T .card-text,
.cid-uspkRPJb2T .mbr-section-btn,
.cid-uspkRPJb2T .social-row {
  color: #ffffff;
}
.cid-to1pLbjiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-to1pLbjiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1pLbjiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1pLbAQI8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-to1pLbAQI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1pLbAQI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1pLbAQI8 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-to1pLbAQI8 .container {
    max-width: 1400px;
  }
}
.cid-to1pLbAQI8 .card {
  margin: auto;
}
.cid-to1pLbAQI8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a730;
  margin-bottom: 2rem;
}
.cid-to1pLbAQI8 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-to1pLbAQI8 .row {
  justify-content: center;
}
.cid-to1pLbAQI8 H3 {
  color: #ffffff;
}
.cid-to1pLbAQI8 .card-title,
.cid-to1pLbAQI8 .card-box {
  color: #ffffff;
}
.cid-to1pLbVqJn {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/furmeet-1839x963.png");
}
.cid-to1pLbVqJn .mbr-overlay {
  background: #003610;
  opacity: 0.8;
}
.cid-to1pLbVqJn img,
.cid-to1pLbVqJn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-to1pLbVqJn .item:focus,
.cid-to1pLbVqJn span:focus {
  outline: none;
}
.cid-to1pLbVqJn .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-to1pLbVqJn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 660px;
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-to1pLbVqJn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-to1pLbVqJn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to1pLbVqJn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-to1pLbVqJn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-to1pLbVqJn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-to1pLbVqJn .fursuit-section-btn1 {
  position: absolute;
  top: 510px;
  left: -10px;
  width: 350px;
}
.cid-to1pLbVqJn .fursuit-section-btn2 {
  position: absolute;
  top: 570px;
  left: -10px;
  width: 300px;
}
.cid-to1pLbVqJn .mbr-section-title {
  color: #ffffff;
}
.cid-to1pLbVqJn .mbr-text,
.cid-to1pLbVqJn .mbr-section-btn {
  text-align: left;
}
.cid-to1pLbVqJn .item-title {
  text-align: center;
}
.cid-to1pLbVqJn .item-subtitle {
  text-align: left;
}
.cid-to1pLbVqJn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-to1pLcjw0g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-to1pLcjw0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1pLcjw0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1pLcyqKn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #232323;
}
.cid-to1pLcyqKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1pLcyqKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1pLcyqKn .google-map {
  height: 30rem;
  position: relative;
}
.cid-to1pLcyqKn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-to1pLcyqKn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-to1pLcyqKn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-to1pLcyqKn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-to1pLcyqKn .mbr-section-title {
  color: #ffffff;
}
.cid-to1pLdeR0b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-to1pLdeR0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1pLdeR0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1pLdto6F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-to1pLdto6F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-to1pLdto6F form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-to1pLdto6F form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-to1pLdto6F form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-to1pLdto6F .mbr-section-title {
  color: #ffffff;
}
.cid-to1pLdIvWO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-to1pLdIvWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1pLdIvWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1pLdYtfo .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #000000;
  top: 67px;
}
.cid-to1pLdYtfo .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-to1pLdYtfo .sticky2 {
  position: fixed;
  top: 59px;
  width: 100%;
}
.cid-to1pLdYtfo .hidden {
  display: none;
}
.cid-to1pLdYtfo H10 {
  color: #767676;
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toFYf3xfht {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toFYf3xfht nav.navbar {
  position: fixed;
}
.cid-toFYf3xfht .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-toFYf3xfht .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toFYf3xfht .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toFYf3xfht .dropdown-item:hover,
.cid-toFYf3xfht .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toFYf3xfht .dropdown-item:hover span {
  color: white;
}
.cid-toFYf3xfht .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toFYf3xfht .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toFYf3xfht .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toFYf3xfht .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toFYf3xfht .nav-link {
  position: relative;
}
.cid-toFYf3xfht .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toFYf3xfht .container {
    flex-wrap: nowrap;
  }
}
.cid-toFYf3xfht .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toFYf3xfht .dropdown-menu,
.cid-toFYf3xfht .navbar.opened {
  background: #000000 !important;
}
.cid-toFYf3xfht .nav-item:focus,
.cid-toFYf3xfht .nav-link:focus {
  outline: none;
}
.cid-toFYf3xfht .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toFYf3xfht .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toFYf3xfht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toFYf3xfht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toFYf3xfht .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toFYf3xfht .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toFYf3xfht .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-toFYf3xfht .navbar.opened {
  transition: all 0.3s;
}
.cid-toFYf3xfht .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toFYf3xfht .navbar .navbar-logo img {
  width: auto;
}
.cid-toFYf3xfht .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toFYf3xfht .navbar.collapsed {
  justify-content: center;
}
.cid-toFYf3xfht .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toFYf3xfht .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toFYf3xfht .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toFYf3xfht .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toFYf3xfht .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toFYf3xfht .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-toFYf3xfht .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toFYf3xfht .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toFYf3xfht .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toFYf3xfht .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toFYf3xfht .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toFYf3xfht .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toFYf3xfht .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toFYf3xfht .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-toFYf3xfht .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toFYf3xfht .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toFYf3xfht .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toFYf3xfht .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toFYf3xfht .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toFYf3xfht .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toFYf3xfht .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toFYf3xfht .navbar.navbar-short {
  min-height: 60px;
}
.cid-toFYf3xfht .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toFYf3xfht .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toFYf3xfht .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-toFYf3xfht .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toFYf3xfht .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toFYf3xfht .dropdown-item.active,
.cid-toFYf3xfht .dropdown-item:active {
  background-color: transparent;
}
.cid-toFYf3xfht .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toFYf3xfht .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toFYf3xfht .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toFYf3xfht .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-toFYf3xfht .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toFYf3xfht .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toFYf3xfht ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toFYf3xfht .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toFYf3xfht button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toFYf3xfht button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-toFYf3xfht button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toFYf3xfht button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toFYf3xfht button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toFYf3xfht button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toFYf3xfht nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toFYf3xfht nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toFYf3xfht nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toFYf3xfht nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toFYf3xfht .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toFYf3xfht a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toFYf3xfht .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-toFYf3xfht .navbar {
    height: 70px;
  }
  .cid-toFYf3xfht .navbar.opened {
    height: auto;
  }
  .cid-toFYf3xfht .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toFYf44fF9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/nuthouse-logo-08-2022-lightgreen-onblack-1.svg");
}
.cid-toFYf44fF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYf44fF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFYf44fF9 .mbr-section-title {
  color: #ffffff;
}
.cid-toFYf4ooPC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-toFYf4ooPC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-toFYf4ooPC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toFYf4Ax3T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-1870-902x601.jpg");
}
.cid-toFYf4Ax3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYf4Ax3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFYf4Ax3T .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-toFYf4Ax3T .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-toFYf4Ax3T .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-toFYf4Ax3T .wrapper {
  padding: 30px 0;
}
.cid-toFYf4Ax3T .mbr-section-title {
  color: #fafafa;
}
.cid-toFYf4Ax3T .mbr-text,
.cid-toFYf4Ax3T .mbr-section-btn {
  color: #ffffff;
}
.cid-toFYf5BtxY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-toFYf5BtxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYf5BtxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFZV4NwgT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #353535;
}
.cid-toFZV4NwgT .mbr-text {
  color: #ffffff;
}
.cid-toFZV4NwgT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-toFYf7vmYi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-toFYf7vmYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYf7vmYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFYf7Nw5O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-toFYf7Nw5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYf7Nw5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFYf7Nw5O .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-toFYf7Nw5O .container {
    max-width: 1400px;
  }
}
.cid-toFYf7Nw5O .card {
  margin: auto;
}
.cid-toFYf7Nw5O .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a730;
  margin-bottom: 2rem;
}
.cid-toFYf7Nw5O .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-toFYf7Nw5O .row {
  justify-content: center;
}
.cid-toFYf7Nw5O H3 {
  color: #ffffff;
}
.cid-toFYf7Nw5O .card-title,
.cid-toFYf7Nw5O .card-box {
  color: #ffffff;
}
.cid-uspkWo8EPl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-uspkWo8EPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkWo8EPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkWo8EPl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkWo8EPl .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkWo8EPl .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkWo8EPl .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkWo8EPl .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkWo8EPl .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkWo8EPl .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkWo8EPl .social-row {
  text-align: center;
}
.cid-uspkWo8EPl .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkWo8EPl .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkWo8EPl .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkWo8EPl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkWo8EPl .card-title,
.cid-uspkWo8EPl .social-row {
  color: #ffffff;
}
.cid-uspkWo8EPl .mbr-role,
.cid-uspkWo8EPl .social-row {
  color: #ffffff;
}
.cid-uspkWo8EPl .card-text,
.cid-uspkWo8EPl .mbr-section-btn,
.cid-uspkWo8EPl .social-row {
  color: #ffffff;
}
.cid-uspkWo8EPl .mbr-section-title {
  color: #ffffff;
}
.cid-uspkWSrWqS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-uspkWSrWqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkWSrWqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkWSrWqS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkWSrWqS .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkWSrWqS .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkWSrWqS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkWSrWqS .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkWSrWqS .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkWSrWqS .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkWSrWqS .social-row {
  text-align: center;
}
.cid-uspkWSrWqS .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkWSrWqS .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkWSrWqS .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkWSrWqS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkWSrWqS .card-title,
.cid-uspkWSrWqS .social-row {
  color: #ffffff;
}
.cid-uspkWSrWqS .mbr-role,
.cid-uspkWSrWqS .social-row {
  color: #ffffff;
}
.cid-uspkWSrWqS .card-text,
.cid-uspkWSrWqS .mbr-section-btn,
.cid-uspkWSrWqS .social-row {
  color: #ffffff;
}
.cid-uspkYbb5A9 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc07077-2000x1051.jpg");
}
.cid-uspkYbb5A9 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-uspkYbb5A9 img,
.cid-uspkYbb5A9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uspkYbb5A9 .item:focus,
.cid-uspkYbb5A9 span:focus {
  outline: none;
}
.cid-uspkYbb5A9 .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-uspkYbb5A9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uspkYbb5A9 .item {
  padding: 0;
  margin: 0;
}
.cid-uspkYbb5A9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 660px;
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .cid-uspkYbb5A9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uspkYbb5A9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uspkYbb5A9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uspkYbb5A9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uspkYbb5A9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uspkYbb5A9 .fursuit-section-btn1 {
  position: absolute;
  top: 510px;
  left: -10px;
  width: 350px;
}
.cid-uspkYbb5A9 .fursuit-section-btn2 {
  position: absolute;
  top: 570px;
  left: -10px;
  width: 300px;
}
.cid-uspkYbb5A9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uspkYbb5A9 .mbr-text,
.cid-uspkYbb5A9 .mbr-section-btn {
  text-align: left;
}
.cid-uspkYbb5A9 .item-title {
  text-align: center;
  max-width: 115%;
}
.cid-uspkYbb5A9 .item-subtitle {
  text-align: left;
}
.cid-uspkYbb5A9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toFYf8BDex {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toFYf8BDex .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYf8BDex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFYf8S6ZC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #232323;
}
.cid-toFYf8S6ZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYf8S6ZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFYf8S6ZC .google-map {
  height: 30rem;
  position: relative;
}
.cid-toFYf8S6ZC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-toFYf8S6ZC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-toFYf8S6ZC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toFYf8S6ZC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-toFYf8S6ZC .mbr-section-title {
  color: #ffffff;
}
.cid-toFYf9BRjN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-toFYf9BRjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYf9BRjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFYf9WPKo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-toFYf9WPKo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toFYf9WPKo form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-toFYf9WPKo form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-toFYf9WPKo form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-toFYf9WPKo .mbr-section-title {
  color: #ffffff;
}
.cid-toFYfafqAe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-toFYfafqAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFYfafqAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFYfaxG7K .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #000000;
  top: 67px;
}
.cid-toFYfaxG7K .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-toFYfaxG7K .sticky2 {
  position: fixed;
  top: 59px;
  width: 100%;
}
.cid-toFYfaxG7K .hidden {
  display: none;
}
.cid-toFYfaxG7K H10 {
  color: #767676;
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txy2gO3sK4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/backgroundblur-2-2000x866.png");
}
.cid-txy2gO3sK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy2gO3sK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLIEmURKS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-trLIEmURKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLIEmURKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLIEmURKS .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-trLIEmURKS .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trLIEmURKS .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-trLIEmURKS .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trLIEmURKS .row .row {
    flex-direction: column-reverse;
  }
  .cid-trLIEmURKS .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trLIEmURKS .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trLIEmURKS .card-subtitle {
  color: #e43f3f;
}
.cid-trLIEmURKS .mbr-text {
  color: #555555;
}
.cid-trLIELFzdx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-trLIELFzdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLIELFzdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLIELFzdx .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-trLIELFzdx .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trLIELFzdx .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-trLIELFzdx .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trLIELFzdx .row .row {
    flex-direction: column-reverse;
  }
  .cid-trLIELFzdx .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trLIELFzdx .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trLIELFzdx .card-subtitle {
  color: #e43f3f;
}
.cid-trLIELFzdx .mbr-text {
  color: #555555;
}
.cid-trLGTJeSWH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-2023-2000x1333.png");
}
.cid-trLGTJeSWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLGTJeSWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLGTJeSWH .mbr-text,
.cid-trLGTJeSWH .mbr-section-btn {
  color: #232323;
}
.cid-trLGTJeSWH .card-title,
.cid-trLGTJeSWH .card-box {
  color: #ffffff;
}
.cid-trLGTJeSWH .mbr-text,
.cid-trLGTJeSWH .link-wrap {
  color: #ffffff;
}
.cid-trLGTJvEHg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-trLGTL4r0j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-trLGTL4r0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLGTL4r0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLGTLC5la {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-trLGTLC5la .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLGTLC5la .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLGTLSlgK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trLGTLSlgK nav.navbar {
  position: fixed;
}
.cid-trLGTLSlgK .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-trLGTLSlgK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trLGTLSlgK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trLGTLSlgK .dropdown-item:hover,
.cid-trLGTLSlgK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-trLGTLSlgK .dropdown-item:hover span {
  color: white;
}
.cid-trLGTLSlgK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trLGTLSlgK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trLGTLSlgK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trLGTLSlgK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trLGTLSlgK .nav-link {
  position: relative;
}
.cid-trLGTLSlgK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trLGTLSlgK .container {
    flex-wrap: nowrap;
  }
}
.cid-trLGTLSlgK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trLGTLSlgK .dropdown-menu,
.cid-trLGTLSlgK .navbar.opened {
  background: #000000 !important;
}
.cid-trLGTLSlgK .nav-item:focus,
.cid-trLGTLSlgK .nav-link:focus {
  outline: none;
}
.cid-trLGTLSlgK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trLGTLSlgK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trLGTLSlgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trLGTLSlgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trLGTLSlgK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trLGTLSlgK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trLGTLSlgK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-trLGTLSlgK .navbar.opened {
  transition: all 0.3s;
}
.cid-trLGTLSlgK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trLGTLSlgK .navbar .navbar-logo img {
  width: auto;
}
.cid-trLGTLSlgK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trLGTLSlgK .navbar.collapsed {
  justify-content: center;
}
.cid-trLGTLSlgK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trLGTLSlgK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trLGTLSlgK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-trLGTLSlgK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trLGTLSlgK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trLGTLSlgK .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-trLGTLSlgK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trLGTLSlgK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trLGTLSlgK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trLGTLSlgK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trLGTLSlgK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trLGTLSlgK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trLGTLSlgK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trLGTLSlgK .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-trLGTLSlgK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trLGTLSlgK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trLGTLSlgK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trLGTLSlgK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trLGTLSlgK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trLGTLSlgK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trLGTLSlgK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trLGTLSlgK .navbar.navbar-short {
  min-height: 60px;
}
.cid-trLGTLSlgK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trLGTLSlgK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trLGTLSlgK .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-trLGTLSlgK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trLGTLSlgK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trLGTLSlgK .dropdown-item.active,
.cid-trLGTLSlgK .dropdown-item:active {
  background-color: transparent;
}
.cid-trLGTLSlgK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trLGTLSlgK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trLGTLSlgK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trLGTLSlgK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-trLGTLSlgK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trLGTLSlgK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trLGTLSlgK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trLGTLSlgK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trLGTLSlgK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trLGTLSlgK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-trLGTLSlgK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trLGTLSlgK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trLGTLSlgK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trLGTLSlgK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trLGTLSlgK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trLGTLSlgK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trLGTLSlgK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trLGTLSlgK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trLGTLSlgK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trLGTLSlgK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trLGTLSlgK .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-trLGTLSlgK .navbar {
    height: 70px;
  }
  .cid-trLGTLSlgK .navbar.opened {
    height: auto;
  }
  .cid-trLGTLSlgK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txy2bNtqcP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/backgroundblur-2-2000x866.png");
}
.cid-txy2bNtqcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy2bNtqcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbmyfto8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-trMbmyfto8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trMbmyfto8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbmyfto8 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-trMbmyfto8 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trMbmyfto8 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-trMbmyfto8 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trMbmyfto8 .row .row {
    flex-direction: column-reverse;
  }
  .cid-trMbmyfto8 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trMbmyfto8 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trMbmyfto8 .card-subtitle {
  color: #e43f3f;
}
.cid-trMbmyfto8 .mbr-text {
  color: #555555;
}
.cid-trMbmZ4BFr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-trMbmZ4BFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-trMbmZ4BFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbmZ4BFr .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-trMbmZ4BFr .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trMbmZ4BFr .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-trMbmZ4BFr .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trMbmZ4BFr .row .row {
    flex-direction: column-reverse;
  }
  .cid-trMbmZ4BFr .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trMbmZ4BFr .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trMbmZ4BFr .card-subtitle {
  color: #e43f3f;
}
.cid-trMbmZ4BFr .mbr-text {
  color: #555555;
}
.cid-trLH8KcMes {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-5034-2000x1333.jpeg");
}
.cid-trLH8KcMes .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLH8KcMes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLH8KcMes .mbr-text,
.cid-trLH8KcMes .mbr-section-btn {
  color: #232323;
}
.cid-trLH8KcMes .card-title,
.cid-trLH8KcMes .card-box {
  color: #ffffff;
}
.cid-trLH8KcMes .mbr-text,
.cid-trLH8KcMes .link-wrap {
  color: #ffffff;
}
.cid-trLH8KvJv5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-trLH8LEYya {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-trLH8LEYya .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLH8LEYya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLH8MeUIq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-trLH8MeUIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLH8MeUIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLH8Mv4rg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trLH8Mv4rg nav.navbar {
  position: fixed;
}
.cid-trLH8Mv4rg .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-trLH8Mv4rg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trLH8Mv4rg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trLH8Mv4rg .dropdown-item:hover,
.cid-trLH8Mv4rg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-trLH8Mv4rg .dropdown-item:hover span {
  color: white;
}
.cid-trLH8Mv4rg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trLH8Mv4rg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trLH8Mv4rg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trLH8Mv4rg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trLH8Mv4rg .nav-link {
  position: relative;
}
.cid-trLH8Mv4rg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trLH8Mv4rg .container {
    flex-wrap: nowrap;
  }
}
.cid-trLH8Mv4rg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trLH8Mv4rg .dropdown-menu,
.cid-trLH8Mv4rg .navbar.opened {
  background: #000000 !important;
}
.cid-trLH8Mv4rg .nav-item:focus,
.cid-trLH8Mv4rg .nav-link:focus {
  outline: none;
}
.cid-trLH8Mv4rg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trLH8Mv4rg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trLH8Mv4rg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trLH8Mv4rg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trLH8Mv4rg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trLH8Mv4rg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trLH8Mv4rg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-trLH8Mv4rg .navbar.opened {
  transition: all 0.3s;
}
.cid-trLH8Mv4rg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trLH8Mv4rg .navbar .navbar-logo img {
  width: auto;
}
.cid-trLH8Mv4rg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trLH8Mv4rg .navbar.collapsed {
  justify-content: center;
}
.cid-trLH8Mv4rg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trLH8Mv4rg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trLH8Mv4rg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-trLH8Mv4rg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trLH8Mv4rg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trLH8Mv4rg .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-trLH8Mv4rg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trLH8Mv4rg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trLH8Mv4rg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trLH8Mv4rg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trLH8Mv4rg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trLH8Mv4rg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trLH8Mv4rg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trLH8Mv4rg .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-trLH8Mv4rg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trLH8Mv4rg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trLH8Mv4rg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trLH8Mv4rg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trLH8Mv4rg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trLH8Mv4rg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trLH8Mv4rg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trLH8Mv4rg .navbar.navbar-short {
  min-height: 60px;
}
.cid-trLH8Mv4rg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trLH8Mv4rg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trLH8Mv4rg .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-trLH8Mv4rg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trLH8Mv4rg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trLH8Mv4rg .dropdown-item.active,
.cid-trLH8Mv4rg .dropdown-item:active {
  background-color: transparent;
}
.cid-trLH8Mv4rg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trLH8Mv4rg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trLH8Mv4rg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trLH8Mv4rg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-trLH8Mv4rg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trLH8Mv4rg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trLH8Mv4rg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trLH8Mv4rg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trLH8Mv4rg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trLH8Mv4rg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-trLH8Mv4rg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trLH8Mv4rg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trLH8Mv4rg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trLH8Mv4rg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trLH8Mv4rg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trLH8Mv4rg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trLH8Mv4rg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trLH8Mv4rg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trLH8Mv4rg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trLH8Mv4rg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trLH8Mv4rg .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-trLH8Mv4rg .navbar {
    height: 70px;
  }
  .cid-trLH8Mv4rg .navbar.opened {
    height: auto;
  }
  .cid-trLH8Mv4rg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txy2dMYUB7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/backgroundblur-2-2000x866.png");
}
.cid-txy2dMYUB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy2dMYUB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbtdONWz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-trMbtdONWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-trMbtdONWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbtdONWz .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-trMbtdONWz .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trMbtdONWz .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-trMbtdONWz .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trMbtdONWz .row .row {
    flex-direction: column-reverse;
  }
  .cid-trMbtdONWz .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trMbtdONWz .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trMbtdONWz .card-subtitle {
  color: #e43f3f;
}
.cid-trMbtdONWz .mbr-text {
  color: #555555;
}
.cid-trMbtDaEtW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-trMbtDaEtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-trMbtDaEtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMbtDaEtW .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-trMbtDaEtW .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trMbtDaEtW .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-trMbtDaEtW .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trMbtDaEtW .row .row {
    flex-direction: column-reverse;
  }
  .cid-trMbtDaEtW .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trMbtDaEtW .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trMbtDaEtW .card-subtitle {
  color: #e43f3f;
}
.cid-trMbtDaEtW .mbr-text {
  color: #555555;
}
.cid-trLHKPUZlZ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-3826-2000x1333.jpeg");
}
.cid-trLHKPUZlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLHKPUZlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLHKPUZlZ .mbr-text,
.cid-trLHKPUZlZ .mbr-section-btn {
  color: #232323;
}
.cid-trLHKPUZlZ .card-title,
.cid-trLHKPUZlZ .card-box {
  color: #ffffff;
}
.cid-trLHKPUZlZ .mbr-text,
.cid-trLHKPUZlZ .link-wrap {
  color: #ffffff;
}
.cid-trLHKQatnx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-trLHKQGoou {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-trLHKQGoou .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLHKQGoou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLHKRdX72 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-trLHKRdX72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trLHKRdX72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trLHKRuq7k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trLHKRuq7k nav.navbar {
  position: fixed;
}
.cid-trLHKRuq7k .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-trLHKRuq7k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trLHKRuq7k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trLHKRuq7k .dropdown-item:hover,
.cid-trLHKRuq7k .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-trLHKRuq7k .dropdown-item:hover span {
  color: white;
}
.cid-trLHKRuq7k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trLHKRuq7k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trLHKRuq7k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trLHKRuq7k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trLHKRuq7k .nav-link {
  position: relative;
}
.cid-trLHKRuq7k .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trLHKRuq7k .container {
    flex-wrap: nowrap;
  }
}
.cid-trLHKRuq7k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trLHKRuq7k .dropdown-menu,
.cid-trLHKRuq7k .navbar.opened {
  background: #000000 !important;
}
.cid-trLHKRuq7k .nav-item:focus,
.cid-trLHKRuq7k .nav-link:focus {
  outline: none;
}
.cid-trLHKRuq7k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trLHKRuq7k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trLHKRuq7k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trLHKRuq7k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trLHKRuq7k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trLHKRuq7k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trLHKRuq7k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-trLHKRuq7k .navbar.opened {
  transition: all 0.3s;
}
.cid-trLHKRuq7k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trLHKRuq7k .navbar .navbar-logo img {
  width: auto;
}
.cid-trLHKRuq7k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trLHKRuq7k .navbar.collapsed {
  justify-content: center;
}
.cid-trLHKRuq7k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trLHKRuq7k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trLHKRuq7k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-trLHKRuq7k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trLHKRuq7k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trLHKRuq7k .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-trLHKRuq7k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trLHKRuq7k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trLHKRuq7k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trLHKRuq7k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trLHKRuq7k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trLHKRuq7k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trLHKRuq7k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trLHKRuq7k .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-trLHKRuq7k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trLHKRuq7k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trLHKRuq7k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trLHKRuq7k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trLHKRuq7k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trLHKRuq7k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trLHKRuq7k .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trLHKRuq7k .navbar.navbar-short {
  min-height: 60px;
}
.cid-trLHKRuq7k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trLHKRuq7k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trLHKRuq7k .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-trLHKRuq7k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trLHKRuq7k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trLHKRuq7k .dropdown-item.active,
.cid-trLHKRuq7k .dropdown-item:active {
  background-color: transparent;
}
.cid-trLHKRuq7k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trLHKRuq7k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trLHKRuq7k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trLHKRuq7k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-trLHKRuq7k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trLHKRuq7k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trLHKRuq7k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trLHKRuq7k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trLHKRuq7k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trLHKRuq7k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-trLHKRuq7k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trLHKRuq7k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trLHKRuq7k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trLHKRuq7k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trLHKRuq7k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trLHKRuq7k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trLHKRuq7k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trLHKRuq7k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trLHKRuq7k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trLHKRuq7k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trLHKRuq7k .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-trLHKRuq7k .navbar {
    height: 70px;
  }
  .cid-trLHKRuq7k .navbar.opened {
    height: auto;
  }
  .cid-trLHKRuq7k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toG1p9eGG3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toG1p9eGG3 nav.navbar {
  position: fixed;
}
.cid-toG1p9eGG3 .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-toG1p9eGG3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toG1p9eGG3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toG1p9eGG3 .dropdown-item:hover,
.cid-toG1p9eGG3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toG1p9eGG3 .dropdown-item:hover span {
  color: white;
}
.cid-toG1p9eGG3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toG1p9eGG3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toG1p9eGG3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toG1p9eGG3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toG1p9eGG3 .nav-link {
  position: relative;
}
.cid-toG1p9eGG3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toG1p9eGG3 .container {
    flex-wrap: nowrap;
  }
}
.cid-toG1p9eGG3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toG1p9eGG3 .dropdown-menu,
.cid-toG1p9eGG3 .navbar.opened {
  background: #000000 !important;
}
.cid-toG1p9eGG3 .nav-item:focus,
.cid-toG1p9eGG3 .nav-link:focus {
  outline: none;
}
.cid-toG1p9eGG3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toG1p9eGG3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toG1p9eGG3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toG1p9eGG3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toG1p9eGG3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toG1p9eGG3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toG1p9eGG3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-toG1p9eGG3 .navbar.opened {
  transition: all 0.3s;
}
.cid-toG1p9eGG3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toG1p9eGG3 .navbar .navbar-logo img {
  width: auto;
}
.cid-toG1p9eGG3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toG1p9eGG3 .navbar.collapsed {
  justify-content: center;
}
.cid-toG1p9eGG3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toG1p9eGG3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toG1p9eGG3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toG1p9eGG3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toG1p9eGG3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toG1p9eGG3 .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-toG1p9eGG3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toG1p9eGG3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toG1p9eGG3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toG1p9eGG3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toG1p9eGG3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toG1p9eGG3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toG1p9eGG3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toG1p9eGG3 .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-toG1p9eGG3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toG1p9eGG3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toG1p9eGG3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toG1p9eGG3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toG1p9eGG3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toG1p9eGG3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toG1p9eGG3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toG1p9eGG3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-toG1p9eGG3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toG1p9eGG3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toG1p9eGG3 .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-toG1p9eGG3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toG1p9eGG3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toG1p9eGG3 .dropdown-item.active,
.cid-toG1p9eGG3 .dropdown-item:active {
  background-color: transparent;
}
.cid-toG1p9eGG3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toG1p9eGG3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toG1p9eGG3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toG1p9eGG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-toG1p9eGG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toG1p9eGG3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toG1p9eGG3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toG1p9eGG3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toG1p9eGG3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toG1p9eGG3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-toG1p9eGG3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toG1p9eGG3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toG1p9eGG3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toG1p9eGG3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toG1p9eGG3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toG1p9eGG3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toG1p9eGG3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toG1p9eGG3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toG1p9eGG3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toG1p9eGG3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toG1p9eGG3 .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-toG1p9eGG3 .navbar {
    height: 70px;
  }
  .cid-toG1p9eGG3 .navbar.opened {
    height: auto;
  }
  .cid-toG1p9eGG3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toG1p9Ci1i {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/nuthouse-logo-08-2022-lightgreen-onblack-1.svg");
}
.cid-toG1p9Ci1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1p9Ci1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1p9Ci1i .mbr-section-title {
  color: #ffffff;
}
.cid-toG1p9YMWY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-toG1p9YMWY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-toG1p9YMWY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toG1paaS9m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-1870-902x601.jpg");
}
.cid-toG1paaS9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1paaS9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1paaS9m .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-toG1paaS9m .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-toG1paaS9m .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-toG1paaS9m .wrapper {
  padding: 30px 0;
}
.cid-toG1paaS9m .mbr-section-title {
  color: #fafafa;
}
.cid-toG1paaS9m .mbr-text,
.cid-toG1paaS9m .mbr-section-btn {
  color: #ffffff;
}
.cid-toG1paq1yD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-toG1paq1yD .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1paq1yD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1paG2fn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #353535;
}
.cid-toG1paG2fn .mbr-text {
  color: #ffffff;
}
.cid-toG1paG2fn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-toG1pc9bY4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-toG1pc9bY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1pc9bY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1pcox12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-toG1pcox12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1pcox12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1pcox12 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-toG1pcox12 .container {
    max-width: 1400px;
  }
}
.cid-toG1pcox12 .card {
  margin: auto;
}
.cid-toG1pcox12 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a730;
  margin-bottom: 2rem;
}
.cid-toG1pcox12 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-toG1pcox12 .row {
  justify-content: center;
}
.cid-toG1pcox12 H3 {
  color: #ffffff;
}
.cid-toG1pcox12 .card-title,
.cid-toG1pcox12 .card-box {
  color: #ffffff;
}
.cid-uspl4xfu0r {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-uspl4xfu0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspl4xfu0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspl4xfu0r .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspl4xfu0r .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspl4xfu0r .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspl4xfu0r .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspl4xfu0r .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspl4xfu0r .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspl4xfu0r .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspl4xfu0r .social-row {
  text-align: center;
}
.cid-uspl4xfu0r .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 #00a730;
  transition: all 0.3s;
}
.cid-uspl4xfu0r .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspl4xfu0r .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspl4xfu0r .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspl4xfu0r .card-title,
.cid-uspl4xfu0r .social-row {
  color: #ffffff;
}
.cid-uspl4xfu0r .mbr-role,
.cid-uspl4xfu0r .social-row {
  color: #ffffff;
}
.cid-uspl4xfu0r .card-text,
.cid-uspl4xfu0r .mbr-section-btn,
.cid-uspl4xfu0r .social-row {
  color: #ffffff;
}
.cid-uspl4xfu0r .mbr-section-title {
  color: #ffffff;
}
.cid-uspl4WdqR9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-uspl4WdqR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspl4WdqR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspl4WdqR9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspl4WdqR9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspl4WdqR9 .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspl4WdqR9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspl4WdqR9 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspl4WdqR9 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspl4WdqR9 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspl4WdqR9 .social-row {
  text-align: center;
}
.cid-uspl4WdqR9 .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 #00a730;
  transition: all 0.3s;
}
.cid-uspl4WdqR9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspl4WdqR9 .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspl4WdqR9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspl4WdqR9 .card-title,
.cid-uspl4WdqR9 .social-row {
  color: #ffffff;
}
.cid-uspl4WdqR9 .mbr-role,
.cid-uspl4WdqR9 .social-row {
  color: #ffffff;
}
.cid-uspl4WdqR9 .card-text,
.cid-uspl4WdqR9 .mbr-section-btn,
.cid-uspl4WdqR9 .social-row {
  color: #ffffff;
}
.cid-uspl5ETj9J {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc07077-2000x1051.jpg");
}
.cid-uspl5ETj9J .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-uspl5ETj9J img,
.cid-uspl5ETj9J .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uspl5ETj9J .item:focus,
.cid-uspl5ETj9J span:focus {
  outline: none;
}
.cid-uspl5ETj9J .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-uspl5ETj9J .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uspl5ETj9J .item {
  padding: 0;
  margin: 0;
}
.cid-uspl5ETj9J .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 660px;
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .cid-uspl5ETj9J .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uspl5ETj9J .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uspl5ETj9J .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uspl5ETj9J .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uspl5ETj9J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uspl5ETj9J .fursuit-section-btn1 {
  position: absolute;
  top: 510px;
  left: -10px;
  width: 350px;
}
.cid-uspl5ETj9J .fursuit-section-btn2 {
  position: absolute;
  top: 570px;
  left: -10px;
  width: 300px;
}
.cid-uspl5ETj9J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uspl5ETj9J .mbr-text,
.cid-uspl5ETj9J .mbr-section-btn {
  text-align: left;
}
.cid-uspl5ETj9J .item-title {
  text-align: center;
  max-width: 115%;
}
.cid-uspl5ETj9J .item-subtitle {
  text-align: left;
}
.cid-uspl5ETj9J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toG1pdbbz0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toG1pdbbz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1pdbbz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1pdswSD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #232323;
}
.cid-toG1pdswSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1pdswSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1pdswSD .google-map {
  height: 30rem;
  position: relative;
}
.cid-toG1pdswSD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-toG1pdswSD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-toG1pdswSD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toG1pdswSD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-toG1pdswSD .mbr-section-title {
  color: #ffffff;
}
.cid-toG1peaWDd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-toG1peaWDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1peaWDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1perWXf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-toG1perWXf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toG1perWXf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-toG1perWXf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-toG1perWXf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-toG1perWXf .mbr-section-title {
  color: #ffffff;
}
.cid-toG1peJBF6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-toG1peJBF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG1peJBF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toG1pf0mdG .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #000000;
  top: 67px;
}
.cid-toG1pf0mdG .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-toG1pf0mdG .sticky2 {
  position: fixed;
  top: 59px;
  width: 100%;
}
.cid-toG1pf0mdG .hidden {
  display: none;
}
.cid-toG1pf0mdG H10 {
  color: #767676;
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txy3BoQhpq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txy3BoQhpq nav.navbar {
  position: fixed;
}
.cid-txy3BoQhpq .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-txy3BoQhpq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txy3BoQhpq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txy3BoQhpq .dropdown-item:hover,
.cid-txy3BoQhpq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-txy3BoQhpq .dropdown-item:hover span {
  color: white;
}
.cid-txy3BoQhpq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txy3BoQhpq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txy3BoQhpq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txy3BoQhpq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txy3BoQhpq .nav-link {
  position: relative;
}
.cid-txy3BoQhpq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txy3BoQhpq .container {
    flex-wrap: nowrap;
  }
}
.cid-txy3BoQhpq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txy3BoQhpq .dropdown-menu,
.cid-txy3BoQhpq .navbar.opened {
  background: #000000 !important;
}
.cid-txy3BoQhpq .nav-item:focus,
.cid-txy3BoQhpq .nav-link:focus {
  outline: none;
}
.cid-txy3BoQhpq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txy3BoQhpq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txy3BoQhpq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txy3BoQhpq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txy3BoQhpq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txy3BoQhpq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txy3BoQhpq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-txy3BoQhpq .navbar.opened {
  transition: all 0.3s;
}
.cid-txy3BoQhpq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txy3BoQhpq .navbar .navbar-logo img {
  width: auto;
}
.cid-txy3BoQhpq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txy3BoQhpq .navbar.collapsed {
  justify-content: center;
}
.cid-txy3BoQhpq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txy3BoQhpq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txy3BoQhpq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-txy3BoQhpq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txy3BoQhpq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txy3BoQhpq .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-txy3BoQhpq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txy3BoQhpq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txy3BoQhpq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txy3BoQhpq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txy3BoQhpq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txy3BoQhpq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txy3BoQhpq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txy3BoQhpq .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-txy3BoQhpq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txy3BoQhpq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txy3BoQhpq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txy3BoQhpq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txy3BoQhpq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txy3BoQhpq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txy3BoQhpq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txy3BoQhpq .navbar.navbar-short {
  min-height: 60px;
}
.cid-txy3BoQhpq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txy3BoQhpq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txy3BoQhpq .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-txy3BoQhpq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txy3BoQhpq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txy3BoQhpq .dropdown-item.active,
.cid-txy3BoQhpq .dropdown-item:active {
  background-color: transparent;
}
.cid-txy3BoQhpq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txy3BoQhpq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txy3BoQhpq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txy3BoQhpq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-txy3BoQhpq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txy3BoQhpq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txy3BoQhpq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txy3BoQhpq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txy3BoQhpq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txy3BoQhpq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-txy3BoQhpq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txy3BoQhpq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txy3BoQhpq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txy3BoQhpq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txy3BoQhpq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txy3BoQhpq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txy3BoQhpq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txy3BoQhpq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txy3BoQhpq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txy3BoQhpq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txy3BoQhpq .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-txy3BoQhpq .navbar {
    height: 70px;
  }
  .cid-txy3BoQhpq .navbar.opened {
    height: auto;
  }
  .cid-txy3BoQhpq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txy3BpmiK0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-txy3BpmiK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3BpmiK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy3Br6Yzp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cosmic-thumb-1348x756.png");
}
.cid-txy3Br6Yzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3Br6Yzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy3BsuxsB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-txy3BsuxsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3BsuxsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy3BsuxsB .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-txy3BsuxsB .item {
    margin-bottom: 4rem;
  }
}
.cid-txy3BsuxsB .item:last-child .icon-box:before {
  display: none;
}
.cid-txy3BsuxsB .item.last .icon-box:before {
  display: none;
}
.cid-txy3BsuxsB .icon-box {
  background: #00a730;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-txy3BsuxsB .icon-box {
    margin-right: 1rem;
  }
}
.cid-txy3BsuxsB .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 41px;
  left: 50%;
  top: 111%;
  color: #00a730;
  transform: translate(-50%, 0);
}
.cid-txy3BsuxsB span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txy3BsuxsB .card {
    margin-bottom: 2rem;
  }
  .cid-txy3BsuxsB .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-txy3BsuxsB .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-txy3BsuxsB .icon-box::before {
    top: 114%;
  }
}
.cid-txy3BsuxsB .card-title,
.cid-txy3BsuxsB .card-box {
  color: #ffffff;
}
.cid-txy3BsuxsB .mbr-text,
.cid-txy3BsuxsB .mbr-section-btn {
  color: #ffffff;
}
.cid-txy3BsuxsB .icon-text {
  color: #ffffff;
}
.cid-txy4xb9cRD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-txy4xb9cRD .line {
  background-color: #06ff00;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-txy4xb9cRD .mbr-text {
  color: #ffffff;
}
.cid-txy3BtqwAD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-txy3BtqwAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3BtqwAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy3BuaP3r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-txy3BuaP3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3BuaP3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkNSak9R {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-uspkNSak9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkNSak9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkNSak9R .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkNSak9R .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkNSak9R .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkNSak9R .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkNSak9R .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkNSak9R .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkNSak9R .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkNSak9R .social-row {
  text-align: center;
}
.cid-uspkNSak9R .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkNSak9R .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkNSak9R .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkNSak9R .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkNSak9R .card-title,
.cid-uspkNSak9R .social-row {
  color: #ffffff;
}
.cid-uspkNSak9R .mbr-role,
.cid-uspkNSak9R .social-row {
  color: #ffffff;
}
.cid-uspkNSak9R .card-text,
.cid-uspkNSak9R .mbr-section-btn,
.cid-uspkNSak9R .social-row {
  color: #ffffff;
}
.cid-uspkNSak9R .mbr-section-title {
  color: #ffffff;
}
.cid-uspkOas9mq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-uspkOas9mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspkOas9mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspkOas9mq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uspkOas9mq .team-card:hover {
  transform: translateY(-10px);
}
.cid-uspkOas9mq .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uspkOas9mq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uspkOas9mq .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uspkOas9mq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uspkOas9mq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uspkOas9mq .social-row {
  text-align: center;
}
.cid-uspkOas9mq .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 #00a730;
  transition: all 0.3s;
}
.cid-uspkOas9mq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-uspkOas9mq .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-uspkOas9mq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uspkOas9mq .card-title,
.cid-uspkOas9mq .social-row {
  color: #ffffff;
}
.cid-uspkOas9mq .mbr-role,
.cid-uspkOas9mq .social-row {
  color: #ffffff;
}
.cid-uspkOas9mq .card-text,
.cid-uspkOas9mq .mbr-section-btn,
.cid-uspkOas9mq .social-row {
  color: #ffffff;
}
.cid-tGe1LXBmhs {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc07077-2000x1051.jpg");
}
.cid-tGe1LXBmhs .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tGe1LXBmhs img,
.cid-tGe1LXBmhs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tGe1LXBmhs .item:focus,
.cid-tGe1LXBmhs span:focus {
  outline: none;
}
.cid-tGe1LXBmhs .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-tGe1LXBmhs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGe1LXBmhs .item {
  padding: 0;
  margin: 0;
}
.cid-tGe1LXBmhs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 660px;
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .cid-tGe1LXBmhs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGe1LXBmhs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGe1LXBmhs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGe1LXBmhs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGe1LXBmhs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGe1LXBmhs .fursuit-section-btn1 {
  position: absolute;
  top: 510px;
  left: -10px;
  width: 350px;
}
.cid-tGe1LXBmhs .fursuit-section-btn2 {
  position: absolute;
  top: 570px;
  left: -10px;
  width: 300px;
}
.cid-tGe1LXBmhs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGe1LXBmhs .mbr-text,
.cid-tGe1LXBmhs .mbr-section-btn {
  text-align: left;
}
.cid-tGe1LXBmhs .item-title {
  text-align: center;
  max-width: 115%;
}
.cid-tGe1LXBmhs .item-subtitle {
  text-align: left;
}
.cid-tGe1LXBmhs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txy3Bz4NNf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #232323;
}
.cid-txy3Bz4NNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3Bz4NNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy3Bz4NNf .google-map {
  height: 30rem;
  position: relative;
}
.cid-txy3Bz4NNf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-txy3Bz4NNf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txy3Bz4NNf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txy3Bz4NNf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txy3Bz4NNf .mbr-section-title {
  color: #ffffff;
}
.cid-txy3BzEdVg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-txy3BzEdVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3BzEdVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy3BxYd05 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-txy3BxYd05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3BxYd05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy3BxYd05 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-txy3BxYd05 .container {
    max-width: 1400px;
  }
}
.cid-txy3BxYd05 .card {
  margin: auto;
}
.cid-txy3BxYd05 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a730;
  margin-bottom: 2rem;
}
.cid-txy3BxYd05 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txy3BxYd05 .row {
  justify-content: center;
}
.cid-txy3BxYd05 H3 {
  color: #ffffff;
}
.cid-txy3BxYd05 .card-title,
.cid-txy3BxYd05 .card-box {
  color: #ffffff;
}
.cid-txy3BA4SX5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-txy3BA4SX5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txy3BA4SX5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txy3BA4SX5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-txy3BA4SX5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txy3BA4SX5 .mbr-section-title {
  color: #ffffff;
}
.cid-txy3BAvCIQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-txy3BAvCIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txy3BAvCIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txy3BB0Dki .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #000000;
  top: 67px;
}
.cid-txy3BB0Dki .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-txy3BB0Dki .sticky2 {
  position: fixed;
  top: 59px;
  width: 100%;
}
.cid-txy3BB0Dki .hidden {
  display: none;
}
.cid-txy3BB0Dki H10 {
  color: #767676;
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tENXSBstHx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/illustration-9-1-2000x1514.png");
}
.cid-tENXSBstHx .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-tENXSBstHx form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tENXSBstHx form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tENXSBstHx form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tENXSBstHx .mbr-section-title {
  color: #ffffff;
}
.cid-tENXSBstHx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tENXSBstHx .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tENYaS2KTO {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-1-800x600.png");
}
.cid-tENYaS2KTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tENYaS2KTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tENYaS2KTO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tENYaS2KTO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tENYaS2KTO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tENYaS2KTO .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tENYaS2KTO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tENYaS2KTO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tENXSBG9rO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-tENXSBG9rO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tENXSBG9rO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tENXSBU8FJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2022-07-31-16-31-16-1280x854.jpg");
}
.cid-tENXSBU8FJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tENXSBU8FJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tENXSBU8FJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tENXSBU8FJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tENXSBU8FJ .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tENXSBU8FJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tENXSBU8FJ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tENXSBU8FJ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tENXSBU8FJ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tENXSBU8FJ .social-row {
  text-align: center;
}
.cid-tENXSBU8FJ .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 #00a730;
  transition: all 0.3s;
}
.cid-tENXSBU8FJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-tENXSBU8FJ .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-tENXSBU8FJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tENXSBU8FJ .card-title,
.cid-tENXSBU8FJ .social-row {
  color: #ffffff;
}
.cid-tENXSBU8FJ .mbr-role,
.cid-tENXSBU8FJ .social-row {
  color: #ffffff;
}
.cid-tENXSBU8FJ .card-text,
.cid-tENXSBU8FJ .mbr-section-btn,
.cid-tENXSBU8FJ .social-row {
  color: #ffffff;
}
.cid-tENXSBU8FJ .mbr-section-title {
  color: #ffffff;
}
.cid-tENXSCywXC {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fox-1-995x663.png");
}
.cid-tENXSCywXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tENXSCywXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tENXSCywXC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tENXSCywXC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tENXSCywXC .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tENXSCywXC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tENXSCywXC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tENXSCywXC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tENXSCywXC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tENXSCywXC .social-row {
  text-align: center;
}
.cid-tENXSCywXC .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 #00a730;
  transition: all 0.3s;
}
.cid-tENXSCywXC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00a730;
  font-size: 1.5rem;
}
.cid-tENXSCywXC .social-row .soc-item:hover {
  background-color: #00a730;
}
.cid-tENXSCywXC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tENXSCywXC .card-title,
.cid-tENXSCywXC .social-row {
  color: #ffffff;
}
.cid-tENXSCywXC .mbr-role,
.cid-tENXSCywXC .social-row {
  color: #ffffff;
}
.cid-tENXSCywXC .card-text,
.cid-tENXSCywXC .mbr-section-btn,
.cid-tENXSCywXC .social-row {
  color: #ffffff;
}
.cid-tENXSDdhtZ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tENXSDdhtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tENXSDdhtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tENXSDdhtZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-tENXSDdhtZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tENXSDdhtZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tENXSDdhtZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tENXSDdhtZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tENXSDdhtZ .mbr-section-title {
  color: #ffffff;
}
.cid-tENXSDR1aT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-tENXSDR1aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tENXSDR1aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tENXSE8yeP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tENXSE8yeP nav.navbar {
  position: fixed;
}
.cid-tENXSE8yeP .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-tENXSE8yeP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tENXSE8yeP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tENXSE8yeP .dropdown-item:hover,
.cid-tENXSE8yeP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tENXSE8yeP .dropdown-item:hover span {
  color: white;
}
.cid-tENXSE8yeP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tENXSE8yeP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tENXSE8yeP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tENXSE8yeP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tENXSE8yeP .nav-link {
  position: relative;
}
.cid-tENXSE8yeP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tENXSE8yeP .container {
    flex-wrap: nowrap;
  }
}
.cid-tENXSE8yeP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tENXSE8yeP .dropdown-menu,
.cid-tENXSE8yeP .navbar.opened {
  background: #000000 !important;
}
.cid-tENXSE8yeP .nav-item:focus,
.cid-tENXSE8yeP .nav-link:focus {
  outline: none;
}
.cid-tENXSE8yeP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tENXSE8yeP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tENXSE8yeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tENXSE8yeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tENXSE8yeP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tENXSE8yeP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tENXSE8yeP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tENXSE8yeP .navbar.opened {
  transition: all 0.3s;
}
.cid-tENXSE8yeP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tENXSE8yeP .navbar .navbar-logo img {
  width: auto;
}
.cid-tENXSE8yeP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tENXSE8yeP .navbar.collapsed {
  justify-content: center;
}
.cid-tENXSE8yeP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tENXSE8yeP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tENXSE8yeP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tENXSE8yeP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tENXSE8yeP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tENXSE8yeP .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-tENXSE8yeP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tENXSE8yeP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tENXSE8yeP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tENXSE8yeP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tENXSE8yeP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tENXSE8yeP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tENXSE8yeP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tENXSE8yeP .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-tENXSE8yeP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tENXSE8yeP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tENXSE8yeP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tENXSE8yeP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tENXSE8yeP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tENXSE8yeP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tENXSE8yeP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tENXSE8yeP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tENXSE8yeP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tENXSE8yeP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tENXSE8yeP .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-tENXSE8yeP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tENXSE8yeP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tENXSE8yeP .dropdown-item.active,
.cid-tENXSE8yeP .dropdown-item:active {
  background-color: transparent;
}
.cid-tENXSE8yeP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tENXSE8yeP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tENXSE8yeP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tENXSE8yeP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tENXSE8yeP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tENXSE8yeP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tENXSE8yeP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tENXSE8yeP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tENXSE8yeP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tENXSE8yeP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-tENXSE8yeP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tENXSE8yeP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tENXSE8yeP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tENXSE8yeP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tENXSE8yeP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tENXSE8yeP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tENXSE8yeP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tENXSE8yeP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tENXSE8yeP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tENXSE8yeP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tENXSE8yeP .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-tENXSE8yeP .navbar {
    height: 70px;
  }
  .cid-tENXSE8yeP .navbar.opened {
    height: auto;
  }
  .cid-tENXSE8yeP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8BQhf24ij {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8BQhf24ij nav.navbar {
  position: fixed;
}
.cid-u8BQhf24ij .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-u8BQhf24ij .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8BQhf24ij .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8BQhf24ij .dropdown-item:hover,
.cid-u8BQhf24ij .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u8BQhf24ij .dropdown-item:hover span {
  color: white;
}
.cid-u8BQhf24ij .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8BQhf24ij .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8BQhf24ij .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8BQhf24ij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8BQhf24ij .nav-link {
  position: relative;
}
.cid-u8BQhf24ij .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8BQhf24ij .container {
    flex-wrap: nowrap;
  }
}
.cid-u8BQhf24ij .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8BQhf24ij .dropdown-menu,
.cid-u8BQhf24ij .navbar.opened {
  background: #000000 !important;
}
.cid-u8BQhf24ij .nav-item:focus,
.cid-u8BQhf24ij .nav-link:focus {
  outline: none;
}
.cid-u8BQhf24ij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8BQhf24ij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8BQhf24ij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8BQhf24ij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8BQhf24ij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8BQhf24ij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8BQhf24ij .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u8BQhf24ij .navbar.opened {
  transition: all 0.3s;
}
.cid-u8BQhf24ij .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8BQhf24ij .navbar .navbar-logo img {
  width: auto;
}
.cid-u8BQhf24ij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8BQhf24ij .navbar.collapsed {
  justify-content: center;
}
.cid-u8BQhf24ij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8BQhf24ij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8BQhf24ij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u8BQhf24ij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8BQhf24ij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8BQhf24ij .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-u8BQhf24ij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8BQhf24ij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8BQhf24ij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8BQhf24ij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8BQhf24ij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8BQhf24ij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8BQhf24ij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8BQhf24ij .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-u8BQhf24ij .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8BQhf24ij .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8BQhf24ij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8BQhf24ij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8BQhf24ij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8BQhf24ij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8BQhf24ij .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8BQhf24ij .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8BQhf24ij .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8BQhf24ij .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8BQhf24ij .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-u8BQhf24ij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8BQhf24ij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8BQhf24ij .dropdown-item.active,
.cid-u8BQhf24ij .dropdown-item:active {
  background-color: transparent;
}
.cid-u8BQhf24ij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8BQhf24ij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8BQhf24ij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8BQhf24ij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8BQhf24ij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8BQhf24ij .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8BQhf24ij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8BQhf24ij .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8BQhf24ij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8BQhf24ij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007e24;
}
.cid-u8BQhf24ij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8BQhf24ij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8BQhf24ij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8BQhf24ij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8BQhf24ij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8BQhf24ij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8BQhf24ij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8BQhf24ij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8BQhf24ij .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8BQhf24ij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8BQhf24ij .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-u8BQhf24ij .navbar {
    height: 70px;
  }
  .cid-u8BQhf24ij .navbar.opened {
    height: auto;
  }
  .cid-u8BQhf24ij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8BQtFAPSl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-u8BQtFAPSl body.lock-scroll {
  overflow: hidden;
}
.cid-u8BQhfutmj {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc07077-2000x1051.jpg");
}
.cid-u8BQhfutmj .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u8BQhfutmj img,
.cid-u8BQhfutmj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u8BQhfutmj .item:focus,
.cid-u8BQhfutmj span:focus {
  outline: none;
}
.cid-u8BQhfutmj .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-u8BQhfutmj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u8BQhfutmj .item {
  padding: 0;
  margin: 0;
}
.cid-u8BQhfutmj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 660px;
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .cid-u8BQhfutmj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u8BQhfutmj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8BQhfutmj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u8BQhfutmj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u8BQhfutmj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8BQhfutmj .fursuit-section-btn1 {
  position: absolute;
  top: 510px;
  left: -10px;
  width: 350px;
}
.cid-u8BQhfutmj .fursuit-section-btn2 {
  position: absolute;
  top: 570px;
  left: -10px;
  width: 300px;
}
.cid-u8BQhfutmj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8BQhfutmj .mbr-text,
.cid-u8BQhfutmj .mbr-section-btn {
  text-align: left;
}
.cid-u8BQhfutmj .item-title {
  text-align: center;
  max-width: 115%;
}
.cid-u8BQhfutmj .item-subtitle {
  text-align: left;
}
.cid-u8BQhfutmj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8BQhfUbBS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-4896-2000x1333.jpg");
}
.cid-u8BQhfUbBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8BQhfUbBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8BQhfUbBS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8BQhfUbBS .row {
    flex-direction: column-reverse;
  }
  .cid-u8BQhfUbBS .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u8BQhfUbBS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u8BQhfUbBS .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u8BQhfUbBS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8BQhfUbBS .card-title {
  color: #ffffff;
}
.cid-u8BQhfUbBS .mbr-text,
.cid-u8BQhfUbBS .mbr-section-btn {
  color: #ffffff;
}
.cid-u8BQhgdtHq {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.cid-u8BQhgdtHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8BQhgdtHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/dsc-2058-5568x3712.jpg");
}
.cid-u8BQhgdtHq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8BQhgdtHq .row {
    flex-direction: column-reverse;
  }
  .cid-u8BQhgdtHq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u8BQhgdtHq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u8BQhgdtHq .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u8BQhgdtHq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u8BQhgdtHq .card-title {
  color: #ffffff;
}
.cid-u8BQhgdtHq .mbr-text,
.cid-u8BQhgdtHq .mbr-section-btn {
  color: #ffffff;
}
.cid-u8BQhgoT4w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8BQhgoT4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8BQhgoT4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8BQhgTxLw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-u8BQhgTxLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8BQhgTxLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8BQhgTxLw .google-map {
  height: 30rem;
  position: relative;
}
.cid-u8BQhgTxLw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8BQhgTxLw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8BQhgTxLw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8BQhgTxLw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8BQhgTxLw .mbr-section-title {
  color: #ffffff;
}
.cid-u8BQhh6Usx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8BQhh6Usx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8BQhh6Usx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8BQhh6Usx .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u8BQhh6Usx .container {
    max-width: 1400px;
  }
}
.cid-u8BQhh6Usx .card {
  margin: auto;
}
.cid-u8BQhh6Usx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a730;
  margin-bottom: 2rem;
}
.cid-u8BQhh6Usx .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8BQhh6Usx .row {
  justify-content: center;
}
.cid-u8BQhh6Usx H3 {
  color: #ffffff;
}
.cid-u8BQhh6Usx .card-title,
.cid-u8BQhh6Usx .card-box {
  color: #ffffff;
}
.cid-u8BQhhmPI3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u8BQhhmPI3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-u8BQhhmPI3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u8BQhhmPI3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u8BQhhmPI3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u8BQhhmPI3 .mbr-section-title {
  color: #ffffff;
}
.cid-u8BQhhypVA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-u8BQhhypVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8BQhhypVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8BQhhIHvs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a730;
}
.cid-u8BQhhIHvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8BQhhIHvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thqPsvLofe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-thqPsvLofe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thqPsvLofe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thqPsvLofe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thqPsvLofe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thqPsvLofe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thqPsvLofe .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-thqPsvLofe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thqPsvLofe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thqPsvLofe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thqPsvLofe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thqPsvLofe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thqPsvLofe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thqPsvLofe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8BQhiaPX2 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 8px;
  background: #000000;
  top: 59px;
}
.cid-u8BQhiaPX2 .progress-bar {
  height: 8px;
  background: #00a730;
  width: 0%;
}
.cid-u8BQhiaPX2 .sticky2 {
  position: fixed;
  top: 59px;
  width: 100%;
}
.cid-u8BQhiaPX2 .hidden {
  display: none;
}
.cid-u8BQhiaPX2 H10 {
  color: #767676;
}
