.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Ubuntu-R';
  font-size: 5rem;
  line-height: 1;
  
}

.display-3 {
  font-family: 'Ubuntu-l';
  font-size: 3rem;
  line-height: 1;
  
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Ubuntu-M';
  font-size: 1rem;
  line-height: 1;
}

.display-25 {
  font-family: 'Ubuntu-L';
  font-size: 1rem;
  line-height: 1.5;
  padding: 20px;
}

.display-26 {
  font-family: 'Ubuntu-R';
  font-size: 0.8rem;
  line-height: 1.3;
  
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Ubuntu-R';
  font-size: 1rem;
  line-height: 1.5;
}
.display-42 {
  font-family: 'Ubuntu-R';
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Ubuntu-L';
  font-size: 2rem;
  line-height: 1.5;
}

.display-59 {
  font-family: 'Ubuntu-R';
  letter-spacing:2px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Ubuntu-M';
  font-size: 1.4rem;
  line-height: 1.3;
  color: #666666;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}

.display-8 {
  font-family: 'Ubuntu-R';
  font-size: 1.2rem;
  line-height: 1.5;
}

.display-82 {
  font-family: 'Ubuntu-L';
  font-size: 1.2rem;
  line-height: 1.5;
}

.display-9 {
  font-family: 'Ubuntu-R';
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.5;
}

.display-91 {
  font-family: 'Ubuntu-R';
  font-size: 1.8rem;
  line-height: 1.5;
}

.display-92 {
  font-family: 'Ubuntu-R';
  font-size: 1.6rem;
  line-height: 1.3;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Ubuntu-M';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu-M';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%239fe870' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;

  }
}
.cid-3ejL7JNhvV {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-3ejL7JNhvV .navbar-dropdown {
  position: relative !important;
}
.cid-3ejL7JNhvV .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-3ejL7JNhvV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-3ejL7JNhvV .dropdown-item:hover,
.cid-3ejL7JNhvV .dropdown-item:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-3ejL7JNhvV .dropdown-item:hover span {
  color: inherit;
}
.cid-3ejL7JNhvV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-3ejL7JNhvV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-3ejL7JNhvV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-3ejL7JNhvV .nav-link {
  position: relative;
}
.cid-3ejL7JNhvV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-3ejL7JNhvV .container {
    flex-wrap: nowrap;
  }
}
.cid-3ejL7JNhvV .nav-item:focus,
.cid-3ejL7JNhvV .nav-link:focus {
  outline: none;
}
.cid-3ejL7JNhvV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-3ejL7JNhvV .navbar {
  width: 100%;
  margin-bottom: -2px !important;
  padding: 0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
}
.cid-3ejL7JNhvV .navbar.opened {
  transition: all 0.3s;
}
.cid-3ejL7JNhvV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-3ejL7JNhvV .navbar .navbar-logo img {
  width: auto;
}
.cid-3ejL7JNhvV .navbar .navbar-collapse {
  justify-content: flex-end;
  padding-bottom: 9px;
  z-index: 1;
}
.cid-3ejL7JNhvV .navbar.collapsed {
  justify-content: center;
}
.cid-3ejL7JNhvV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-3ejL7JNhvV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-3ejL7JNhvV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-3ejL7JNhvV .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-3ejL7JNhvV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-3ejL7JNhvV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-3ejL7JNhvV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-3ejL7JNhvV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-3ejL7JNhvV .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-3ejL7JNhvV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-3ejL7JNhvV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-3ejL7JNhvV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-3ejL7JNhvV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-3ejL7JNhvV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-3ejL7JNhvV .navbar.navbar-short {
  min-height: 60px;
}
.cid-3ejL7JNhvV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-3ejL7JNhvV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-3ejL7JNhvV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-3ejL7JNhvV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-3ejL7JNhvV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-3ejL7JNhvV .dropdown-item.active,
.cid-3ejL7JNhvV .dropdown-item:active {
  background-color: transparent;
}
.cid-3ejL7JNhvV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-3ejL7JNhvV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-3ejL7JNhvV .navbar.navbar-expand-lg .dropdown .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-3ejL7JNhvV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-3ejL7JNhvV .navbar-buttons {
  min-width: 170px;
}
.cid-3ejL7JNhvV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-3ejL7JNhvV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-3ejL7JNhvV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-3ejL7JNhvV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-3ejL7JNhvV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-3ejL7JNhvV a.nav-link {
  display: flex;
}
.cid-3ejL7JNhvV .mbr-iconfont {
  color: #353535;
}
.cid-3ejL7JNhvV .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-3ejL7JNhvV .navbar {
    height: 70px;
  }
  .cid-3ejL7JNhvV .navbar.opened {
    height: auto;
  }
  .cid-3ejL7JNhvV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-3ejL7JNhvV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-3ejL7JNhvV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-3ejL7JNhvV .social-row {
    justify-content: left;
  }
  .cid-3ejL7JNhvV .container {
  

}
}
.cid-3ejL7JNhvV .floatleft {
  margin-left: auto !important;
}
.cid-3ejL7JNhvV .floatright {
  margin-right: auto !important;
}
.cid-3ejL7JNhvV .headerpadding {
  padding-top: 0%;
  padding-bottom: 0%;
}
@media (max-width: 991px) {
  .cid-3ejL7JNhvV .navbar-logo img {
    height: 3rem !important;
  }
  .cid-3ejL7JNhvV .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-3ejL7JNhvV .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-3ejL7JNhvV.navbar-short {
  min-height: 60px;
}
.cid-3ejL7JNhvV.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-3ejL7JNhvV.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-3ejL7JNhvV .navbar-logo img {
  width: auto;
  min-height: 60px;
}
.cid-3ejL7JNhvV .mbr-section-title {
  color: #000000;
}
.cid-3ejL7JNhvV .mbr-section-title span {
  color: #ffffff;
}
.cid-3ejL7JNhvV .mbr-section-title2 {
  color: #e6c63b;
  text-align: center;
}
.cid-3ejL7JNhvV p:hover {
  text-decoration: none !important;
}
.cid-3ejL7JNhvV .mbr-section-title2 span {
  color: #000000;
}
.cid-3ejL7JNhvV .dropdown-menu.show a {
  display: block;
  background-color: #dcdcdc !important;
  color: #232323 !important;
  top: -20px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
}
.cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu {
  background-color: #dcdcdc !important;
  color: #232323 !important;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
  display: inline;
}
.cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  left: 20px !important;
}
.cid-3ejL7JNhvV .nav-item.dropdown a::after {
  top: 7px !important;
}
.cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  right: -20px !important;
  top: 5px !important;
  position: relative;
}
.cid-3ejL7JNhvV .dropdown-menu.dropdown-submenu {
  margin-left: 20px !important;
  top: -9px;
  display: none;
}
.cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu a:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.cid-3ejL7JNhvV .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  top: 13px;
  position: relative;
}
.cid-3ejL7JNhvV .mbr-text {
  color: #000000;
}
.cid-3ejL7JNhvV .navbar-nav .nav-link:hover,
.cid-3ejL7JNhvV .navbar-nav .nav-link.active {
  background: #dcdcdc;
  color: #000000 !important;
}
.cid-3ejL7JNhvV .navbar-nav .nav-link {
  padding: 13px 14px;
  transition: .5s;
}
.cid-3ejL7JNhvV .bgtop {
  background-color: #f5f5f5;
}
.cid-3ejL7JNhvV .dropdown-menu {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu {
    padding: inherit;
    display: inline-block;
    background-color: inherit !important;
  }
  .cid-3ejL7JNhvV .navbar-dropdown .navbar-logo {
    margin-right: -2rem !important;
  }
  .cid-3ejL7JNhvV .nomobil {
    display: none;
  }
  .cid-3ejL7JNhvV .navbar-nav {
    display: block !important;
  }
  .cid-3ejL7JNhvV .navbar-nav .nav-link {
    padding: 11px 16px;
    transition: .5s;
  }
  .cid-3ejL7JNhvV .navbar {
    background-color: #94ba40 !important;
  }
  .cid-3ejL7JNhvV button.navbar-toggler {
    margin-right: 15px;
    margin-top: 15px !important;
  }
}
.cid-3ejL7JNhvV .centermobil {
  margin: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cid-3ejL7JNhvV .centermobil .navbar .navbar-brand {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu a:hover {
    color: #ffffff !important;
  }
  .cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu a {
    color: #ffffff !important;
  }
  .cid-3ejL7JNhvV .nav-item a,
  .cid-3ejL7JNhvV .nav-item {
    color: #ffffff !important;
  }
}
.cid-3ejL7JNhvV .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.cid-3ejL7JNhvV .dropdown-menu.dropdown-submenu.show {
  display: inline;
  margin-top: -20px !important;
}
.cid-3ejL7JNhvV .nav-item.text-black.dropdown-item.dropdown-toggle::after {
  top: 5px!important;
  left: 20px !important;
  position: relative;
}
.cid-3ejL7JNhvV .nav-item.text-black.dropdown-item {
  border: inherit !important;
}
.cid-7hjb3S8K1a {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-7hjb3S8K1a .navbar-dropdown {
  position: relative !important;
}
.cid-7hjb3S8K1a .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-7hjb3S8K1a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-7hjb3S8K1a .dropdown-item:hover,
.cid-7hjb3S8K1a .dropdown-item:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-7hjb3S8K1a .dropdown-item:hover span {
  color: inherit;
}
.cid-7hjb3S8K1a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-7hjb3S8K1a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-7hjb3S8K1a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-7hjb3S8K1a .nav-link {
  position: relative;
}
.cid-7hjb3S8K1a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-7hjb3S8K1a .container {
    flex-wrap: nowrap;
  }
}
.cid-7hjb3S8K1a .nav-item:focus,
.cid-7hjb3S8K1a .nav-link:focus {
  outline: none;
}
.cid-7hjb3S8K1a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-7hjb3S8K1a .navbar {
  width: 100%;
  margin-bottom: -2px !important;
  padding: 0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
}
.cid-7hjb3S8K1a .navbar.opened {
  transition: all 0.3s;
}
.cid-7hjb3S8K1a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-7hjb3S8K1a .navbar .navbar-logo img {
  width: auto;
}
.cid-7hjb3S8K1a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-7hjb3S8K1a .navbar.collapsed {
  justify-content: center;
}
.cid-7hjb3S8K1a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-7hjb3S8K1a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-7hjb3S8K1a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-7hjb3S8K1a .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-7hjb3S8K1a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-7hjb3S8K1a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-7hjb3S8K1a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-7hjb3S8K1a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-7hjb3S8K1a .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-7hjb3S8K1a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-7hjb3S8K1a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-7hjb3S8K1a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-7hjb3S8K1a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-7hjb3S8K1a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-7hjb3S8K1a .navbar.navbar-short {
  min-height: 60px;
}
.cid-7hjb3S8K1a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-7hjb3S8K1a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-7hjb3S8K1a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-7hjb3S8K1a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-7hjb3S8K1a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-7hjb3S8K1a .dropdown-item.active,
.cid-7hjb3S8K1a .dropdown-item:active {
  background-color: transparent;
}
.cid-7hjb3S8K1a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-7hjb3S8K1a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-7hjb3S8K1a .navbar.navbar-expand-lg .dropdown .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-7hjb3S8K1a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-7hjb3S8K1a .navbar-buttons {
  min-width: 170px;
}
.cid-7hjb3S8K1a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-7hjb3S8K1a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-7hjb3S8K1a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-7hjb3S8K1a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-7hjb3S8K1a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-7hjb3S8K1a a.nav-link {
  display: flex;
}
.cid-7hjb3S8K1a .mbr-iconfont {
  color: #353535;
}
.cid-7hjb3S8K1a .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-7hjb3S8K1a .navbar {
    height: 70px;
  }
  .cid-7hjb3S8K1a .navbar.opened {
    height: auto;
  }
  .cid-7hjb3S8K1a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-7hjb3S8K1a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-7hjb3S8K1a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-7hjb3S8K1a .social-row {
    justify-content: left;
  }
}
.cid-7hjb3S8K1a .floatleft {
  margin-left: auto !important;
}
.cid-7hjb3S8K1a .floatright {
  margin-right: auto !important;
}
.cid-7hjb3S8K1a .headerpadding {
  padding-top: 0%;
  padding-bottom: 0%;
}
@media (max-width: 991px) {
  .cid-7hjb3S8K1a .navbar-logo img {
    height: 3rem !important;
  }
  .cid-7hjb3S8K1a .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-7hjb3S8K1a .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-7hjb3S8K1a.navbar-short {
  min-height: 60px;
}
.cid-7hjb3S8K1a.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-7hjb3S8K1a.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-7hjb3S8K1a .navbar-logo img {
  width: auto;
  min-height: 60px;
}
.cid-7hjb3S8K1a .mbr-section-title {
  color: #000000;
}
.cid-7hjb3S8K1a .mbr-section-title span {
  color: #ffffff;
}
.cid-7hjb3S8K1a .mbr-section-title2 {
  color: #e6c63b;
  text-align: center;
}
.cid-7hjb3S8K1a p:hover {
  text-decoration: none !important;
}
.cid-7hjb3S8K1a .mbr-section-title2 span {
  color: #000000;
}
.cid-7hjb3S8K1a .dropdown-menu.show a {
  display: block;
  background-color: #dcdcdc !important;
  color: #232323 !important;
  top: -20px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
}
.cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu {
  background-color: #dcdcdc !important;
  color: #232323 !important;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
  display: inline;
}
.cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  left: 20px !important;
}
.cid-7hjb3S8K1a .nav-item.dropdown a::after {
  top: 7px !important;
}
.cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  right: -20px !important;
  top: 5px !important;
  position: relative;
}
.cid-7hjb3S8K1a .dropdown-menu.dropdown-submenu {
  margin-left: 20px !important;
  top: -9px;
  display: none;
}
.cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu a:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.cid-7hjb3S8K1a .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  top: 13px;
  position: relative;
}
.cid-7hjb3S8K1a .mbr-text {
  color: #000000;
}
.cid-7hjb3S8K1a .navbar-nav .nav-link:hover,
.cid-7hjb3S8K1a .navbar-nav .nav-link.active {
  background: #dcdcdc;
  color: #000000 !important;
}
.cid-7hjb3S8K1a .navbar-nav .nav-link {
  padding: 13px 14px;
  transition: .5s;
}
.cid-7hjb3S8K1a .bgtop {
  background-color: #f5f5f5;
}
.cid-7hjb3S8K1a .dropdown-menu {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu {
    padding: inherit;
    display: inline-block;
    background-color: inherit !important;
  }
  .cid-7hjb3S8K1a .navbar-dropdown .navbar-logo {
    margin-right: -2rem !important;
  }
  .cid-7hjb3S8K1a .nomobil {
    display: none;
  }
  .cid-7hjb3S8K1a .navbar-nav {
    display: block !important;
  }
  .cid-7hjb3S8K1a .navbar-nav .nav-link {
    padding: 11px 16px;
    transition: .5s;
  }
  .cid-7hjb3S8K1a .navbar {
    background-color: #94ba40 !important;
  }
  .cid-7hjb3S8K1a button.navbar-toggler {
    margin-right: 15px;
    margin-top: 15px !important;
  }
}
.cid-7hjb3S8K1a .centermobil {
  margin: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cid-7hjb3S8K1a .centermobil .navbar .navbar-brand {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu a:hover {
    color: #ffffff !important;
  }
  .cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu a {
    color: #ffffff !important;
  }
  .cid-7hjb3S8K1a .nav-item a,
  .cid-7hjb3S8K1a .nav-item {
    color: #ffffff !important;
  }
}
.cid-7hjb3S8K1a .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.cid-7hjb3S8K1a .dropdown-menu.dropdown-submenu.show {
  display: inline;
  margin-top: -20px !important;
}
.cid-7hjb3S8K1a .nav-item.text-black.dropdown-item.dropdown-toggle::after {
  top: 5px!important;
  left: 20px !important;
  position: relative;
}
.cid-7hjb3S8K1a .nav-item.text-black.dropdown-item {
  border: inherit !important;
}
.cid-D2eje89ANq {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-D2eje89ANq .navbar-dropdown {
  position: relative !important;
}
.cid-D2eje89ANq .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-D2eje89ANq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-D2eje89ANq .dropdown-item:hover,
.cid-D2eje89ANq .dropdown-item:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-D2eje89ANq .dropdown-item:hover span {
  color: inherit;
}
.cid-D2eje89ANq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-D2eje89ANq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-D2eje89ANq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-D2eje89ANq .nav-link {
  position: relative;
}
.cid-D2eje89ANq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-D2eje89ANq .container {
    flex-wrap: nowrap;
  }
}
.cid-D2eje89ANq .nav-item:focus,
.cid-D2eje89ANq .nav-link:focus {
  outline: none;
}
.cid-D2eje89ANq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-D2eje89ANq .navbar {
  width: 100%;
  margin-bottom: -2px !important;
  padding: 0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
}
.cid-D2eje89ANq .navbar.opened {
  transition: all 0.3s;
}
.cid-D2eje89ANq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-D2eje89ANq .navbar .navbar-logo img {
  width: auto;
}
.cid-D2eje89ANq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-D2eje89ANq .navbar.collapsed {
  justify-content: center;
}
.cid-D2eje89ANq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-D2eje89ANq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-D2eje89ANq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-D2eje89ANq .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-D2eje89ANq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-D2eje89ANq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-D2eje89ANq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-D2eje89ANq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-D2eje89ANq .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-D2eje89ANq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-D2eje89ANq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-D2eje89ANq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-D2eje89ANq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-D2eje89ANq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-D2eje89ANq .navbar.navbar-short {
  min-height: 60px;
}
.cid-D2eje89ANq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-D2eje89ANq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-D2eje89ANq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-D2eje89ANq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-D2eje89ANq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-D2eje89ANq .dropdown-item.active,
.cid-D2eje89ANq .dropdown-item:active {
  background-color: transparent;
}
.cid-D2eje89ANq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-D2eje89ANq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-D2eje89ANq .navbar.navbar-expand-lg .dropdown .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-D2eje89ANq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-D2eje89ANq .navbar-buttons {
  min-width: 170px;
}
.cid-D2eje89ANq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-D2eje89ANq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-D2eje89ANq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-D2eje89ANq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-D2eje89ANq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-D2eje89ANq a.nav-link {
  display: flex;
}
.cid-D2eje89ANq .mbr-iconfont {
  color: #353535;
}
.cid-D2eje89ANq .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-D2eje89ANq .navbar {
    height: 70px;
  }
  .cid-D2eje89ANq .navbar.opened {
    height: auto;
  }
  .cid-D2eje89ANq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-D2eje89ANq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-D2eje89ANq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-D2eje89ANq .social-row {
    justify-content: left;
  }
}
.cid-D2eje89ANq .floatleft {
  margin-left: auto !important;
}
.cid-D2eje89ANq .floatright {
  margin-right: auto !important;
}
.cid-D2eje89ANq .headerpadding {
  padding-top: 0%;
  padding-bottom: 0%;
}
@media (max-width: 991px) {
  .cid-D2eje89ANq .navbar-logo img {
    height: 3rem !important;
  }
  .cid-D2eje89ANq .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-D2eje89ANq .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-D2eje89ANq.navbar-short {
  min-height: 60px;
}
.cid-D2eje89ANq.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-D2eje89ANq.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-D2eje89ANq .navbar-logo img {
  width: auto;
  min-height: 60px;
}
.cid-D2eje89ANq .mbr-section-title {
  color: #000000;
}
.cid-D2eje89ANq .mbr-section-title span {
  color: #ffffff;
}
.cid-D2eje89ANq .mbr-section-title2 {
  color: #e6c63b;
  text-align: center;
}
.cid-D2eje89ANq p:hover {
  text-decoration: none !important;
}
.cid-D2eje89ANq .mbr-section-title2 span {
  color: #000000;
}
.cid-D2eje89ANq .dropdown-menu.show a {
  display: block;
  
  background-color: #dcdcdc !important;
  color: #232323 !important;
  top: -20px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
}
.cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu {
 background-color: #dcdcdc !important;
  color: #232323 !important;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
  display: inline;
}
.cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  left: 20px !important;
}
.cid-D2eje89ANq .nav-item.dropdown a::after {
  top: 7px !important;
}
.cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  right: -20px !important;
  top: 5px !important;
  position: relative;
}
.cid-D2eje89ANq .dropdown-menu.dropdown-submenu {
  margin-left: 20px !important;
  top: -9px;
  display: none;
}
.cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu a:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.cid-D2eje89ANq .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  top: 13px;
  position: relative;
}
.cid-D2eje89ANq .mbr-text {
  color: #000000;
}
.cid-D2eje89ANq .navbar-nav .nav-link:hover,
.cid-D2eje89ANq .navbar-nav .nav-link.active {
	
  background: #dcdcdc;
  color: #000000 !important;
}
.cid-D2eje89ANq .navbar-nav .nav-link {
  padding: 13px 14px;
  transition: .5s;
}
.cid-D2eje89ANq .bgtop {
  background-color: #f5f5f5;
}
.cid-D2eje89ANq .dropdown-menu {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu {
    padding: inherit;
    display: inline-block;
    background-color: inherit !important;
  }
  .cid-D2eje89ANq .navbar-dropdown .navbar-logo {
    margin-right: -2rem !important;
  }
  .cid-D2eje89ANq .nomobil {
    display: none;
  }
  .cid-D2eje89ANq .navbar-nav {
    display: block !important;
  }
  .cid-D2eje89ANq .navbar-nav .nav-link {
    padding: 11px 16px;
    transition: .5s;
  }
  .cid-D2eje89ANq .navbar {
    background-color: #94ba40 !important;
  }
  .cid-D2eje89ANq button.navbar-toggler {
    margin-right: 15px;
    margin-top: 15px !important;
  }
}
.cid-D2eje89ANq .centermobil {
  margin: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cid-D2eje89ANq .centermobil .navbar .navbar-brand {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu a:hover {
    color: #ffffff !important;
  }
  .cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu a {
    color: #ffffff !important;
  }
  .cid-D2eje89ANq .nav-item a,
  .cid-D2eje89ANq .nav-item {
    color: #ffffff !important;
  }
}
.cid-D2eje89ANq .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.cid-D2eje89ANq .dropdown-menu.dropdown-submenu.show {
  display: inline;
  margin-top: -20px !important;
}
.cid-D2eje89ANq .nav-item.text-black.dropdown-item.dropdown-toggle::after {
  top: 5px!important;
  left: 20px !important;
  position: relative;
}
.cid-D2eje89ANq .nav-item.text-black.dropdown-item {
  border: inherit !important;
}
.cid-ueYwV1QZDz {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ueYwV1QZDz .navbar-dropdown {
  position: relative !important;
}
.cid-ueYwV1QZDz .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-ueYwV1QZDz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueYwV1QZDz .dropdown-item:hover,
.cid-ueYwV1QZDz .dropdown-item:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-ueYwV1QZDz .dropdown-item:hover span {
  color: inherit;
}
.cid-ueYwV1QZDz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueYwV1QZDz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueYwV1QZDz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueYwV1QZDz .nav-link {
  position: relative;
}
.cid-ueYwV1QZDz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ueYwV1QZDz .container {
    flex-wrap: nowrap;
  }
}
.cid-ueYwV1QZDz .nav-item:focus,
.cid-ueYwV1QZDz .nav-link:focus {
  outline: none;
}
.cid-ueYwV1QZDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueYwV1QZDz .navbar {
  width: 100%;
  margin-bottom: -2px !important;
  padding: 0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
}
.cid-ueYwV1QZDz .navbar.opened {
  transition: all 0.3s;
}
.cid-ueYwV1QZDz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  opacity: 0.5;
}
.cid-ueYwV1QZDz .navbar .navbar-logo img {
  width: auto;
}
.cid-ueYwV1QZDz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueYwV1QZDz .navbar.collapsed {
  justify-content: center;
}
.cid-ueYwV1QZDz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueYwV1QZDz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueYwV1QZDz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueYwV1QZDz .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-ueYwV1QZDz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ueYwV1QZDz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueYwV1QZDz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueYwV1QZDz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueYwV1QZDz .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-ueYwV1QZDz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueYwV1QZDz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueYwV1QZDz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-ueYwV1QZDz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueYwV1QZDz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueYwV1QZDz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueYwV1QZDz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueYwV1QZDz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueYwV1QZDz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueYwV1QZDz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueYwV1QZDz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueYwV1QZDz .dropdown-item.active,
.cid-ueYwV1QZDz .dropdown-item:active {
  background-color: transparent;
}
.cid-ueYwV1QZDz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueYwV1QZDz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueYwV1QZDz .navbar.navbar-expand-lg .dropdown .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueYwV1QZDz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueYwV1QZDz .navbar-buttons {
  min-width: 170px;
}
.cid-ueYwV1QZDz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueYwV1QZDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueYwV1QZDz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueYwV1QZDz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueYwV1QZDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueYwV1QZDz a.nav-link {
  display: flex;
}
.cid-ueYwV1QZDz .mbr-iconfont {
  color: #353535;
}
.cid-ueYwV1QZDz .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-ueYwV1QZDz .navbar {
    height: 70px;
  }
  .cid-ueYwV1QZDz .navbar.opened {
    height: auto;
  }
  .cid-ueYwV1QZDz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueYwV1QZDz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueYwV1QZDz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ueYwV1QZDz .social-row {
    justify-content: left;
  }
}

