.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'a-day-without-sun';
  font-size: 8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'a-day-without-sun';
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'OpenSans_Condensed-ExtraBold';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'agentclightnormal';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'OpenSans_Condensed-Light';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .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: #23836e !important;
}
.bg-success {
  background-color: #78b759 !important;
}
.bg-info {
  background-color: #91cab1 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #bd0c2b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #23836e !important;
  border-color: #23836e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2eab90 !important;
  border-color: #2eab90 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2eab90 !important;
  border-color: #2eab90 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3ab572 !important;
  border-color: #3ab572 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #58ca8c !important;
  border-color: #58ca8c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #58ca8c !important;
  border-color: #58ca8c !important;
}
.btn-info,
.btn-info:active {
  background-color: #91cab1 !important;
  border-color: #91cab1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #b3dbc9 !important;
  border-color: #b3dbc9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b3dbc9 !important;
  border-color: #b3dbc9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #78b759 !important;
  border-color: #78b759 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #95c67d !important;
  border-color: #95c67d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #95c67d !important;
  border-color: #95c67d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bd0c2b !important;
  border-color: #bd0c2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ed0f36 !important;
  border-color: #ed0f36 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed0f36 !important;
  border-color: #ed0f36 !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: #23836e;
  color: #23836e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #113f35 !important;
  background-color: transparent !important;
  border-color: #113f35 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #23836e !important;
  border-color: #23836e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3ab572;
  color: #3ab572;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #257349 !important;
  background-color: transparent !important;
  border-color: #257349 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3ab572 !important;
  border-color: #3ab572 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #91cab1;
  color: #91cab1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #56ae88 !important;
  background-color: transparent !important;
  border-color: #56ae88 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #91cab1 !important;
  border-color: #91cab1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #78b759;
  color: #78b759;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #508138 !important;
  background-color: transparent !important;
  border-color: #508138 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #78b759 !important;
  border-color: #78b759 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bd0c2b;
  color: #bd0c2b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6b0718 !important;
  background-color: transparent !important;
  border-color: #6b0718 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bd0c2b !important;
  border-color: #bd0c2b !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: #23836e !important;
}
.text-secondary {
  color: #3ab572 !important;
}
.text-success {
  color: #78b759 !important;
}
.text-info {
  color: #91cab1 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #bd0c2b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d332a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #216841 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a7733 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #50a580 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5d0615 !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: #23836e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #91cab1;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #bd0c2b;
}
.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: #23836e;
  border-color: #23836e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #23836e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #54d1b6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0deb2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f45470;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'OpenSans_Condensed-Light';
  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: #23836e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'OpenSans_Condensed-Light';
  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: #23836e;
}
/* 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: #23836e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #23836e;
}
.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: #23836e;
  border-bottom-color: #23836e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #23836e !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: #3ab572 !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='%2323836e' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdLFNWQNgp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f9f5;
}
.cid-vdLFNWQNgp .content-head {
  max-width: 800px;
}
.cid-vdLFNWQNgp .mbr-section-title {
  color: #000000;
}
.cid-vdLrDOtvS7 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hb2026-paar.png-2000x1333.png");
}
.cid-vdLrDOtvS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLrDOtvS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdLrDOtvS7 .container {
    padding: 0 26px;
  }
}
.cid-vdLrDOtvS7 .row {
  justify-content: center;
}
.cid-vdLrDOtvS7 .content-wrapper {
  display: flex;
  padding: 100px 30px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-vdLrDOtvS7 .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-vdLrDOtvS7 .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdLrDOtvS7 .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vdLrDOtvS7 .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-vdLrDOtvS7 .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-vdLrDOtvS7 .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-vdLrDOtvS7 .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdLrDOtvS7 .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdLrDOtvS7 .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vdLrDOtvS7 .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vdLrDOtvS7 .mbr-section-title {
  color: #ffffff;
}
.cid-vdLrDOtvS7 .mbr-section-subtitle {
  color: #a5ddd3;
  text-align: center;
}
.cid-vdLrDOtvS7 .mbr-text {
  color: #000000;
}
.cid-vdLrDOtvS7 .mbr-text,
.cid-vdLrDOtvS7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdLrDOtvS7 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdhIriF3h5 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hb2026-paar.png-2000x1333.png");
}
.cid-vdhIriF3h5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdhIriF3h5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdhIriF3h5 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdhIriF3h5 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdhIriF3h5 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdhIriF3h5 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdhIriF3h5 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdhIriF3h5 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdhIriF3h5 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdhIriF3h5 .content-wrap {
  margin: 0 -20px;
}
.cid-vdhIriF3h5 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdhIriF3h5 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vdhIriF3h5 .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vdhIriF3h5 .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vdhIriF3h5 .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdhIriF3h5 .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vdhIriF3h5 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdhIriF3h5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdhIriF3h5 .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vdhIriF3h5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdhIriF3h5 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdhIriF3h5 .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdhIriF3h5 .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vdhIriF3h5 .mbr-label {
  color: #000000;
}
.cid-vdhIriF3h5 .mbr-section-title {
  color: #000000;
}
.cid-vdhIriF3h5 .mbr-text {
  color: #000000;
}
.cid-vdhIriF3h5 .mbr-number {
  color: #15937c;
}
.cid-vdhIriF3h5 .mbr-desc {
  color: #000000;
}
.cid-vdhIriF3h5 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdhIriF3h5 .list {
  color: #000000;
}
.cid-vdhIriF3h5 .mbr-section-title,
.cid-vdhIriF3h5 .main-btn,
.cid-vdhIriF3h5 .title-wrap {
  color: #15937c;
}
.cid-vdhIriF3h5 .mbr-text .text-wrap {
  color: #15937c;
}
.cid-vdPTMkfiBA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8ebfb6;
}
.cid-vdPTMkfiBA img,
.cid-vdPTMkfiBA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vdPTMkfiBA .item:focus,
.cid-vdPTMkfiBA span:focus {
  outline: none;
}
.cid-vdPTMkfiBA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdPTMkfiBA .item {
    margin-bottom: 1rem;
  }
}
.cid-vdPTMkfiBA .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdPTMkfiBA .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdPTMkfiBA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdPTMkfiBA .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdPTMkfiBA .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdPTMkfiBA .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vdPTMkfiBA .mbr-section-title {
  color: #232323;
}
.cid-vdPTMkfiBA .mbr-text,
.cid-vdPTMkfiBA .mbr-section-btn {
  text-align: center;
}
.cid-vdPTMkfiBA .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vdPTMkfiBA .content-head {
  max-width: 800px;
}
.cid-vdPTMkfiBA .mbr-text,
.cid-vdPTMkfiBA .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #a5ddd3;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veBsfbQ4At {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #d3eae6;
}
.cid-veBsfbQ4At .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBsfbQ4At .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBsfbQ4At .row {
  flex-direction: row-reverse;
}
.cid-veBtBTUWgr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veBtBTUWgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBtBTUWgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBtBTUWgr .row {
  flex-direction: row-reverse;
}
.cid-vfTSmDhD8Y {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #d3eae6;
}
.cid-vfTSmDhD8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfTSmDhD8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfTSmDhD8Y .row {
  flex-direction: row-reverse;
}
.cid-vfTRpr3iW9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfTRpr3iW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfTRpr3iW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfTRpr3iW9 .row {
  flex-direction: row-reverse;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdhKcTdwec {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-614659380-2000x1256.jpg");
}
.cid-vdhKcTdwec .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdhKcTdwec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdhKcTdwec .content-wrap {
  margin: 0 -25px;
}
.cid-vdhKcTdwec .content-wrap .card {
  padding: 0 25px;
}
.cid-vdhKcTdwec .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vdhKcTdwec .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vdhKcTdwec .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdhKcTdwec .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vdhKcTdwec .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdhKcTdwec .title-wrapper {
  margin-bottom: 25px;
}
.cid-vdhKcTdwec .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdhKcTdwec .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdhKcTdwec .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdhKcTdwec .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdhKcTdwec .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdhKcTdwec .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdhKcTdwec .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vdhKcTdwec .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdhKcTdwec .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdhKcTdwec .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vdhKcTdwec .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdhKcTdwec .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vdhKcTdwec .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vdhKcTdwec .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vdhKcTdwec .mbr-label {
  color: #000000;
}
.cid-vdhKcTdwec .mbr-section-title {
  color: #000000;
}
.cid-vdhKcTdwec .mbr-text {
  color: #000000;
}
.cid-vdhKcTdwec .list {
  color: #000000;
}
.cid-vdhKcTdwec .mbr-label,
.cid-vdhKcTdwec .label-wrapper {
  color: #000000;
}
.cid-vdhKcTdwec .mbr-text .text-wrap {
  color: #15937c;
}
.cid-vdPVEfJgMp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdPVEfJgMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPVEfJgMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPVEfJgMp .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-vdPVEfJgMp .item .icon-wrap {
  text-align: center;
}
.cid-vdPVEfJgMp .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #a5ddd3;
  transform: translate(-50%, 0);
}
.cid-vdPVEfJgMp .item:last-child:before {
  display: none;
}
.cid-vdPVEfJgMp .item.last::before {
  display: none;
}
.cid-vdPVEfJgMp .icon-box {
  background: #a5ddd3;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-vdPVEfJgMp .text-box {
  text-align: center;
}
.cid-vdPVEfJgMp span {
  font-size: 2rem;
  color: #245f55;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-vdPVEfJgMp .card {
    margin-bottom: 2rem;
  }
  .cid-vdPVEfJgMp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vdPVEfJgMp .icon-title,
.cid-vdPVEfJgMp .item .icon-wrap {
  color: #15937c;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ve1o0LiIdr {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hb20202620haende-2000x1333.png");
}
.cid-ve1o0LiIdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1o0LiIdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve1o0LiIdr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ve1o0LiIdr .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-ve1o0LiIdr .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-ve1o0LiIdr .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-ve1o0LiIdr .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-ve1o0LiIdr .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-ve1o0LiIdr .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ve1o0LiIdr .content-wrap {
  margin: 0 -20px;
}
.cid-ve1o0LiIdr .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ve1o0LiIdr .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-ve1o0LiIdr .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-ve1o0LiIdr .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ve1o0LiIdr .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-ve1o0LiIdr .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .list-wrapper {
    margin-top: 25px;
  }
}
.cid-ve1o0LiIdr .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-ve1o0LiIdr .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ve1o0LiIdr .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-ve1o0LiIdr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ve1o0LiIdr .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-ve1o0LiIdr .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-ve1o0LiIdr .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-ve1o0LiIdr .mbr-label {
  color: #000000;
}
.cid-ve1o0LiIdr .mbr-section-title {
  color: #000000;
}
.cid-ve1o0LiIdr .mbr-text {
  color: #000000;
}
.cid-ve1o0LiIdr .mbr-number {
  color: #15937c;
}
.cid-ve1o0LiIdr .mbr-desc {
  color: #000000;
}
.cid-ve1o0LiIdr .mbr-section-subtitle {
  color: #000000;
}
.cid-ve1o0LiIdr .list {
  color: #000000;
}
.cid-ve1o0LiIdr .mbr-section-title,
.cid-ve1o0LiIdr .main-btn,
.cid-ve1o0LiIdr .title-wrap {
  color: #15937c;
}
.cid-ve1o0LiIdr .mbr-text .text-wrap {
  color: #15937c;
}
.cid-veuA4htVvO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veuA4htVvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veuA4htVvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veuA4htVvO .items-wrapper .item:first-child .item-wrapper {
  border-top: 1px solid #000000;
}
.cid-veuA4htVvO .items-wrapper .item:hover .item-wrapper .name-wrapper,
.cid-veuA4htVvO .items-wrapper .item:focus .item-wrapper .name-wrapper {
  transform: translateX(20px);
}
.cid-veuA4htVvO .items-wrapper .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-veuA4htVvO .items-wrapper .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: translateX(-20px);
}
.cid-veuA4htVvO .items-wrapper .item .item-wrapper {
  animation: none !important;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-veuA4htVvO .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-veuA4htVvO .items-wrapper .item .item-wrapper .name-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all .3s ease;
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-veuA4htVvO .items-wrapper .item .item-wrapper .name-wrapper {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-veuA4htVvO .items-wrapper .item .item-wrapper .name-wrapper .item-img {
    margin-bottom: 15px;
  }
}
.cid-veuA4htVvO .items-wrapper .item .item-wrapper .name-wrapper .item-img img {
  width: 120px;
  height: 120px;
  border-radius: 30% !important;
  object-fit: cover;
}
.cid-veuA4htVvO .items-wrapper .item .item-wrapper .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-veuA4htVvO .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veuA4htVvO .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-veuA4htVvO .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-veuA4htVvO .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  transition: all .3s ease;
}
.cid-veuA4htVvO .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  transition: all .3s ease;
  font-size: 20px;
  margin: 0;
}
.cid-veuA4htVvO .item-name {
  color: #1f1f1f;
}
.cid-veuA4htVvO .item-role {
  color: #000000;
}
.cid-veuA4htVvO .mbr-label,
.cid-veuA4htVvO .label-wrapper {
  text-align: center;
  color: #15937c;
}
.cid-vewnarrN40 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a5ddd3;
}
.cid-vewnarrN40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewnarrN40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewnarrN40 .mbr-section-title {
  color: #000000;
}
.cid-vewnarrN40 .mbr-section-subtitle {
  color: #000000;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdXfINB5GL {
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/hb20202620mitglieder-2000x1333.jpg");
}
.cid-vdXfINB5GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdXfINB5GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdXfINB5GL .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdXfINB5GL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdXfINB5GL .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vdXfINB5GL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdXfINB5GL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdXfINB5GL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdXfINB5GL .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdXfINB5GL .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdXfINB5GL .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cid-vdXfINB5GL .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vdXfINB5GL .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a5ddd3;
  padding: 11px 24px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #000000;
}
.cid-vdXfINB5GL .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  box-shadow: inset 0 0.1875rem 0.375rem 5px #000000;
}
.cid-vdXfINB5GL .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #a5ddd3;
  box-shadow: inset 0 0.1875rem 0.375rem 5px #000000;
}
.cid-vdXfINB5GL .tab-content .tab-pane .item-content .image-wrapper {
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #a5ddd3;
  background-color: #a5ddd3;
  box-shadow: 0 .25rem .375rem #00000014;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdXfINB5GL .tab-content .tab-pane .item-content .image-wrapper {
    padding: 6px;
  }
}
.cid-vdXfINB5GL .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #a5ddd3;
  border: 1px solid #a5ddd3;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a5ddd3;
}
@media (max-width: 992px) {
  .cid-vdXfINB5GL .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vdXfINB5GL .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdXfINB5GL .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vdXfINB5GL .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vdXfINB5GL .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vdXfINB5GL .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdXfINB5GL .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vdXfINB5GL .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vdXfINB5GL .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-vdXfINB5GL .mbr-section-title,
.cid-vdXfINB5GL .tabs-wrapper {
  text-align: center;
}
.cid-vdXfINB5GL .item-title {
  color: #181824;
}
.cid-vdXfINB5GL .item-text,
.cid-vdXfINB5GL .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vdXfINB5GL .item-title,
.cid-vdXfINB5GL .mbr-section-btn {
  text-align: center;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vewcwRf0LD {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/adobestock-815248903-preview-1000x724.jpg");
}
.cid-vewcwRf0LD .mbr-overlay {
  background: #d3eae6;
  opacity: 0.8;
}
.cid-vewcwRf0LD img,
.cid-vewcwRf0LD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vewcwRf0LD .item:focus,
.cid-vewcwRf0LD span:focus {
  outline: none;
}
.cid-vewcwRf0LD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vewcwRf0LD .item {
    margin-bottom: 1rem;
  }
}
.cid-vewcwRf0LD .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vewcwRf0LD .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vewcwRf0LD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vewcwRf0LD .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vewcwRf0LD .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vewcwRf0LD .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vewcwRf0LD .mbr-section-title {
  color: #232323;
}
.cid-vewcwRf0LD .mbr-text,
.cid-vewcwRf0LD .mbr-section-btn {
  text-align: center;
}
.cid-vewcwRf0LD .item-title {
  text-align: center;
  color: #000000;
}
.cid-vewcwRf0LD .content-head {
  max-width: 800px;
}
.cid-vewcwRf0LD .mbr-text,
.cid-vewcwRf0LD .item-wrapper .mbr-section-btn {
  text-align: center;
  color: #23836e;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veHV7yhsVE.popup-builder {
  background-color: #ffffff;
}
.cid-veHV7yhsVE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veHV7yhsVE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veHV7yhsVE .modal-content,
.cid-veHV7yhsVE .modal-dialog {
  height: auto;
}
.cid-veHV7yhsVE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veHV7yhsVE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veHV7yhsVE .form-wrapper .mbr-form .form-group,
  .cid-veHV7yhsVE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veHV7yhsVE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veHV7yhsVE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veHV7yhsVE .mbr-text {
  text-align: center;
}
.cid-veHV7yhsVE .pt-0 {
  padding-top: 0 !important;
}
.cid-veHV7yhsVE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veHV7yhsVE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veHV7yhsVE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veHV7yhsVE .modal-open {
  overflow: hidden;
}
.cid-veHV7yhsVE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veHV7yhsVE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veHV7yhsVE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veHV7yhsVE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veHV7yhsVE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veHV7yhsVE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veHV7yhsVE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veHV7yhsVE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veHV7yhsVE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-veHV7yhsVE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veHV7yhsVE .modal-backdrop.fade {
  opacity: 0;
}
.cid-veHV7yhsVE .modal-backdrop.show {
  opacity: .5;
}
.cid-veHV7yhsVE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-veHV7yhsVE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veHV7yhsVE .modal-header {
    padding: 1rem;
  }
}
.cid-veHV7yhsVE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veHV7yhsVE .modal-header .close svg {
  fill: #353535;
}
.cid-veHV7yhsVE .modal-header .close:hover {
  opacity: 1;
}
.cid-veHV7yhsVE .modal-header .close:focus {
  outline: none;
}
.cid-veHV7yhsVE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #15937c;
}
.cid-veHV7yhsVE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-veHV7yhsVE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veHV7yhsVE .modal-body {
    padding: 1rem;
  }
}
.cid-veHV7yhsVE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veHV7yhsVE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veHV7yhsVE .modal-footer {
    padding: 1rem;
  }
}
.cid-veHV7yhsVE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veHV7yhsVE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veHV7yhsVE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veHV7yhsVE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veHV7yhsVE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-veHV7yhsVE .modal-lg,
  .cid-veHV7yhsVE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-veHV7yhsVE .modal-xl {
    max-width: 1140px;
  }
}
.cid-veHV7yhsVE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veHV7yhsVE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veHV7yhsVE .form-group {
  margin-bottom: 1rem;
}
.cid-veHV7yhsVE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veHV7yhsVE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veHV7yhsVE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-veHV7yhsVE .mbr-section-btn {
  margin: 0;
}
.cid-veHV7yhsVE .mbr-section-btn .btn {
  margin: 0;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ve1josnooP {
  padding-top: 9rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/adobestock-681172990-preview-1000x667.png");
}
.cid-ve1josnooP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1josnooP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve1josnooP .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ve1josnooP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ve1josnooP .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-ve1josnooP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ve1josnooP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve1josnooP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve1josnooP .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ve1josnooP .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ve1josnooP .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cid-ve1josnooP .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-ve1josnooP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a5ddd3;
  padding: 11px 24px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #000000;
}
.cid-ve1josnooP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  box-shadow: inset 0 0.1875rem 0.375rem 5px #000000;
}
.cid-ve1josnooP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #a5ddd3;
  box-shadow: inset 0 0.1875rem 0.375rem 5px #000000;
}
.cid-ve1josnooP .tab-content .tab-pane .item-content .image-wrapper {
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ve1josnooP .tab-content .tab-pane .item-content .image-wrapper {
    padding: 6px;
  }
}
.cid-ve1josnooP .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #ffffff;
}
@media (max-width: 992px) {
  .cid-ve1josnooP .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-ve1josnooP .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ve1josnooP .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-ve1josnooP .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-ve1josnooP .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 24px;
}
.cid-ve1josnooP .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ve1josnooP .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-ve1josnooP .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-ve1josnooP .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-ve1josnooP .mbr-section-title,
.cid-ve1josnooP .tabs-wrapper {
  text-align: center;
}
.cid-ve1josnooP .item-title {
  color: #181824;
}
.cid-ve1josnooP .item-text,
.cid-ve1josnooP .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-ve1josnooP .item-title,
.cid-ve1josnooP .mbr-section-btn {
  text-align: center;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vewiiZgNN2 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1742575673-2000x1336.jpg");
}
.cid-vewiiZgNN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewiiZgNN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewiiZgNN2 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vewiiZgNN2 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vewiiZgNN2 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vewiiZgNN2 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vewiiZgNN2 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vewiiZgNN2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vewiiZgNN2 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vewiiZgNN2 .content-wrap {
  margin: 0 -20px;
}
.cid-vewiiZgNN2 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vewiiZgNN2 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vewiiZgNN2 .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vewiiZgNN2 .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vewiiZgNN2 .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vewiiZgNN2 .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vewiiZgNN2 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vewiiZgNN2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vewiiZgNN2 .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vewiiZgNN2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vewiiZgNN2 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vewiiZgNN2 .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vewiiZgNN2 .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vewiiZgNN2 .mbr-label {
  color: #000000;
}
.cid-vewiiZgNN2 .mbr-section-title {
  color: #000000;
}
.cid-vewiiZgNN2 .mbr-text {
  color: #000000;
}
.cid-vewiiZgNN2 .mbr-number {
  color: #15937c;
}
.cid-vewiiZgNN2 .mbr-desc {
  color: #000000;
}
.cid-vewiiZgNN2 .mbr-section-subtitle {
  color: #000000;
}
.cid-vewiiZgNN2 .list {
  color: #000000;
}
.cid-vewiiZgNN2 .mbr-section-title,
.cid-vewiiZgNN2 .main-btn,
.cid-vewiiZgNN2 .title-wrap {
  color: #000000;
}
.cid-vewiiZgNN2 .mbr-text .text-wrap {
  color: #15937c;
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-vgAFlnM3qI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgAFlnM3qI .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;
}
@media (max-width: 767px) {
  .cid-vgAFlnM3qI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgAFlnM3qI .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-vgAFlnM3qI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-vgAFlnM3qI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgAFlnM3qI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgAFlnM3qI .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgAFlnM3qI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgAFlnM3qI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vgAFlnM3qI .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-vgAFlnM3qI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgAFlnM3qI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgAFlnM3qI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vgAFlnM3qI .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-vgAFlnM3qI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgAFlnM3qI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgAFlnM3qI .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgAFlnM3qI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgAFlnM3qI .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgAFlnM3qI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgAFlnM3qI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgAFlnM3qI .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgAFlnM3qI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgAFlnM3qI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgAFlnM3qI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgAFlnM3qI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-vgAFlnM3qI .nav-item:focus,
.cid-vgAFlnM3qI .nav-link:focus {
  outline: none;
}
.cid-vgAFlnM3qI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgAFlnM3qI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgAFlnM3qI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgAFlnM3qI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgAFlnM3qI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgAFlnM3qI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgAFlnM3qI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgAFlnM3qI .navbar.opened {
  transition: all 0.3s;
}
.cid-vgAFlnM3qI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgAFlnM3qI .navbar .navbar-logo img {
  width: auto;
}
.cid-vgAFlnM3qI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgAFlnM3qI .navbar.collapsed {
  justify-content: center;
}
.cid-vgAFlnM3qI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgAFlnM3qI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgAFlnM3qI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-vgAFlnM3qI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgAFlnM3qI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgAFlnM3qI .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-vgAFlnM3qI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgAFlnM3qI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgAFlnM3qI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgAFlnM3qI .navbar {
    min-height: 72px;
  }
  .cid-vgAFlnM3qI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgAFlnM3qI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgAFlnM3qI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgAFlnM3qI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgAFlnM3qI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgAFlnM3qI .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-vgAFlnM3qI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgAFlnM3qI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgAFlnM3qI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgAFlnM3qI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgAFlnM3qI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgAFlnM3qI .dropdown-item.active,
.cid-vgAFlnM3qI .dropdown-item:active {
  background-color: transparent;
}
.cid-vgAFlnM3qI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgAFlnM3qI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgAFlnM3qI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgAFlnM3qI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-vgAFlnM3qI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgAFlnM3qI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgAFlnM3qI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgAFlnM3qI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgAFlnM3qI .navbar-buttons {
    text-align: left;
  }
}
.cid-vgAFlnM3qI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgAFlnM3qI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgAFlnM3qI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgAFlnM3qI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgAFlnM3qI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgAFlnM3qI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgAFlnM3qI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgAFlnM3qI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgAFlnM3qI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgAFlnM3qI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgAFlnM3qI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgAFlnM3qI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgAFlnM3qI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgAFlnM3qI .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgAFlnM3qI .navbar {
    height: 70px;
  }
  .cid-vgAFlnM3qI .navbar.opened {
    height: auto;
  }
  .cid-vgAFlnM3qI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgAFlnM3qI .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-vgAFlnM3qI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgAFlnM3qI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgAFlnM3qI .navbar-brand {
    margin-right: auto;
  }
  .cid-vgAFlnM3qI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgAFlnM3qI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgAFlnM3qI .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgAFlnM3qI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgAFlnM3qI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgAFlnM3qI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgAFqBrU8l {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #d3eae6;
}
.cid-vgAFqBrU8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAFqBrU8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAFqBrU8l .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vgAFqBrU8l .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgAFqBrU8l .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgAFqBrU8l .card-wrapper {
    padding: 4rem;
  }
}
.cid-vgAFqBrU8l .mbr-text,
.cid-vgAFqBrU8l .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgAFqBrU8l .card-title,
.cid-vgAFqBrU8l .card-box {
  text-align: center;
  color: #000000;
}
.cid-vgAFqBrU8l .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vgAFqBrU8l .mbr-section-subtitle {
  text-align: center;
}
.cid-vgAFloQRFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgAFloQRFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAFloQRFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAFloQRFJ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vgAFloQRFJ .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vgAFloQRFJ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vgAFloQRFJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vgAFloQRFJ .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-vgAFloQRFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vgAFloQRFJ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vgAFloQRFJ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vgAFloQRFJ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vgAFloQRFJ .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-vgAFloQRFJ .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-vgAFloQRFJ .list-box {
  width: 100%;
}
.cid-vgAFloQRFJ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-vgAFloQRFJ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vgAFloQRFJ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vgAFloQRFJ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vgAFloQRFJ .list a:hover:before {
  background-position: left !important;
}
.cid-vgAFloQRFJ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vgAFloQRFJ .news-item {
  width: 100%;
}
.cid-vgAFloQRFJ .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vgAFloQRFJ .news-title {
  color: #303030;
}
.cid-vgAFloQRFJ .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-vgAINwl30y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgAINwl30y .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;
}
@media (max-width: 767px) {
  .cid-vgAINwl30y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgAINwl30y .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-vgAINwl30y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-vgAINwl30y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgAINwl30y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgAINwl30y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgAINwl30y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgAINwl30y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vgAINwl30y .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-vgAINwl30y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgAINwl30y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgAINwl30y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vgAINwl30y .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-vgAINwl30y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgAINwl30y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgAINwl30y .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgAINwl30y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgAINwl30y .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgAINwl30y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgAINwl30y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgAINwl30y .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgAINwl30y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgAINwl30y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgAINwl30y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgAINwl30y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-vgAINwl30y .nav-item:focus,
.cid-vgAINwl30y .nav-link:focus {
  outline: none;
}
.cid-vgAINwl30y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgAINwl30y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgAINwl30y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgAINwl30y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgAINwl30y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgAINwl30y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgAINwl30y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgAINwl30y .navbar.opened {
  transition: all 0.3s;
}
.cid-vgAINwl30y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgAINwl30y .navbar .navbar-logo img {
  width: auto;
}
.cid-vgAINwl30y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgAINwl30y .navbar.collapsed {
  justify-content: center;
}
.cid-vgAINwl30y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgAINwl30y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgAINwl30y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-vgAINwl30y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgAINwl30y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgAINwl30y .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-vgAINwl30y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgAINwl30y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgAINwl30y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgAINwl30y .navbar {
    min-height: 72px;
  }
  .cid-vgAINwl30y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgAINwl30y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgAINwl30y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgAINwl30y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgAINwl30y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgAINwl30y .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-vgAINwl30y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgAINwl30y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgAINwl30y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgAINwl30y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgAINwl30y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgAINwl30y .dropdown-item.active,
.cid-vgAINwl30y .dropdown-item:active {
  background-color: transparent;
}
.cid-vgAINwl30y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgAINwl30y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgAINwl30y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgAINwl30y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-vgAINwl30y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgAINwl30y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgAINwl30y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgAINwl30y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgAINwl30y .navbar-buttons {
    text-align: left;
  }
}
.cid-vgAINwl30y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgAINwl30y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgAINwl30y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgAINwl30y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgAINwl30y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgAINwl30y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgAINwl30y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgAINwl30y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgAINwl30y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgAINwl30y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgAINwl30y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgAINwl30y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgAINwl30y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgAINwl30y .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgAINwl30y .navbar {
    height: 70px;
  }
  .cid-vgAINwl30y .navbar.opened {
    height: auto;
  }
  .cid-vgAINwl30y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgAINwl30y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgAINwl30y .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-vgAINwl30y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgAINwl30y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgAINwl30y .navbar-brand {
    margin-right: auto;
  }
  .cid-vgAINwl30y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgAINwl30y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgAINwl30y .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-vgAINwl30y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgAINwl30y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgAINwl30y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgAINwl30y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgAINyCnI2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #d3eae6;
}
.cid-vgAINyCnI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAINyCnI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAINyCnI2 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vgAINyCnI2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgAINyCnI2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgAINyCnI2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vgAINyCnI2 .mbr-text,
.cid-vgAINyCnI2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgAINyCnI2 .card-title,
.cid-vgAINyCnI2 .card-box {
  text-align: center;
  color: #000000;
}
.cid-vgAINyCnI2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vgAINyCnI2 .mbr-section-subtitle {
  text-align: center;
}
.cid-vgAINzLdxv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgAINzLdxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAINzLdxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAINzLdxv .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vgAINzLdxv .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vgAINzLdxv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vgAINzLdxv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vgAINzLdxv .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-vgAINzLdxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vgAINzLdxv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vgAINzLdxv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vgAINzLdxv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vgAINzLdxv .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-vgAINzLdxv .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-vgAINzLdxv .list-box {
  width: 100%;
}
.cid-vgAINzLdxv .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-vgAINzLdxv .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vgAINzLdxv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vgAINzLdxv .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vgAINzLdxv .list a:hover:before {
  background-position: left !important;
}
.cid-vgAINzLdxv .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vgAINzLdxv .news-item {
  width: 100%;
}
.cid-vgAINzLdxv .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vgAINzLdxv .news-title {
  color: #303030;
}
.cid-vgAINzLdxv .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-vgAJABJc8T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgAJABJc8T .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;
}
@media (max-width: 767px) {
  .cid-vgAJABJc8T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgAJABJc8T .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-vgAJABJc8T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-vgAJABJc8T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgAJABJc8T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgAJABJc8T .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgAJABJc8T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgAJABJc8T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vgAJABJc8T .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-vgAJABJc8T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgAJABJc8T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgAJABJc8T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vgAJABJc8T .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-vgAJABJc8T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgAJABJc8T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgAJABJc8T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgAJABJc8T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgAJABJc8T .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgAJABJc8T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgAJABJc8T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgAJABJc8T .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgAJABJc8T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgAJABJc8T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgAJABJc8T .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgAJABJc8T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-vgAJABJc8T .nav-item:focus,
.cid-vgAJABJc8T .nav-link:focus {
  outline: none;
}
.cid-vgAJABJc8T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgAJABJc8T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgAJABJc8T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgAJABJc8T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgAJABJc8T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgAJABJc8T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgAJABJc8T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgAJABJc8T .navbar.opened {
  transition: all 0.3s;
}
.cid-vgAJABJc8T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgAJABJc8T .navbar .navbar-logo img {
  width: auto;
}
.cid-vgAJABJc8T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgAJABJc8T .navbar.collapsed {
  justify-content: center;
}
.cid-vgAJABJc8T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgAJABJc8T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgAJABJc8T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-vgAJABJc8T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgAJABJc8T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgAJABJc8T .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-vgAJABJc8T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgAJABJc8T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgAJABJc8T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgAJABJc8T .navbar {
    min-height: 72px;
  }
  .cid-vgAJABJc8T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgAJABJc8T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgAJABJc8T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgAJABJc8T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgAJABJc8T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgAJABJc8T .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-vgAJABJc8T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgAJABJc8T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgAJABJc8T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgAJABJc8T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgAJABJc8T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgAJABJc8T .dropdown-item.active,
.cid-vgAJABJc8T .dropdown-item:active {
  background-color: transparent;
}
.cid-vgAJABJc8T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgAJABJc8T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgAJABJc8T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgAJABJc8T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-vgAJABJc8T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgAJABJc8T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgAJABJc8T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgAJABJc8T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgAJABJc8T .navbar-buttons {
    text-align: left;
  }
}
.cid-vgAJABJc8T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgAJABJc8T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgAJABJc8T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgAJABJc8T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgAJABJc8T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgAJABJc8T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgAJABJc8T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgAJABJc8T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgAJABJc8T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgAJABJc8T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgAJABJc8T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgAJABJc8T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgAJABJc8T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgAJABJc8T .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgAJABJc8T .navbar {
    height: 70px;
  }
  .cid-vgAJABJc8T .navbar.opened {
    height: auto;
  }
  .cid-vgAJABJc8T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgAJABJc8T .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-vgAJABJc8T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgAJABJc8T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgAJABJc8T .navbar-brand {
    margin-right: auto;
  }
  .cid-vgAJABJc8T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgAJABJc8T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgAJABJc8T .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgAJABJc8T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgAJABJc8T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgAJABJc8T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgB0SO6oCG {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgB0SO6oCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB0SO6oCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAK1se1bt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgAK1se1bt h2,
.cid-vgAK1se1bt h3,
.cid-vgAK1se1bt h4,
.cid-vgAK1se1bt h5 {
  margin: 0;
}
.cid-vgAK1se1bt .container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 680px) {
  .cid-vgAK1se1bt .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vgAK1se1bt .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-vgAK1se1bt .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-vgAK1se1bt .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-vgAK1se1bt .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-vgAK1se1bt .item-container {
  max-width: 1620px;
  display: flex;
  flex-wrap: wrap;
}
.cid-vgAK1se1bt .item {
  padding: 0 40px;
  margin-bottom: 30px;
  width: 16.66667%;
  transition: opacity 0.32s ease-out, transform 0.29s ease-out;
}
@media (max-width: 1440px) {
  .cid-vgAK1se1bt .item {
    padding: 0 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .cid-vgAK1se1bt .item {
    width: 20%;
  }
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-vgAK1se1bt .item {
    width: 33.33333%;
  }
}
@media (max-width: 680px) {
  .cid-vgAK1se1bt .item {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vgAK1se1bt .item-image {
  width: 100%;
}
.cid-vgAK1se1bt img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
}
.cid-vgAK1se1bt .mbr-card-title {
  color: #000000;
  text-align: center;
  margin: -5px 0 14px;
}
.cid-vgAK1se1bt .mbr-card-title:hover {
  color: #8ecfd5;
}
.cid-vgAK1se1bt h3 {
  margin: 0;
}
.cid-vgAK1se1bt .mbr-card-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
  margin-bottom: 2px;
}
.cid-vgAK1se1bt .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-vgAK1se1bt .item-caption {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.32s ease-out, transform 0.29s ease-out;
}
.cid-vgAK1se1bt .item:hover {
  cursor: pointer;
}
.cid-vgAK1se1bt .item:hover .item-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-vgAJADg7JB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgAJADg7JB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAJADg7JB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAJADg7JB .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vgAJADg7JB .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vgAJADg7JB .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vgAJADg7JB .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vgAJADg7JB .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-vgAJADg7JB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vgAJADg7JB .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vgAJADg7JB .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vgAJADg7JB .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vgAJADg7JB .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-vgAJADg7JB .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-vgAJADg7JB .list-box {
  width: 100%;
}
.cid-vgAJADg7JB .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-vgAJADg7JB .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vgAJADg7JB .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vgAJADg7JB .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vgAJADg7JB .list a:hover:before {
  background-position: left !important;
}
.cid-vgAJADg7JB .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vgAJADg7JB .news-item {
  width: 100%;
}
.cid-vgAJADg7JB .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vgAJADg7JB .news-title {
  color: #303030;
}
.cid-vgAJADg7JB .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-veAYlXqMyt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veAYlXqMyt .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;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veAYlXqMyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veAYlXqMyt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veAYlXqMyt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .nav-item .nav-link:hover {
  background-color: #41736a;
}
.cid-veAYlXqMyt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
  background-color: #41736a;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veAYlXqMyt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veAYlXqMyt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veAYlXqMyt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veAYlXqMyt .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(142, 191, 182, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #8ebfb6;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veAYlXqMyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #8ebfb6;
  background: rgba(142, 191, 182, 0.8) !important;
}
.cid-veAYlXqMyt .nav-item:focus,
.cid-veAYlXqMyt .nav-link:focus {
  outline: none;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veAYlXqMyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veAYlXqMyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veAYlXqMyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veAYlXqMyt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veAYlXqMyt .navbar.opened {
  transition: all 0.3s;
}
.cid-veAYlXqMyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veAYlXqMyt .navbar .navbar-logo img {
  width: auto;
}
.cid-veAYlXqMyt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veAYlXqMyt .navbar.collapsed {
  justify-content: center;
}
.cid-veAYlXqMyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veAYlXqMyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veAYlXqMyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veAYlXqMyt .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-veAYlXqMyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veAYlXqMyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veAYlXqMyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veAYlXqMyt .navbar {
    min-height: 72px;
  }
  .cid-veAYlXqMyt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veAYlXqMyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veAYlXqMyt .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-veAYlXqMyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veAYlXqMyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veAYlXqMyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veAYlXqMyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veAYlXqMyt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veAYlXqMyt .dropdown-item.active,
.cid-veAYlXqMyt .dropdown-item:active {
  background-color: transparent;
}
.cid-veAYlXqMyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veAYlXqMyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ebfb6;
}
.cid-veAYlXqMyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veAYlXqMyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veAYlXqMyt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .navbar-buttons {
    text-align: left;
  }
}
.cid-veAYlXqMyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veAYlXqMyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veAYlXqMyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veAYlXqMyt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veAYlXqMyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAYlXqMyt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veAYlXqMyt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veAYlXqMyt .navbar {
    height: 70px;
  }
  .cid-veAYlXqMyt .navbar.opened {
    height: auto;
  }
  .cid-veAYlXqMyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veAYlXqMyt .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-veAYlXqMyt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veAYlXqMyt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veAYlXqMyt .navbar-brand {
    margin-right: auto;
  }
  .cid-veAYlXqMyt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8ebfb6;
    opacity: 1;
    border-color: rgba(142, 191, 182, 0.8) !important;
    background: rgba(142, 191, 182, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veAYlXqMyt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veAYlXqMyt .navbar-nav .dropdown-item:hover {
    background-color: #41736a;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veAYlXqMyt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veAYlXqMyt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veAYlXqMyt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veB9IOGgR7 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/adobestock-681172990-preview-1000x667.png");
  background-position: initial !important;
}
.cid-veB9IOGgR7 .mbr-overlay {
  background: #d3eae6;
  opacity: 0.7;
}
.cid-veB9IOGgR7 .item:focus,
.cid-veB9IOGgR7 span:focus {
  outline: none;
}
.cid-veB9IOGgR7 .item-wrapper {
  position: relative;
}
.cid-veB9IOGgR7 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-veB9IOGgR7 .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-veB9IOGgR7 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
.cid-veB9IOGgR7 .mbr-text,
.cid-veB9IOGgR7 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-veB9IOGgR7 .btn-pos {
    text-align: center;
  }
}
.cid-veB9IOGgR7 .item-title {
  text-align: left;
}
.cid-veB9IOGgR7 .item-subtitle {
  text-align: left;
}
.cid-veB9IOGgR7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-veB9IOGgR7 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-veB9IOGgR7 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-veB9IOGgR7 .embla__slide {
    min-width: 375px;
  }
}
.cid-veB9IOGgR7 .embla__button--next,
.cid-veB9IOGgR7 .embla__button--prev {
  display: flex;
}
.cid-veB9IOGgR7 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -15%;
  margin-top: -1.5rem;
  background-color: #c0f22c;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veB9IOGgR7 .embla__button:disabled {
  cursor: default;
}
.cid-veB9IOGgR7 .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-veB9IOGgR7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veB9IOGgR7 .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-veB9IOGgR7 .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-veB9IOGgR7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veB9IOGgR7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veB9IOGgR7 .embla {
  position: relative;
  width: 100%;
}
.cid-veB9IOGgR7 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-veB9IOGgR7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veB9IOGgR7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veB9IOGgR7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veB9IOGgR7 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-veB9IOGgR7 .shadow {
  border-radius: 34px;
  overflow: visible;
  padding: 12px;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
}
.cid-veB9IOGgR7 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-veB9IOGgR7 img {
  border-radius: 25px;
  padding-bottom: 20px;
  width: 100%;
}
.cid-veB9IOGgR7 .card-title {
  margin-bottom: 10px;
  color: #4c4c4c;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-veB9IOGgR7 .card-text {
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 18px;
}
.cid-veB9IOGgR7 .btn {
  padding: 1rem 2rem;
  margin-left: 16px;
  margin-right: 20px;
  transition: all 300ms ease !important;
  font-weight: 600;
}
.cid-veB9IOGgR7 a.btn > span {
  margin-left: 0.5rem;
}
.cid-veB9IOGgR7 .col-md-5 {
  display: flex;
  justify-content: flex-end;
}
.cid-veB9IOGgR7 .row {
  display: flex;
  align-items: center;
}
.cid-veB9IOGgR7 .card-title,
.cid-veB9IOGgR7 .iconfont-wrapper {
  color: #000000;
}
.cid-veB9IOGgR7 .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 768px) {
  .cid-veB9IOGgR7 .col-md-5 {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .cid-veB9IOGgR7 .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-veB9IOGgR7 .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-veB9IOGgR7 .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-veB9IOGgR7 .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-veB9IOGgR7 .embla__container {
    transform: translateX(-25px);
  }
  .cid-veB9IOGgR7 .embla__slide {
    min-width: 290px;
  }
}
.cid-veAYK41ND7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veAYK41ND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAYK41ND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAYK41ND7 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-veAYK41ND7 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-veAYK41ND7 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo img {
  width: auto;
  border-radius: 0.0 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-veAYK41ND7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-veAYK41ND7 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-veAYK41ND7 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-veAYK41ND7 .list-box {
  width: 100%;
}
.cid-veAYK41ND7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-veAYK41ND7 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-veAYK41ND7 .list a:hover:before {
  background-position: left !important;
}
.cid-veAYK41ND7 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-veAYK41ND7 .news-item {
  width: 100%;
}
.cid-veAYK41ND7 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-veAYK41ND7 .news-title {
  color: #303030;
}
.cid-veAYK41ND7 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-vgLaGOxci3.popup-builder {
  background-color: #ffffff;
}
.cid-vgLaGOxci3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vgLaGOxci3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vgLaGOxci3 .modal-content,
.cid-vgLaGOxci3 .modal-dialog {
  height: auto;
}
.cid-vgLaGOxci3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vgLaGOxci3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vgLaGOxci3 .form-wrapper .mbr-form .form-group,
  .cid-vgLaGOxci3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vgLaGOxci3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vgLaGOxci3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgLaGOxci3 .mbr-text {
  text-align: center;
}
.cid-vgLaGOxci3 .pt-0 {
  padding-top: 0 !important;
}
.cid-vgLaGOxci3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vgLaGOxci3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vgLaGOxci3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vgLaGOxci3 .modal-open {
  overflow: hidden;
}
.cid-vgLaGOxci3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vgLaGOxci3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vgLaGOxci3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vgLaGOxci3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vgLaGOxci3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vgLaGOxci3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vgLaGOxci3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vgLaGOxci3 .modal-content {
  background: #15937c;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vgLaGOxci3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vgLaGOxci3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vgLaGOxci3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vgLaGOxci3 .modal-backdrop.show {
  opacity: .5;
}
.cid-vgLaGOxci3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vgLaGOxci3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vgLaGOxci3 .modal-header {
    padding: 1rem;
  }
}
.cid-vgLaGOxci3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vgLaGOxci3 .modal-header .close svg {
  fill: #353535;
}
.cid-vgLaGOxci3 .modal-header .close:hover {
  opacity: 1;
}
.cid-vgLaGOxci3 .modal-header .close:focus {
  outline: none;
}
.cid-vgLaGOxci3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vgLaGOxci3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vgLaGOxci3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgLaGOxci3 .modal-body {
    padding: 1rem;
  }
}
.cid-vgLaGOxci3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vgLaGOxci3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgLaGOxci3 .modal-footer {
    padding: 1rem;
  }
}
.cid-vgLaGOxci3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vgLaGOxci3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vgLaGOxci3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vgLaGOxci3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vgLaGOxci3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vgLaGOxci3 .modal-lg,
  .cid-vgLaGOxci3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vgLaGOxci3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vgLaGOxci3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vgLaGOxci3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vgLaGOxci3 .form-group {
  margin-bottom: 1rem;
}
.cid-vgLaGOxci3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vgLaGOxci3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vgLaGOxci3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vgLaGOxci3 .mbr-section-btn {
  margin: 0;
}
.cid-vgLaGOxci3 .mbr-section-btn .btn {
  margin: 0;
}