.cid-ueYwV1QZDz .floatleft {
  margin-left: auto !important;
}
.cid-ueYwV1QZDz .floatright {
  margin-right: auto !important;
}
.cid-ueYwV1QZDz .headerpadding {
  padding-top: 0%;
  padding-bottom: 0%;
}
@media (max-width: 991px) {
  .cid-ueYwV1QZDz .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueYwV1QZDz .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueYwV1QZDz .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueYwV1QZDz.navbar-short {
  min-height: 60px;
}
.cid-ueYwV1QZDz.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueYwV1QZDz.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueYwV1QZDz .navbar-logo img {
  width: auto;
  min-height: 60px;
}
.cid-ueYwV1QZDz .mbr-section-title {
  color: #000000;
}
.cid-ueYwV1QZDz .mbr-section-title span {
  color: #ffffff;
}
.cid-ueYwV1QZDz .mbr-section-title2 {
  color: #e6c63b;
  text-align: center;
}
.cid-ueYwV1QZDz p:hover {
  text-decoration: none !important;
}
.cid-ueYwV1QZDz .mbr-section-title2 span {
  color: #000000;
}
.cid-ueYwV1QZDz .dropdown-menu.show a {
  display: block;
  
  background-color: #dcdcdc !important;
  color: #232323 !important;
  top: -20px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
}
.cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu {
	
  background-color: #dcdcdc !important;
  color: #232323 !important;
  opacity: 0.5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
  display: inline;
}
.cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  left: 20px !important;
}
.cid-ueYwV1QZDz .nav-item.dropdown a::after {
  top: 7px !important;
}
.cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  right: -20px !important;
  top: 5px !important;
  position: relative;
}
.cid-ueYwV1QZDz .dropdown-menu.dropdown-submenu {
  margin-left: 20px !important;
  top: -9px;
  display: none;
}
.cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu a:hover {
  background-color: inherit !important;
  opacity: 0.5;
  color: inherit !important;
}
.cid-ueYwV1QZDz .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  top: 13px;
  position: relative;
}
.cid-ueYwV1QZDz .mbr-text {
  color: #000000;
}
.cid-ueYwV1QZDz .navbar-nav .nav-link:hover,
.cid-ueYwV1QZDz .navbar-nav .nav-link.active {
  background: #dcdcdc;
  color: #000000 !important;
}
.cid-ueYwV1QZDz .navbar-nav .nav-link {
  padding: 13px 14px;
  transition: .5s;
}
.cid-ueYwV1QZDz .bgtop {
  background-color: #f5f5f5;
}
.cid-ueYwV1QZDz .dropdown-menu {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu {
    padding: inherit;
    display: inline-block;
    background-color: inherit !important;
  }
  .cid-ueYwV1QZDz .navbar-dropdown .navbar-logo {
    margin-right: -2rem !important;
  }
  .cid-ueYwV1QZDz .nomobil {
    display: none;
  }
  .cid-ueYwV1QZDz .navbar-nav {
    display: block !important;
  }
  .cid-ueYwV1QZDz .navbar-nav .nav-link {
    padding: 11px 16px;
    transition: .5s;
  }
  .cid-ueYwV1QZDz .navbar {
    background-color: #94ba40 !important;
  }
  .cid-ueYwV1QZDz button.navbar-toggler {
    margin-right: 15px;
    margin-top: 15px !important;
  }
}
.cid-ueYwV1QZDz .centermobil {
  margin: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cid-ueYwV1QZDz .centermobil .navbar .navbar-brand {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu a:hover {
    color: #ffffff !important;
  }
  .cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu a {
    color: #ffffff !important;
  }
  .cid-ueYwV1QZDz .nav-item a,
  .cid-ueYwV1QZDz .nav-item {
    color: #ffffff !important;
  }
}
.cid-ueYwV1QZDz .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.cid-ueYwV1QZDz .dropdown-menu.dropdown-submenu.show {
  display: inline;
  margin-top: -20px !important;
}
.cid-ueYwV1QZDz .nav-item.text-black.dropdown-item.dropdown-toggle::after {
  top: 5px!important;
  left: 20px !important;
  position: relative;
}
.cid-ueYwV1QZDz .nav-item.text-black.dropdown-item {
  border: inherit !important;
}
.cid-ue9J15Z6Ds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #94ba40;
}
.cid-ue9J15Z6Ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue9J15Z6Ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue9J15Z6Ds .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-ue9J15Z6Ds .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ue9J15Z6Ds .row {
    flex-direction: column-reverse !important;
  }
  .cid-ue9J15Z6Ds .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ue9J15Z6Ds .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ue9J15Z6Ds .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue9J15Z6Ds .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ue9J15Z6Ds .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
	.container1 {
	position:relative;
	
	
	}
  .cid-ue9J15Z6Ds .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ue9J15Z6Ds .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ue9J15Z6Ds .copyright {
    text-align: center;
  }
}
.cid-ueZjQ24231 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ueZjQ24231 img {
  object-fit: contain;
  border-radius: 0 !important;
}

@media (max-width: 767px) {
	
	.cid-ueZjQ24231 {
  width: 180%;
    height: 180%;
	margin: 0 0 0 -30%;
  
  
}

  .cid-ueZjQ24231 img {
	  
	  margin-top:-168px;
	  z-index: 9999;
    
  }
}
.cid-ueJcMiJ58o {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #dcdcdc;
}
.cid-ueJcMiJ58o img,
.cid-ueJcMiJ58o .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueJcMiJ58o .item:focus,
.cid-ueJcMiJ58o span:focus {
  outline: none;
}
.cid-ueJcMiJ58o .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueJcMiJ58o .item {
    margin-bottom: 1rem;
  }
}
.cid-ueJcMiJ58o .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueJcMiJ58o .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueJcMiJ58o .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueJcMiJ58o .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueJcMiJ58o .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueJcMiJ58o .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueJcMiJ58o .mbr-section-title {
  color: #232323;
}
.cid-ueJcMiJ58o .mbr-text,
.cid-ueJcMiJ58o .mbr-section-btn {
  text-align: center;
}
.cid-ueJcMiJ58o .item-title {
  text-align: left;
}
.cid-ueJcMiJ58o .content-head {
  max-width: 800px;
}
.cid-ueJcMiJ58o .mbr-text,
.cid-ueJcMiJ58o .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueJcMiJ58o .mbr-section-title,
.cid-ueJcMiJ58o .mbr-section-head .mbr-section-btn {
  color: #000000;
}
.cid-ueJcMiJ58o .mbr-section-subtitle,
.cid-ueJcMiJ58o .mbr-section-head .mbr-section-btn {
  color: #a6a99c;
}
.cid-ueJcNTD17y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dcdcdc;
}
.cid-ueJcNTD17y img,
.cid-ueJcNTD17y .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueJcNTD17y .item:focus,
.cid-ueJcNTD17y span:focus {
  outline: none;
}
.cid-ueJcNTD17y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueJcNTD17y .item {
    margin-bottom: 1rem;
  }
}
.cid-ueJcNTD17y .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueJcNTD17y .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueJcNTD17y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueJcNTD17y .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueJcNTD17y .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueJcNTD17y .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueJcNTD17y .mbr-section-title {
  color: #232323;
}
.cid-ueJcNTD17y .mbr-text,
.cid-ueJcNTD17y .mbr-section-btn {
  text-align: center;
}
.cid-ueJcNTD17y .item-title {
  text-align: left;
}
.cid-ueJcNTD17y .content-head {
  max-width: 800px;
}
.cid-ueJcNTD17y .mbr-text,
.cid-ueJcNTD17y .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueJcNTD17y .mbr-section-title,
.cid-ueJcNTD17y .mbr-section-head .mbr-section-btn {
  color: #a6a99c;
}
.cid-ueqeNMpYfd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bebfc1;
}
.cid-ueqeNMpYfd img,
.cid-ueqeNMpYfd .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueqeNMpYfd .item:focus,
.cid-ueqeNMpYfd span:focus {
  outline: none;
}
.cid-ueqeNMpYfd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueqeNMpYfd .item {
    margin-bottom: 1rem;
  }
}
.cid-ueqeNMpYfd .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueqeNMpYfd .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueqeNMpYfd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueqeNMpYfd .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueqeNMpYfd .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueqeNMpYfd .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueqeNMpYfd .mbr-section-title {
  color: #232323;
}
.cid-ueqeNMpYfd .mbr-text,
.cid-ueqeNMpYfd .mbr-section-btn {
  text-align: center;
}
.cid-ueqeNMpYfd .item-title {
  text-align: left;
}
.cid-ueqeNMpYfd .content-head {
  max-width: 800px;
}
.cid-ueqeNMpYfd .mbr-text,
.cid-ueqeNMpYfd .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueqeNMpYfd .mbr-section-subtitle,
.cid-ueqeNMpYfd .mbr-section-head .mbr-section-btn {
  color: #757b62;
}
.cid-ueZ7QFsAxN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bebfc1;
}
.cid-ueZ7QFsAxN h6 {
  line-height: 1.2;
}
.cid-ueZ7QFsAxN img,
.cid-ueZ7QFsAxN .item-img {
  width: 100%;
}
.cid-ueZ7QFsAxN .item:focus,
.cid-ueZ7QFsAxN span:focus {
  outline: none;
}
.cid-ueZ7QFsAxN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueZ7QFsAxN .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueZ7QFsAxN .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ueZ7QFsAxN .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueZ7QFsAxN .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueZ7QFsAxN .mbr-section-title {
  color: #000000;
}
.cid-ueZ7QFsAxN .mbr-text,
.cid-ueZ7QFsAxN .mbr-section-btn {
  color: #000000;
}
.cid-ueZ7QFsAxN .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueZ7QFsAxN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueZ7QFsAxN .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueZ7QFsAxN .content-head {
  max-width: 800px;
}
.cid-ueJdLBHSDy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bebfc1;
}
.cid-ueJdLBHSDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJdLBHSDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJdLBHSDy .mbr-text,
.cid-ueJdLBHSDy .mbr-section-btn {
  color: #232323;
}
.cid-ueJdLBHSDy .btn {
  width: 100%;
}
.cid-ueJdLBHSDy .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ueJdLBHSDy P {
  text-align: left;
}
.cid-ueqffYdLAI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bebfc1;
}
.cid-ueqffYdLAI img,
.cid-ueqffYdLAI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueqffYdLAI .item:focus,
.cid-ueqffYdLAI span:focus {
  outline: none;
}
.cid-ueqffYdLAI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueqffYdLAI .item {
    margin-bottom: 1rem;
  }
}
.cid-ueqffYdLAI .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueqffYdLAI .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueqffYdLAI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueqffYdLAI .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueqffYdLAI .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueqffYdLAI .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueqffYdLAI .mbr-section-title {
  color: #232323;
}
.cid-ueqffYdLAI .mbr-text,
.cid-ueqffYdLAI .mbr-section-btn {
  text-align: center;
}
.cid-ueqffYdLAI .item-title {
  text-align: left;
}
.cid-ueqffYdLAI .content-head {
  max-width: 800px;
}
.cid-ueqffYdLAI .mbr-text,
.cid-ueqffYdLAI .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueBj2Fq5Mu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #dcdcdc;
}
.cid-ueBj2Fq5Mu img,
.cid-ueBj2Fq5Mu .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueBj2Fq5Mu .item:focus,
.cid-ueBj2Fq5Mu span:focus {
  outline: none;
}
.cid-ueBj2Fq5Mu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueBj2Fq5Mu .item {
    margin-bottom: 1rem;
  }
}
.cid-ueBj2Fq5Mu .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueBj2Fq5Mu .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueBj2Fq5Mu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueBj2Fq5Mu .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueBj2Fq5Mu .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueBj2Fq5Mu .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueBj2Fq5Mu .mbr-section-title {
  color: #232323;
}
.cid-ueBj2Fq5Mu .mbr-text,
.cid-ueBj2Fq5Mu .mbr-section-btn {
  text-align: center;
}
.cid-ueBj2Fq5Mu .item-title {
  text-align: left;
}
.cid-ueBj2Fq5Mu .content-head {
  max-width: 800px;
}
.cid-ueBj2Fq5Mu .mbr-text,
.cid-ueBj2Fq5Mu .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueBj2Fq5Mu .mbr-section-subtitle,
.cid-ueBj2Fq5Mu .mbr-section-head .mbr-section-btn {
  color: #a6a99c;
}
.cid-ueZ88FwlZn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ueZ88FwlZn h6 {
  line-height: 1.2;
}
.cid-ueZ88FwlZn img,
.cid-ueZ88FwlZn .item-img {
  width: 100%;
}
.cid-ueZ88FwlZn .item:focus,
.cid-ueZ88FwlZn span:focus {
  outline: none;
}
.cid-ueZ88FwlZn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueZ88FwlZn .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueZ88FwlZn .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ueZ88FwlZn .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueZ88FwlZn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueZ88FwlZn .mbr-section-title {
  color: #000000;
}
.cid-ueZ88FwlZn .mbr-text,
.cid-ueZ88FwlZn .mbr-section-btn {
  color: #000000;
}
.cid-ueZ88FwlZn .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueZ88FwlZn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueZ88FwlZn .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueZ88FwlZn .content-head {
  max-width: 800px;
}
.cid-ueJaMgZYRs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ueJaMgZYRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJaMgZYRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJaMgZYRs .mbr-text,
.cid-ueJaMgZYRs .mbr-section-btn {
  color: #232323;
}
.cid-ueJaMgZYRs .btn {
  width: 100%;
}
.cid-ueJaMgZYRs .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ueJaMgZYRs P {
  text-align: left;
}
.cid-ueBl6zK5MU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ueBl6zK5MU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueBl6zK5MU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueBl6zK5MU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueBl6zK5MU .item-wrapper {
    margin-bottom: 1rem;
	
  }
 
}


.cid-ueBl6zK5MU .mbr-section-title {
  text-align: center;
}
.cid-ueBl6zK5MU .mbr-section-subtitle {
  text-align: center;
}
.cid-ueBl6zK5MU .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ueBl6zK5MU .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ueBl6zK5MU .content-head {
  max-width: 800px;
}
.cid-ueBl6zK5MU .img-box {
  display: flex;
  justify-content: center;
}
.cid-ueBl6zK5MU .card-title {
  text-align: center;
}
.cid-ueBl6zK5MU .card-text {
  text-align: center;
}
.cid-ueBl6zK5MU .link {
  text-align: center;
}
.cid-ueBj9nMJCI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dcdcdc;
}
.cid-ueBj9nMJCI img,
.cid-ueBj9nMJCI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueBj9nMJCI .item:focus,
.cid-ueBj9nMJCI span:focus {
  outline: none;
}
.cid-ueBj9nMJCI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueBj9nMJCI .item {
    margin-bottom: 1rem;
  }
}
.cid-ueBj9nMJCI .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueBj9nMJCI .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueBj9nMJCI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueBj9nMJCI .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueBj9nMJCI .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueBj9nMJCI .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueBj9nMJCI .mbr-section-title {
  color: #232323;
}
.cid-ueBj9nMJCI .mbr-text,
.cid-ueBj9nMJCI .mbr-section-btn {
  text-align: center;
}
.cid-ueBj9nMJCI .item-title {
  text-align: left;
}
.cid-ueBj9nMJCI .content-head {
  max-width: 800px;
}
.cid-ueBj9nMJCI .mbr-text,
.cid-ueBj9nMJCI .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueBUyIZ1tS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-ueBUyIZ1tS img,
.cid-ueBUyIZ1tS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueBUyIZ1tS .item:focus,
.cid-ueBUyIZ1tS span:focus {
  outline: none;
}
.cid-ueBUyIZ1tS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueBUyIZ1tS .item {
    margin-bottom: 1rem;
  }
}
.cid-ueBUyIZ1tS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueBUyIZ1tS .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueBUyIZ1tS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueBUyIZ1tS .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueBUyIZ1tS .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueBUyIZ1tS .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueBUyIZ1tS .mbr-section-title {
  color: #232323;
}
.cid-ueBUyIZ1tS .mbr-text,
.cid-ueBUyIZ1tS .mbr-section-btn {
  text-align: center;
}
.cid-ueBUyIZ1tS .item-title {
  text-align: left;
}
.cid-ueBUyIZ1tS .content-head {
  max-width: 800px;
}
.cid-ueBUyIZ1tS .mbr-text,
.cid-ueBUyIZ1tS .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueBUyIZ1tS .mbr-section-subtitle,
.cid-ueBUyIZ1tS .mbr-section-head .mbr-section-btn {
  color: #a6a99c;
}
.cid-ueZ8iuKpJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-ueZ8iuKpJ3 h6 {
  line-height: 1.2;
}
.cid-ueZ8iuKpJ3 img,
.cid-ueZ8iuKpJ3 .item-img {
  width: 100%;
}
.cid-ueZ8iuKpJ3 .item:focus,
.cid-ueZ8iuKpJ3 span:focus {
  outline: none;
}
.cid-ueZ8iuKpJ3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueZ8iuKpJ3 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueZ8iuKpJ3 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ueZ8iuKpJ3 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueZ8iuKpJ3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueZ8iuKpJ3 .mbr-section-title {
  color: #000000;
}
.cid-ueZ8iuKpJ3 .mbr-text,
.cid-ueZ8iuKpJ3 .mbr-section-btn {
  color: #000000;
}
.cid-ueZ8iuKpJ3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueZ8iuKpJ3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueZ8iuKpJ3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueZ8iuKpJ3 .content-head {
  max-width: 800px;
}
.cid-ueJcpIsGpk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-ueJcpIsGpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJcpIsGpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJcpIsGpk .mbr-text,
.cid-ueJcpIsGpk .mbr-section-btn {
  color: #232323;
}
.cid-ueJcpIsGpk .btn {
  width: 100%;
}
.cid-ueJcpIsGpk .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ueJcpIsGpk P {
  text-align: left;
}
.cid-ueBUZZ0IyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-ueBUZZ0IyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueBUZZ0IyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueBUZZ0IyD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueBUZZ0IyD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueBUZZ0IyD .mbr-section-title {
  text-align: center;
}
.cid-ueBUZZ0IyD .mbr-section-subtitle {
  text-align: center;
}
.cid-ueBUZZ0IyD .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ueBUZZ0IyD .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ueBUZZ0IyD .content-head {
  max-width: 800px;
}
.cid-ueBUZZ0IyD .img-box {
  display: flex;
  justify-content: center;
}
.cid-ueBUZZ0IyD .card-title {
  text-align: center;
}
.cid-ueBUZZ0IyD .card-text {
  text-align: center;
}
.cid-ueBUZZ0IyD .link {
  text-align: center;
}
.cid-ueBV92KlzZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-ueBV92KlzZ img,
.cid-ueBV92KlzZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueBV92KlzZ .item:focus,
.cid-ueBV92KlzZ span:focus {
  outline: none;
}
.cid-ueBV92KlzZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueBV92KlzZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ueBV92KlzZ .item-wrapper {
  position: relative;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueBV92KlzZ .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueBV92KlzZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ueBV92KlzZ .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueBV92KlzZ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueBV92KlzZ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ueBV92KlzZ .mbr-section-title {
  color: #232323;
}
.cid-ueBV92KlzZ .mbr-text,
.cid-ueBV92KlzZ .mbr-section-btn {
  text-align: center;
}
.cid-ueBV92KlzZ .item-title {
  text-align: left;
}
.cid-ueBV92KlzZ .content-head {
  max-width: 800px;
}
.cid-ueBV92KlzZ .mbr-text,
.cid-ueBV92KlzZ .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ueCcjuoDgG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ueCcjuoDgG h6 {
  line-height: 1.2;
}
.cid-ueCcjuoDgG img,
.cid-ueCcjuoDgG .item-img {
  width: 100%;
}
.cid-ueCcjuoDgG .item:focus,
.cid-ueCcjuoDgG span:focus {
  outline: none;
}
.cid-ueCcjuoDgG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueCcjuoDgG .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueCcjuoDgG .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
	padding-bottom: 1rem;
	
  }
}
.cid-ueCcjuoDgG .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueCcjuoDgG .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueCcjuoDgG .mbr-section-title {
  color: #000000;
}
.cid-ueCcjuoDgG .mbr-text,
.cid-ueCcjuoDgG .mbr-section-btn {
  color: #000000;
}
.cid-ueCcjuoDgG .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueCcjuoDgG .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueCcjuoDgG .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueCcjuoDgG .content-head {
  max-width: 800px;
}
.cid-ueCcjuoDgG .mbr-section-subtitle {
  color: #757b62;
}
.cid-ueCdcVp0bO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ueCdcVp0bO h6 {
  line-height: 1.2;
}
.cid-ueCdcVp0bO img,
.cid-ueCdcVp0bO .item-img {
  width: 100%;
}
.cid-ueCdcVp0bO .item:focus,
.cid-ueCdcVp0bO span:focus {
  outline: none;
}
.cid-ueCdcVp0bO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueCdcVp0bO .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueCdcVp0bO .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ueCdcVp0bO .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueCdcVp0bO .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueCdcVp0bO .mbr-section-title {
  color: #000000;
}
.cid-ueCdcVp0bO .mbr-text,
.cid-ueCdcVp0bO .mbr-section-btn {
  color: #000000;
}
.cid-ueCdcVp0bO .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueCdcVp0bO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueCdcVp0bO .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueCdcVp0bO .content-head {
  max-width: 800px;
}
.cid-ueCdcVp0bO .mbr-section-subtitle {
  color: #757b62;
}
.cid-ueCehcMIJc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ueCehcMIJc h6 {
  line-height: 1.2;
}
.cid-ueCehcMIJc img,
.cid-ueCehcMIJc .item-img {
  width: 100%;
}
.cid-ueCehcMIJc .item:focus,
.cid-ueCehcMIJc span:focus {
  outline: none;
}
.cid-ueCehcMIJc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueCehcMIJc .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueCehcMIJc .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ueCehcMIJc .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueCehcMIJc .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueCehcMIJc .mbr-section-title {
  color: #000000;
}
.cid-ueCehcMIJc .mbr-text,
.cid-ueCehcMIJc .mbr-section-btn {
  color: #000000;
}
.cid-ueCehcMIJc .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueCehcMIJc .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueCehcMIJc .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueCehcMIJc .content-head {
  max-width: 800px;
}
.cid-ueCggd8zo2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ueCggd8zo2 h6 {
  line-height: 1.2;
}
.cid-ueCggd8zo2 img,
.cid-ueCggd8zo2 .item-img {
  width: 100%;
}
.cid-ueCggd8zo2 .item:focus,
.cid-ueCggd8zo2 span:focus {
  outline: none;
}
.cid-ueCggd8zo2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueCggd8zo2 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueCggd8zo2 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ueCggd8zo2 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueCggd8zo2 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueCggd8zo2 .mbr-section-title {
  color: #000000;
}
.cid-ueCggd8zo2 .mbr-text,
.cid-ueCggd8zo2 .mbr-section-btn {
  color: #000000;
}
.cid-ueCggd8zo2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueCggd8zo2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueCggd8zo2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueCggd8zo2 .content-head {
  max-width: 800px;
}
.cid-ueCgOTN57z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ueCgOTN57z h6 {
  line-height: 1.2;
}
.cid-ueCgOTN57z img,
.cid-ueCgOTN57z .item-img {
  width: 100%;
}
.cid-ueCgOTN57z .item:focus,
.cid-ueCgOTN57z span:focus {
  outline: none;
}
.cid-ueCgOTN57z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueCgOTN57z .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueCgOTN57z .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ueCgOTN57z .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueCgOTN57z .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueCgOTN57z .mbr-section-title {
  color: #000000;
}
.cid-ueCgOTN57z .mbr-text,
.cid-ueCgOTN57z .mbr-section-btn {
  color: #000000;
}
.cid-ueCgOTN57z .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueCgOTN57z .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueCgOTN57z .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueCgOTN57z .content-head {
  max-width: 800px;
}
.cid-ueClgGv6Xp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #94ba40;
}
.cid-ueClgGv6Xp h6 {
  line-height: 1.2;
}
.cid-ueClgGv6Xp img,
.cid-ueClgGv6Xp .item-img {
  width: 100%;
}
.cid-ueClgGv6Xp .item:focus,
.cid-ueClgGv6Xp span:focus {
  outline: none;
}
.cid-ueClgGv6Xp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueClgGv6Xp .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .cid-ueClgGv6Xp .black-bottom {width: 2rem;}
}

@media (max-width: 320px) {
  .cid-ueClgGv6Xp .item {
    padding-left: 0.5px;
    padding-right: 0.5px;
    margin-bottom: 1rem;
  }
  .cid-ueClgGv6Xp .black-bottom {border-bottom:1px solid black;}
  .cid-ueClgGv6Xp .mbr-fonts-style {letter-spacing: -0.5px;}
}
@media (max-width: 767px) {
  .cid-ueClgGv6Xp .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ueClgGv6Xp .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  
}
.cid-ueClgGv6Xp .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ueClgGv6Xp .mbr-section-title {
  color: #000000;
}
.cid-ueClgGv6Xp .mbr-text,
.cid-ueClgGv6Xp .mbr-section-btn {
  color: #000000;
}
.cid-ueClgGv6Xp .item-title {
  color: #000000;
  text-align: center;
}
.cid-ueClgGv6Xp .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueClgGv6Xp .item-text {
  color: #000000;
  text-align: center;
}
.cid-ueClgGv6Xp .content-head {
  max-width: 800px;
}
.cid-ueClgGv6Xp .item-title,
.cid-ueClgGv6Xp .mbr-section-btn {
  text-align: left;
}
.cid-ueClgGv6Xp .item-subtitle,
.cid-ueClgGv6Xp .mbr-section-btn {
  text-align: left;
}
.cid-ueClgGv6Xp .item-text,
.cid-ueClgGv6Xp .mbr-section-btn {
  text-align: left;
}
.cid-3ejL7JNhvV {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-3ejL7JNhvV .navbar-dropdown {
  position: relative !important;
}
.cid-3ejL7JNhvV .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-3ejL7JNhvV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-3ejL7JNhvV .dropdown-item:hover,
.cid-3ejL7JNhvV .dropdown-item:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-3ejL7JNhvV .dropdown-item:hover span {
  color: inherit;
}
.cid-3ejL7JNhvV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-3ejL7JNhvV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-3ejL7JNhvV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-3ejL7JNhvV .nav-link {
  position: relative;
}
.cid-3ejL7JNhvV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-3ejL7JNhvV .container {
    flex-wrap: nowrap;
	
  }
}
.cid-3ejL7JNhvV .nav-item:focus,
.cid-3ejL7JNhvV .nav-link:focus {
  outline: none;
}
.cid-3ejL7JNhvV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-3ejL7JNhvV .navbar {
  width: 100%;
  margin-bottom: -2px !important;
  padding: 0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
}
.cid-3ejL7JNhvV .navbar.opened {
  transition: all 0.3s;
}
.cid-3ejL7JNhvV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-3ejL7JNhvV .navbar .navbar-logo img {
  width: auto;
}
.cid-3ejL7JNhvV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-3ejL7JNhvV .navbar.collapsed {
  justify-content: center;
}
.cid-3ejL7JNhvV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-3ejL7JNhvV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-3ejL7JNhvV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-3ejL7JNhvV .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-3ejL7JNhvV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
	
  .cid-3ejL7JNhvV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-3ejL7JNhvV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-3ejL7JNhvV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-3ejL7JNhvV .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-3ejL7JNhvV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-3ejL7JNhvV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-3ejL7JNhvV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-3ejL7JNhvV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-3ejL7JNhvV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-3ejL7JNhvV .navbar.navbar-short {
  min-height: 60px;
}
.cid-3ejL7JNhvV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-3ejL7JNhvV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-3ejL7JNhvV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-3ejL7JNhvV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-3ejL7JNhvV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-3ejL7JNhvV .dropdown-item.active,
.cid-3ejL7JNhvV .dropdown-item:active {
  background-color: transparent;
}
.cid-3ejL7JNhvV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-3ejL7JNhvV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-3ejL7JNhvV .navbar.navbar-expand-lg .dropdown .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-3ejL7JNhvV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-3ejL7JNhvV .navbar-buttons {
	margin-top: 20px;
  min-width: 170px;
}
.cid-3ejL7JNhvV button.navbar-toggler {
  border: 2px solid yellow;

  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-3ejL7JNhvV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-3ejL7JNhvV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-3ejL7JNhvV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-3ejL7JNhvV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-3ejL7JNhvV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-3ejL7JNhvV a.nav-link {
  display: flex;
}
.cid-3ejL7JNhvV .mbr-iconfont {
  color: #353535;
}
.cid-3ejL7JNhvV .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-3ejL7JNhvV .navbar {
    height: 70px;
  }
  .cid-3ejL7JNhvV .navbar.opened {
    height: auto;
  }
  .cid-3ejL7JNhvV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-3ejL7JNhvV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-3ejL7JNhvV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-3ejL7JNhvV .social-row {
    justify-content: left;
  }
  .cid-3ejL7JNhvV .container {
  margin-top: -8px;}
  .cid-3ejL7JNhvV .navbar-nav {
  margin-top: 20px;}
}


.cid-3ejL7JNhvV .floatleft {
  margin-left: auto !important;
}
.cid-3ejL7JNhvV .floatright {
  margin-right: auto !important;
}
.cid-3ejL7JNhvV .headerpadding {
	
  padding-top: 0%;
  padding-bottom: 0%;
}
@media (max-width: 991px) {
  .cid-3ejL7JNhvV .navbar-logo img {
    height: 3rem !important;
  }
  .cid-3ejL7JNhvV .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-3ejL7JNhvV .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-3ejL7JNhvV.navbar-short {
  min-height: 60px;
}
.cid-3ejL7JNhvV.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-3ejL7JNhvV.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-3ejL7JNhvV .navbar-logo img {
  width: auto;
  min-height: 60px;
}
.cid-3ejL7JNhvV .mbr-section-title {
  color: #000000;
}
.cid-3ejL7JNhvV .mbr-section-title span {
  color: #ffffff;
}
.cid-3ejL7JNhvV .mbr-section-title2 {
  color: #e6c63b;
  text-align: center;
}
.cid-3ejL7JNhvV p:hover {
  text-decoration: none !important;
}
.cid-3ejL7JNhvV .mbr-section-title2 span {
  color: #000000;
}
.cid-3ejL7JNhvV .dropdown-menu.show a {
  display: block;
  border:2px solid transparent;
  background-color: #ffffff !important;
  color: #232323 !important;
  top: 0px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 30px;
}
.cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu {
  background-color: #dcdcdc !important;
  color: #232323 !important;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
  display: inline;
}
.cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  left: 20px !important;
}
.cid-3ejL7JNhvV .nav-item.dropdown a::after {
  top: 7px !important;
}
.cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  right: -20px !important;
  top: 5px !important;
  position: relative;
}
.cid-3ejL7JNhvV .dropdown-menu.dropdown-submenu {
  margin-left: 20px !important;
  top: -9px;
  display: none;
}
.cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu a:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.cid-3ejL7JNhvV .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  top: 13px;
  position: relative;
}
.cid-3ejL7JNhvV .mbr-text {
  color: #000000;
}
.cid-3ejL7JNhvV .navbar-nav .nav-link:hover,
.cid-3ejL7JNhvV .navbar-nav .nav-link.active {
  background: #dcdcdc;
  color: #000000 !important;
}
.cid-3ejL7JNhvV .navbar-nav .nav-link {
  padding: 13px 14px;
  transition: .5s;
}
.cid-3ejL7JNhvV .bgtop {
  background-color: #f5f5f5;
}
.cid-3ejL7JNhvV .dropdown-menu {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu {
    padding: inherit;
    display: inline-block;
    background-color: inherit !important;
  }
  .cid-3ejL7JNhvV .navbar-dropdown .navbar-logo {
    margin-right: -2rem !important;
  }
  .cid-3ejL7JNhvV .nomobil {
    display: none;
  }
  .cid-3ejL7JNhvV .navbar-nav {
    display: block !important;
  }
  .cid-3ejL7JNhvV .navbar-nav .nav-link {
    padding: 11px 16px;
    transition: .5s;
  }
  .cid-3ejL7JNhvV .navbar {
    background-color: #94ba40 !important;
  }
  .cid-3ejL7JNhvV button.navbar-toggler {
    margin-right: 15px;
    margin-top: 15px !important;
  }
}
.cid-3ejL7JNhvV .centermobil {
  margin: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cid-3ejL7JNhvV .centermobil .navbar .navbar-brand {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu a:hover {
    color: #ffffff !important;
  }
  .cid-3ejL7JNhvV .navbar .dropdown.open > .dropdown-menu a {
    color: #ffffff !important;
  }
  .cid-3ejL7JNhvV .nav-item a,
  .cid-3ejL7JNhvV .nav-item {
    color: #ffffff !important;
  }
}
.cid-3ejL7JNhvV .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.cid-3ejL7JNhvV .dropdown-menu.dropdown-submenu.show {
  display: inline;
  margin-top: -20px !important;
}
.cid-3ejL7JNhvV .nav-item.text-black.dropdown-item.dropdown-toggle::after {
  top: 5px!important;
  left: 20px !important;
  position: relative;
}
.cid-3ejL7JNhvV .nav-item.text-black.dropdown-item {
  border: inherit !important;
}
.cid-7hjb3S8K1a {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-7hjb3S8K1a .navbar-dropdown {
  position: relative !important;
}
.cid-7hjb3S8K1a .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-7hjb3S8K1a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-7hjb3S8K1a .dropdown-item:hover,
.cid-7hjb3S8K1a .dropdown-item:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-7hjb3S8K1a .dropdown-item:hover span {
  color: inherit;
}
.cid-7hjb3S8K1a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-7hjb3S8K1a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-7hjb3S8K1a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-7hjb3S8K1a .nav-link {
  position: relative;
}
.cid-7hjb3S8K1a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-7hjb3S8K1a .container {
    flex-wrap: nowrap;
  }
}
.cid-7hjb3S8K1a .nav-item:focus,
.cid-7hjb3S8K1a .nav-link:focus {
  outline: none;
}
.cid-7hjb3S8K1a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-7hjb3S8K1a .navbar {
  width: 100%;
  margin-bottom: -2px !important;
  padding: 0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
}
.cid-7hjb3S8K1a .navbar.opened {
  transition: all 0.3s;
}
.cid-7hjb3S8K1a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-7hjb3S8K1a .navbar .navbar-logo img {
  width: auto;
}
.cid-7hjb3S8K1a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-7hjb3S8K1a .navbar.collapsed {
  justify-content: center;
}
.cid-7hjb3S8K1a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-7hjb3S8K1a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-7hjb3S8K1a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-7hjb3S8K1a .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-7hjb3S8K1a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-7hjb3S8K1a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-7hjb3S8K1a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-7hjb3S8K1a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-7hjb3S8K1a .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-7hjb3S8K1a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-7hjb3S8K1a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-7hjb3S8K1a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-7hjb3S8K1a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-7hjb3S8K1a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-7hjb3S8K1a .navbar.navbar-short {
  min-height: 60px;
}
.cid-7hjb3S8K1a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-7hjb3S8K1a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-7hjb3S8K1a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-7hjb3S8K1a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-7hjb3S8K1a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-7hjb3S8K1a .dropdown-item.active,
.cid-7hjb3S8K1a .dropdown-item:active {
  background-color: transparent;
}
.cid-7hjb3S8K1a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-7hjb3S8K1a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-7hjb3S8K1a .navbar.navbar-expand-lg .dropdown .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-7hjb3S8K1a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-7hjb3S8K1a .navbar-buttons {
  min-width: 170px;
}
.cid-7hjb3S8K1a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-7hjb3S8K1a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-7hjb3S8K1a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-7hjb3S8K1a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-7hjb3S8K1a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-7hjb3S8K1a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-7hjb3S8K1a a.nav-link {
  display: flex;
}
.cid-7hjb3S8K1a .mbr-iconfont {
  color: #353535;
}
.cid-7hjb3S8K1a .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-7hjb3S8K1a .navbar {
    height: 70px;
  }
  .cid-7hjb3S8K1a .navbar.opened {
    height: auto;
  }
  .cid-7hjb3S8K1a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-7hjb3S8K1a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-7hjb3S8K1a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-7hjb3S8K1a .social-row {
    justify-content: left;
  }
}
.cid-7hjb3S8K1a .floatleft {
  margin-left: auto !important;
}
.cid-7hjb3S8K1a .floatright {
  margin-right: auto !important;
}
.cid-7hjb3S8K1a .headerpadding {
  padding-top: 0%;
  padding-bottom: 0%;
}
@media (max-width: 991px) {
  .cid-7hjb3S8K1a .navbar-logo img {
    height: 3rem !important;
  }
  .cid-7hjb3S8K1a .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-7hjb3S8K1a .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-7hjb3S8K1a.navbar-short {
  min-height: 60px;
}
.cid-7hjb3S8K1a.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-7hjb3S8K1a.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-7hjb3S8K1a .navbar-logo img {
  width: auto;
  min-height: 60px;
}
.cid-7hjb3S8K1a .mbr-section-title {
  color: #000000;
}
.cid-7hjb3S8K1a .mbr-section-title span {
  color: #ffffff;
}
.cid-7hjb3S8K1a .mbr-section-title2 {
  color: #e6c63b;
  text-align: center;
}
.cid-7hjb3S8K1a p:hover {
  text-decoration: none !important;
}
.cid-7hjb3S8K1a .mbr-section-title2 span {
  color: #000000;
}
.cid-7hjb3S8K1a .dropdown-menu.show a {
  display: block;
  background-color: #dcdcdc !important;
  color: #232323 !important;
  top: -20px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
}
.cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu {
  background-color: #dcdcdc !important;
  color: #232323 !important;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
  display: inline;
}
.cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  left: 20px !important;
}
.cid-7hjb3S8K1a .nav-item.dropdown a::after {
  top: 7px !important;
}
.cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  right: -20px !important;
  top: 5px !important;
  position: relative;
}
.cid-7hjb3S8K1a .dropdown-menu.dropdown-submenu {
  margin-left: 20px !important;
  top: -9px;
  display: none;
}
.cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu a:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.cid-7hjb3S8K1a .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  top: 13px;
  position: relative;
}
.cid-7hjb3S8K1a .mbr-text {
  color: #000000;
}
.cid-7hjb3S8K1a .navbar-nav .nav-link:hover,
.cid-7hjb3S8K1a .navbar-nav .nav-link.active {
  background: #dcdcdc;
  color: #000000 !important;
}
.cid-7hjb3S8K1a .navbar-nav .nav-link {
  padding: 13px 14px;
  transition: .5s;
}
.cid-7hjb3S8K1a .bgtop {
  background-color: #f5f5f5;
}
.cid-7hjb3S8K1a .dropdown-menu {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu {
    padding: inherit;
    display: inline-block;
    background-color: inherit !important;
  }
  .cid-7hjb3S8K1a .navbar-dropdown .navbar-logo {
    margin-right: -2rem !important;
  }
  .cid-7hjb3S8K1a .nomobil {
    display: none;
  }
  .cid-7hjb3S8K1a .navbar-nav {
    display: block !important;
  }
  .cid-7hjb3S8K1a .navbar-nav .nav-link {
    padding: 11px 16px;
    transition: .5s;
  }
  .cid-7hjb3S8K1a .navbar {
    background-color: #94ba40 !important;
  }
  .cid-7hjb3S8K1a button.navbar-toggler {
    margin-right: 15px;
    margin-top: 15px !important;
  }
}
.cid-7hjb3S8K1a .centermobil {
  margin: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cid-7hjb3S8K1a .centermobil .navbar .navbar-brand {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu a:hover {
    color: #ffffff !important;
  }
  .cid-7hjb3S8K1a .navbar .dropdown.open > .dropdown-menu a {
    color: #ffffff !important;
  }
  .cid-7hjb3S8K1a .nav-item a,
  .cid-7hjb3S8K1a .nav-item {
    color: #ffffff !important;
  }
}
.cid-7hjb3S8K1a .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.cid-7hjb3S8K1a .dropdown-menu.dropdown-submenu.show {
  display: inline;
  margin-top: -20px !important;
}
.cid-7hjb3S8K1a .nav-item.text-black.dropdown-item.dropdown-toggle::after {
  top: 5px!important;
  left: 20px !important;
  position: relative;
}
.cid-7hjb3S8K1a .nav-item.text-black.dropdown-item {
  border: inherit !important;
}
.cid-D2eje89ANq {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-D2eje89ANq .navbar-dropdown {
  position: relative !important;
}
.cid-D2eje89ANq .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-D2eje89ANq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-D2eje89ANq .dropdown-item:hover,
.cid-D2eje89ANq .dropdown-item:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-D2eje89ANq .dropdown-item:hover span {
  color: inherit;
}
.cid-D2eje89ANq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-D2eje89ANq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-D2eje89ANq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-D2eje89ANq .nav-link {
  position: relative;
}
.cid-D2eje89ANq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-D2eje89ANq .container {
    flex-wrap: nowrap;
  }
}
.cid-D2eje89ANq .nav-item:focus,
.cid-D2eje89ANq .nav-link:focus {
  outline: none;
}
.cid-D2eje89ANq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-D2eje89ANq .navbar {
  width: 100%;
  margin-bottom: -2px !important;
  padding: 0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
}
.cid-D2eje89ANq .navbar.opened {
  transition: all 0.3s;
}
.cid-D2eje89ANq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-D2eje89ANq .navbar .navbar-logo img {
  width: auto;
}
.cid-D2eje89ANq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-D2eje89ANq .navbar.collapsed {
  justify-content: center;
}
.cid-D2eje89ANq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-D2eje89ANq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-D2eje89ANq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-D2eje89ANq .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-D2eje89ANq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-D2eje89ANq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-D2eje89ANq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-D2eje89ANq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-D2eje89ANq .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-D2eje89ANq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-D2eje89ANq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-D2eje89ANq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-D2eje89ANq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-D2eje89ANq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-D2eje89ANq .navbar.navbar-short {
  min-height: 60px;
}
.cid-D2eje89ANq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-D2eje89ANq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-D2eje89ANq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-D2eje89ANq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-D2eje89ANq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-D2eje89ANq .dropdown-item.active,
.cid-D2eje89ANq .dropdown-item:active {
  background-color: transparent;
}
.cid-D2eje89ANq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-D2eje89ANq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-D2eje89ANq .navbar.navbar-expand-lg .dropdown .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-D2eje89ANq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-D2eje89ANq .navbar-buttons {
  min-width: 170px;
}
.cid-D2eje89ANq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-D2eje89ANq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-D2eje89ANq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-D2eje89ANq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-D2eje89ANq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-D2eje89ANq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-D2eje89ANq a.nav-link {
  display: flex;
}
.cid-D2eje89ANq .mbr-iconfont {
  color: #353535;
}
.cid-D2eje89ANq .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-D2eje89ANq .navbar {
    height: 70px;
  }
  .cid-D2eje89ANq .navbar.opened {
    height: auto;
  }
  .cid-D2eje89ANq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-D2eje89ANq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-D2eje89ANq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-D2eje89ANq .social-row {
    justify-content: left;
  }
}
.cid-D2eje89ANq .floatleft {
  margin-left: auto !important;
}
.cid-D2eje89ANq .floatright {
  margin-right: auto !important;
}
.cid-D2eje89ANq .headerpadding {
  padding-top: 0%;
  padding-bottom: 0%;
}
@media (max-width: 991px) {
  .cid-D2eje89ANq .navbar-logo img {
    height: 3rem !important;
  }
  .cid-D2eje89ANq .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-D2eje89ANq .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-D2eje89ANq.navbar-short {
  min-height: 60px;
}
.cid-D2eje89ANq.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-D2eje89ANq.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-D2eje89ANq .navbar-logo img {
  width: auto;
  min-height: 60px;
}
.cid-D2eje89ANq .mbr-section-title {
  color: #000000;
}
.cid-D2eje89ANq .mbr-section-title span {
  color: #ffffff;
}
.cid-D2eje89ANq .mbr-section-title2 {
  color: #e6c63b;
  text-align: center;
}
.cid-D2eje89ANq p:hover {
  text-decoration: none !important;
}
.cid-D2eje89ANq .mbr-section-title2 span {
  color: #000000;
}
.cid-D2eje89ANq .dropdown-menu.show a {
  display: block;
  background-color: #dcdcdc !important;
  color: #232323 !important;
  top: -20px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
}
.cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu {
  background-color: #dcdcdc !important;
  color: #232323 !important;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
  display: inline;
}
.cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  left: 20px !important;
}
.cid-D2eje89ANq .nav-item.dropdown a::after {
  top: 7px !important;
}
.cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  right: -20px !important;
  top: 5px !important;
  position: relative;
}
.cid-D2eje89ANq .dropdown-menu.dropdown-submenu {
  margin-left: 20px !important;
  top: -9px;
  display: none;
}
.cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu a:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.cid-D2eje89ANq .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  top: 13px;
  position: relative;
}
.cid-D2eje89ANq .mbr-text {
  color: #000000;
}
.cid-D2eje89ANq .navbar-nav .nav-link:hover,
.cid-D2eje89ANq .navbar-nav .nav-link.active {
  background: #dcdcdc;
  color: #000000 !important;
}
.cid-D2eje89ANq .navbar-nav .nav-link {
  padding: 13px 14px;
  transition: .5s;
}
.cid-D2eje89ANq .bgtop {
  background-color: #f5f5f5;
}
.cid-D2eje89ANq .dropdown-menu {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu {
    padding: inherit;
    display: inline-block;
    background-color: inherit !important;
  }
  .cid-D2eje89ANq .navbar-dropdown .navbar-logo {
    margin-right: -2rem !important;
  }
  .cid-D2eje89ANq .nomobil {
    display: none;
  }
  .cid-D2eje89ANq .navbar-nav {
    display: block !important;
  }
  .cid-D2eje89ANq .navbar-nav .nav-link {
    padding: 11px 16px;
    transition: .5s;
  }
  .cid-D2eje89ANq .navbar {
    background-color: #94ba40 !important;
  }
  .cid-D2eje89ANq button.navbar-toggler {
    margin-right: 15px;
    margin-top: 15px !important;
  }
}
.cid-D2eje89ANq .centermobil {
  margin: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cid-D2eje89ANq .centermobil .navbar .navbar-brand {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu a:hover {
    color: #ffffff !important;
  }
  .cid-D2eje89ANq .navbar .dropdown.open > .dropdown-menu a {
    color: #ffffff !important;
  }
  .cid-D2eje89ANq .nav-item a,
  .cid-D2eje89ANq .nav-item {
    color: #ffffff !important;
  }
}
.cid-D2eje89ANq .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.cid-D2eje89ANq .dropdown-menu.dropdown-submenu.show {
  display: inline;
  margin-top: -20px !important;
}
.cid-D2eje89ANq .nav-item.text-black.dropdown-item.dropdown-toggle::after {
  top: 5px!important;
  left: 20px !important;
  position: relative;
}
.cid-D2eje89ANq .nav-item.text-black.dropdown-item {
  border: inherit !important;
}
.cid-ueYwV1QZDz {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ueYwV1QZDz .navbar-dropdown {
  position: relative !important;
}
.cid-ueYwV1QZDz .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-ueYwV1QZDz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueYwV1QZDz .dropdown-item:hover,
.cid-ueYwV1QZDz .dropdown-item:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-ueYwV1QZDz .dropdown-item:hover span {
  color: inherit;
}
.cid-ueYwV1QZDz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueYwV1QZDz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueYwV1QZDz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueYwV1QZDz .nav-link {
  position: relative;
}
.cid-ueYwV1QZDz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ueYwV1QZDz .container {
    flex-wrap: nowrap;
  }
}
.cid-ueYwV1QZDz .nav-item:focus,
.cid-ueYwV1QZDz .nav-link:focus {
  outline: none;
}
.cid-ueYwV1QZDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueYwV1QZDz .navbar {
  width: 100%;
  margin-bottom: -2px !important;
  padding: 0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
}
.cid-ueYwV1QZDz .navbar.opened {
  transition: all 0.3s;
}
.cid-ueYwV1QZDz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  opacity: 0.5;
}
.cid-ueYwV1QZDz .navbar .navbar-logo img {
  width: auto;
}
.cid-ueYwV1QZDz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueYwV1QZDz .navbar.collapsed {
  justify-content: center;
}
.cid-ueYwV1QZDz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueYwV1QZDz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueYwV1QZDz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueYwV1QZDz .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-ueYwV1QZDz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ueYwV1QZDz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueYwV1QZDz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueYwV1QZDz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueYwV1QZDz .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-ueYwV1QZDz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueYwV1QZDz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueYwV1QZDz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-ueYwV1QZDz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueYwV1QZDz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueYwV1QZDz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueYwV1QZDz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueYwV1QZDz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueYwV1QZDz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueYwV1QZDz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueYwV1QZDz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueYwV1QZDz .dropdown-item.active,
.cid-ueYwV1QZDz .dropdown-item:active {
  background-color: transparent;
}
.cid-ueYwV1QZDz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueYwV1QZDz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueYwV1QZDz .navbar.navbar-expand-lg .dropdown .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueYwV1QZDz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueYwV1QZDz .navbar-buttons {
  min-width: 170px;
}
.cid-ueYwV1QZDz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueYwV1QZDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueYwV1QZDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueYwV1QZDz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueYwV1QZDz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueYwV1QZDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueYwV1QZDz a.nav-link {
  display: flex;
}
.cid-ueYwV1QZDz .mbr-iconfont {
  color: #353535;
}
.cid-ueYwV1QZDz .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-ueYwV1QZDz .navbar {
    height: 70px;
  }
  .cid-ueYwV1QZDz .navbar.opened {
    height: auto;
  }
  .cid-ueYwV1QZDz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueYwV1QZDz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueYwV1QZDz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ueYwV1QZDz .social-row {
    justify-content: left;
  }
}
.cid-ueYwV1QZDz .floatleft {
  margin-left: auto !important;
}
.cid-ueYwV1QZDz .floatright {
  margin-right: auto !important;
}
.cid-ueYwV1QZDz .headerpadding {
  padding-top: 0%;
  padding-bottom: 0%;
}
@media (max-width: 991px) {
  .cid-ueYwV1QZDz .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueYwV1QZDz .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueYwV1QZDz .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueYwV1QZDz.navbar-short {
  min-height: 60px;
}
.cid-ueYwV1QZDz.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueYwV1QZDz.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueYwV1QZDz .navbar-logo img {
  width: auto;
  min-height: 60px;
}
.cid-ueYwV1QZDz .mbr-section-title {
  color: #000000;
}
.cid-ueYwV1QZDz .mbr-section-title span {
  color: #ffffff;
}
.cid-ueYwV1QZDz .mbr-section-title2 {
  color: #e6c63b;
  text-align: center;
}
.cid-ueYwV1QZDz p:hover {
  text-decoration: none !important;
}
.cid-ueYwV1QZDz .mbr-section-title2 span {
  color: #000000;
}
.cid-ueYwV1QZDz .dropdown-menu.show a {
  display: block;
  background-color: #dcdcdc !important;
  color: #232323 !important;
  top: -20px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
}
.cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu {
  background-color: #dcdcdc !important;
  color: #232323 !important;
  opacity: 0.5;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25), 0 0px 1px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px;
  display: inline;
}
.cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  left: 20px !important;
}
.cid-ueYwV1QZDz .nav-item.dropdown a::after {
  top: 7px !important;
}
.cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu .nav-item.show.dropdown-item.dropdown-toggle::after {
  right: -20px !important;
  top: 5px !important;
  position: relative;
}
.cid-ueYwV1QZDz .dropdown-menu.dropdown-submenu {
  margin-left: 20px !important;
  top: -9px;
  display: none;
}
.cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu a:hover {
  background-color: inherit !important;
  opacity: 0.5;
  color: inherit !important;
}
.cid-ueYwV1QZDz .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  top: 13px;
  position: relative;
}
.cid-ueYwV1QZDz .mbr-text {
  color: #000000;
}
.cid-ueYwV1QZDz .navbar-nav .nav-link:hover,
.cid-ueYwV1QZDz .navbar-nav .nav-link.active {
  background: #dcdcdc;
  color: #000000 !important;
}
.cid-ueYwV1QZDz .navbar-nav .nav-link {
  padding: 13px 14px;
  transition: .5s;
}
.cid-ueYwV1QZDz .bgtop {
  background-color: #f5f5f5;
}
.cid-ueYwV1QZDz .dropdown-menu {
  background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
  .cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu {
    padding: inherit;
    display: inline-block;
    background-color: inherit !important;
  }
  .cid-ueYwV1QZDz .navbar-dropdown .navbar-logo {
    margin-right: -2rem !important;
  }
  .cid-ueYwV1QZDz .nomobil {
    display: none;
  }
  .cid-ueYwV1QZDz .navbar-nav {
    display: block !important;
  }
  .cid-ueYwV1QZDz .navbar-nav .nav-link {
    padding: 11px 16px;
    transition: .5s;
  }
  .cid-ueYwV1QZDz .navbar {
    background-color: #94ba40 !important;
  }
  .cid-ueYwV1QZDz button.navbar-toggler {
    margin-right: 15px;
    margin-top: 15px !important;
  }
}
.cid-ueYwV1QZDz .centermobil {
  margin: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cid-ueYwV1QZDz .centermobil .navbar .navbar-brand {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu a:hover {
    color: #ffffff !important;
  }
  .cid-ueYwV1QZDz .navbar .dropdown.open > .dropdown-menu a {
    color: #ffffff !important;
  }
  .cid-ueYwV1QZDz .nav-item a,
  .cid-ueYwV1QZDz .nav-item {
    color: #ffffff !important;
  }
}
.cid-ueYwV1QZDz .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.cid-ueYwV1QZDz .dropdown-menu.dropdown-submenu.show {
  display: inline;
  margin-top: -20px !important;
}
.cid-ueYwV1QZDz .nav-item.text-black.dropdown-item.dropdown-toggle::after {
  top: 5px!important;
  left: 20px !important;
  position: relative;
}
.cid-ueYwV1QZDz .nav-item.text-black.dropdown-item {
  border: inherit !important;
}
.cid-ue9J15Z6Ds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b2ea34;
}
.cid-ue9J15Z6Ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue9J15Z6Ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue9J15Z6Ds .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-ue9J15Z6Ds .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ue9J15Z6Ds .row {
    flex-direction: column-reverse !important;
  }
  .cid-ue9J15Z6Ds .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ue9J15Z6Ds .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ue9J15Z6Ds .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue9J15Z6Ds .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ue9J15Z6Ds .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ue9J15Z6Ds .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ue9J15Z6Ds .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ue9J15Z6Ds .copyright {
    text-align: center;
  }
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}








.cid-ufgJmRqJAF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-ufgJmRqJAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufgJmRqJAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufgJmRqJAF .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ufgJmRqJAF .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ufgJmRqJAF .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ufgJmRqJAF .bg-twitter:hover {
  background: #0c85d0;
}
.cid-ufgJmRqJAF .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ufgJmRqJAF .bg-instagram:hover {
  background: #bd005c;
}
.cid-ufgJmRqJAF .iconfont-wrapper {
  display: inline-block;
 padding: 0 6px 0 6px;
  border-radius: 50%;
  width: 330px;
  height: 250px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufgJmRqJAF .iconfont-wrapper {
    display: inline-block;
    padding: 0 2px 0 2px;
    border-radius: 50%;
    width: 100px;
    height: 80px;
  }
}
.cid-ufgJmRqJAF .iconfont-wrapper {
  border-radius: 0 !important;
}
.cid-ufgJmRqJAF [class^="socicon-"]:before,
.cid-ufgJmRqJAF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ufgJobCF5E {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #dcdcdc;
}
.cid-ufgJobCF5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufgJobCF5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-ufgJobCF5E .iconfont-wrapper {
  display: inline-block;
  padding: 0 6px 0 6px;
  border-radius: 30%;
  width: 250px;
  height: 250px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufgJobCF5E .iconfont-wrapper {
    display: inline-block;
	margin: 0 -2px 0 -2px;
	border-radius: 0;
    width: 110px;
    height: 100px;
  }

}
.cid-ufgJobCF5E .iconfont-wrapper {
  border-radius: 0 !important;
}


.cid-ufmcaUJGaW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dcdcdc;
}
.cid-ufmcaUJGaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmcaUJGaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}


.cid-ufmcaUJGaW .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ufmcaUJGaW .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ufmcaUJGaW .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ufmcaUJGaW .bg-twitter:hover {
  background: #0c85d0;
}
.cid-ufmcaUJGaW .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ufmcaUJGaW .bg-pinterest:hover {
  background: #b3001b;
}
.cid-ufmcaUJGaW .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ufmcaUJGaW .bg-instagram:hover {
  background: #bd005c;
}
.cid-ufmcaUJGaW .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-ufmcaUJGaW .bg-tiktok:hover {
  background: #000000;
}
.cid-ufmcaUJGaW .iconfont-wrapper {
	margin: 0 10px 0 10px;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  font-family: 'Ubuntu-R';
  border-radius: 50%;
  width: 150px;
  height: 200px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ufmcaUJGaW img{display: block;
	width: 60%;
	margin: 0 auto;
	
}
@media (max-width: 767px) {
  .cid-ufmcaUJGaW .iconfont-wrapper {
    display: inline-block;
	margin: 0;
    font-size: 8.5px;
	font-family: 'Ubuntu-R';
    border-radius: 50%;
    width: 100px;
    height: 100px;
	
  }
  .cid-ufmcaUJGaW img{
	 
	width: 90%;
padding: -5px;
	
	
}

}
.cid-ufmcaUJGaW .iconfont-wrapper {
  border-radius: 0 !important;
}
.cid-ufmcaUJGaW [class^="socicon-"]:before,
.cid-ufmcaUJGaW [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}

.cid-ufDw9ZTkST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufDw9ZTkST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufDw9ZTkST .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ufDw9ZTkST .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ufDw9ZTkST .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ufDw9ZTkST .bg-twitter:hover {
  background: #0c85d0;
}
.cid-ufDw9ZTkST .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ufDw9ZTkST .bg-pinterest:hover {
  background: #b3001b;
}
.cid-ufDw9ZTkST .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ufDw9ZTkST .bg-instagram:hover {
  background: #bd005c;
}
.cid-ufDw9ZTkST .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-ufDw9ZTkST .bg-linkedin:hover {
  background: #005582;
}
.cid-ufDw9ZTkST .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-ufDw9ZTkST .bg-tiktok:hover {
  background: #000000;
}
.cid-ufDw9ZTkST .iconfont-wrapper {
	margin: 0 5px 0 5px;
	
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 156px;
  height: 150px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufDw9ZTkST .iconfont-wrapper {
	  margin: 7px 5px 7px 5px;
    display: inline-block;
    font-size: 32px;
    border-radius: 50%;
    width: 90px;
    height: 70px;
  }
}
.cid-ufDw9ZTkST .iconfont-wrapper {
  border-radius: 0 !important;
}
.cid-ufDw9ZTkST [class^="socicon-"]:before,
.cid-ufDw9ZTkST [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}

