.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-2 {
  font-family: 'Anton', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Anton', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.01rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2625rem;
}
/* ---- 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: 0.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.84rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.808rem;
    font-size: calc( 1.0035rem + (1.01 - 1.0035) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0035rem + (1.01 - 1.0035) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 0.84rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.808rem;
    font-size: calc( 1.0035rem + (1.01 - 1.0035) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0035rem + (1.01 - 1.0035) * ((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: #8ec044 !important;
}
.bg-success {
  background-color: #edefeb !important;
}
.bg-info {
  background-color: #9fe870 !important;
}
.bg-warning {
  background-color: #1f6463 !important;
}
.bg-danger {
  background-color: #ffa600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8ec044 !important;
  border-color: #8ec044 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a5cd6a !important;
  border-color: #a5cd6a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a5cd6a !important;
  border-color: #a5cd6a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55635e !important;
  border-color: #55635e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6d7e78 !important;
  border-color: #6d7e78 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6d7e78 !important;
  border-color: #6d7e78 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-success,
.btn-success:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !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: #8ec044;
  color: #8ec044;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5f822c !important;
  background-color: transparent !important;
  border-color: #5f822c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8ec044 !important;
  border-color: #8ec044 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #55635e;
  color: #55635e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2d3432 !important;
  background-color: transparent !important;
  border-color: #2d3432 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55635e !important;
  border-color: #55635e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1f6463;
  color: #1f6463;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a2221 !important;
  background-color: transparent !important;
  border-color: #0a2221 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !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: #8ec044 !important;
}
.text-secondary {
  color: #55635e !important;
}
.text-success {
  color: #edefeb !important;
}
.text-info {
  color: #9fe870 !important;
}
.text-warning {
  color: #1f6463 !important;
}
.text-danger {
  color: #ffa600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #577628 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #262c2a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bac2b2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #66d022 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #071616 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #996400 !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: #8ec044;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9fe870;
}
.alert-warning {
  background-color: #1f6463;
}
.alert-danger {
  background-color: #ffa600;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8ec044;
  border-color: #8ec044;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8ec044;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8e0a3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #3fc3c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffedcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1.01rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.2625rem;
}
.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: #8ec044 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.01rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.2625rem;
}
blockquote {
  border-color: #8ec044;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8ec044;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8ec044;
}
.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: #8ec044;
  border-bottom-color: #8ec044;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #8ec044 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #55635e !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='%238ec044' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uMsd7fSGUm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMsd7fSGUm nav.navbar {
  position: fixed;
}
.cid-uMsd7fSGUm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMsd7fSGUm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMsd7fSGUm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMsd7fSGUm .dropdown-item:hover,
.cid-uMsd7fSGUm .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uMsd7fSGUm .dropdown-item:hover span {
  color: white;
}
.cid-uMsd7fSGUm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMsd7fSGUm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMsd7fSGUm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMsd7fSGUm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMsd7fSGUm .nav-link {
  position: relative;
}
.cid-uMsd7fSGUm .container {
  display: flex;
  margin: auto;
}
.cid-uMsd7fSGUm .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMsd7fSGUm .dropdown-menu,
.cid-uMsd7fSGUm .navbar.opened {
  background: #074e4d !important;
}
.cid-uMsd7fSGUm .nav-item:focus,
.cid-uMsd7fSGUm .nav-link:focus {
  outline: none;
}
.cid-uMsd7fSGUm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMsd7fSGUm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMsd7fSGUm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMsd7fSGUm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMsd7fSGUm .collapsed ul {
  width: 100%;
}
.cid-uMsd7fSGUm .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uMsd7fSGUm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMsd7fSGUm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMsd7fSGUm ul {
  counter-reset: counter;
}
.cid-uMsd7fSGUm ul li a.nav-link {
  height: 100px;
}
.cid-uMsd7fSGUm ul li.nav-item {
  width: 140px;
}
.cid-uMsd7fSGUm ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uMsd7fSGUm ul {
    margin: auto;
  }
}
.cid-uMsd7fSGUm .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uMsd7fSGUm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uMsd7fSGUm .navbar.opened {
  transition: all 0.3s;
}
.cid-uMsd7fSGUm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMsd7fSGUm .navbar .navbar-logo img {
  width: auto;
}
.cid-uMsd7fSGUm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMsd7fSGUm .navbar.collapsed {
  justify-content: center;
}
.cid-uMsd7fSGUm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMsd7fSGUm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMsd7fSGUm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uMsd7fSGUm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMsd7fSGUm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMsd7fSGUm .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-uMsd7fSGUm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMsd7fSGUm .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uMsd7fSGUm .navbar ul {
    width: 100%;
  }
  .cid-uMsd7fSGUm .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uMsd7fSGUm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMsd7fSGUm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMsd7fSGUm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMsd7fSGUm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMsd7fSGUm .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-uMsd7fSGUm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMsd7fSGUm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMsd7fSGUm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMsd7fSGUm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMsd7fSGUm .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uMsd7fSGUm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMsd7fSGUm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMsd7fSGUm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMsd7fSGUm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMsd7fSGUm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMsd7fSGUm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMsd7fSGUm .dropdown-item.active,
.cid-uMsd7fSGUm .dropdown-item:active {
  background-color: transparent;
}
.cid-uMsd7fSGUm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMsd7fSGUm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMsd7fSGUm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMsd7fSGUm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uMsd7fSGUm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMsd7fSGUm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMsd7fSGUm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMsd7fSGUm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMsd7fSGUm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMsd7fSGUm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMsd7fSGUm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMsd7fSGUm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsd7fSGUm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsd7fSGUm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMsd7fSGUm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsd7fSGUm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMsd7fSGUm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMsd7fSGUm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsd7fSGUm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMsd7fSGUm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMsd7fSGUm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMsd7fSGUm .navbar {
    height: 70px;
  }
  .cid-uMsd7fSGUm .navbar.opened {
    height: auto;
  }
  .cid-uMsd7fSGUm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMxkwxKi5G {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #8ec044;
}
.cid-uMxkwxKi5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxkwxKi5G .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-uMxkwxKi5G .container {
    padding: 0 22px;
  }
}
.cid-uMxkwxKi5G .row {
  justify-content: center;
}
.cid-uMxkwxKi5G .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMxkwxKi5G .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxkwxKi5G .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uMxkwxKi5G .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxkwxKi5G .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uMxkwxKi5G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxkwxKi5G .mbr-section-title {
  color: #ffffff;
}
.cid-uMxkwxKi5G .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMxkwxKi5G .mbr-section-title,
.cid-uMxkwxKi5G .icon-wrapper {
  text-align: center;
}
.cid-uMsjUhMN4n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #8ec044;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMsjUhMN4n .container {
    padding: 0 16px;
  }
}
.cid-uMsjUhMN4n .container-content {
  padding: 0;
}
.cid-uMsjUhMN4n .container-content .row {
  margin: 0;
}
.cid-uMsjUhMN4n .container-content .row .card {
  padding: 0;
}
.cid-uMsjUhMN4n .mbr-section-title {
  margin-bottom: 120px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMsjUhMN4n .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uMsjUhMN4n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uMsjUhMN4n .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMsjUhMN4n .embla__slide .slide-content {
  width: 100%;
}
.cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 30%;
  background-color: #becdc2;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 16px;
  }
}
.cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
.cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-img {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMsjUhMN4n .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uMsjUhMN4n .embla__button--next,
.cid-uMsjUhMN4n .embla__button--prev {
  display: flex;
}
.cid-uMsjUhMN4n .embla__button {
  bottom: 3rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #9fe870 !important;
  color: #55635e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uMsjUhMN4n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMsjUhMN4n .embla__button:hover {
  box-shadow: inset 0 -31px 0 #becdc2;
}
.cid-uMsjUhMN4n .embla__button.embla__button--prev {
  right: 7rem;
}
@media (max-width: 992px) {
  .cid-uMsjUhMN4n .embla__button.embla__button--prev {
    right: auto;
    left: 48px;
  }
}
.cid-uMsjUhMN4n .embla__button.embla__button--next {
  right: 48px;
}
.cid-uMsjUhMN4n .embla {
  position: relative;
  width: 100%;
}
.cid-uMsjUhMN4n .embla::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #9fe870;
}
.cid-uMsjUhMN4n .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMsjUhMN4n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMsjUhMN4n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMsjUhMN4n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMsjUhMN4n .card-title {
  color: #1f6463;
}
.cid-uMsjUhMN4n .card-desc {
  color: #000000;
}
.cid-uMsjUhMN4n .card-date {
  color: #55635e;
}
.cid-uMxma0iakp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #55635e;
}
.cid-uMxma0iakp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxma0iakp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uMxma0iakp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMxma0iakp .embla__slide .slide-content {
  width: 100%;
}
.cid-uMxma0iakp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uMxma0iakp .embla__button--next,
.cid-uMxma0iakp .embla__button--prev {
  display: flex;
}
.cid-uMxma0iakp .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uMxma0iakp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMxma0iakp .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uMxma0iakp .embla__button.embla__button--prev {
  left: 0;
}
.cid-uMxma0iakp .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uMxma0iakp .embla__button.embla__button--next {
  right: 0;
}
.cid-uMxma0iakp .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uMxma0iakp .embla {
  position: relative;
  width: 100%;
}
.cid-uMxma0iakp .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uMxma0iakp .embla::before {
    display: none;
  }
}
.cid-uMxma0iakp .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uMxma0iakp .embla::after {
    display: none;
  }
}
.cid-uMxma0iakp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMxma0iakp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMxma0iakp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMxma0iakp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMxma0iakp .mbr-section-title {
  color: #8dd168;
  text-align: center;
}
.cid-uMxsj3Rc3u {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #becdc2;
}
.cid-uMxsj3Rc3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxsj3Rc3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxsj3Rc3u .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMxsj3Rc3u .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMxsj3Rc3u .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMxsj3Rc3u .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #8ec044;
  margin-bottom: 20px;
}
.cid-uMxsj3Rc3u .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #8ec044;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uMxsj3Rc3u .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uMxsj3Rc3u .items-wrapper {
  margin: 0 -5px;
}
.cid-uMxsj3Rc3u .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMxsj3Rc3u .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #e6f1e9;
}
.cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #8ec044;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMxsj3Rc3u .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMxsj3Rc3u .mbr-section-title {
  color: #093388;
}
.cid-uMxsj3Rc3u .item-title {
  color: #093388;
}
.cid-uMxsj3Rc3u .item-text {
  color: #58595b;
}
.cid-uMxsj3Rc3u .mbr-section-title,
.cid-uMxsj3Rc3u .title-wrapper {
  color: #55635e;
}
.cid-uMxsj3Rc3u .item-title,
.cid-uMxsj3Rc3u .mbr-section-btn,
.cid-uMxsj3Rc3u .icon-wrapper {
  color: #55635e;
}
.cid-uMxot8aAee {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uMxot8aAee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxot8aAee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxot8aAee .row {
  justify-content: center;
}
.cid-uMxot8aAee .card {
  justify-content: flex-end;
}
.cid-uMxot8aAee .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMxot8aAee .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxot8aAee .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uMxot8aAee .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uMxot8aAee .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uMxot8aAee .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMxot8aAee .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMxot8aAee .mbr-section-btn .btn::after,
.cid-uMxot8aAee .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uMxot8aAee .mbr-section-btn .btn:hover,
.cid-uMxot8aAee .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uMxot8aAee .mbr-section-btn .btn:hover::after,
.cid-uMxot8aAee .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uMxot8aAee .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMxot8aAee .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uMxot8aAee .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uMxot8aAee .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMxot8aAee .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uMxot8aAee .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMxot8aAee .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uMxot8aAee .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uMxot8aAee .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMxot8aAee .mbr-copy {
    padding: 20px;
  }
}
.cid-uMxot8aAee .mbr-section-title {
  color: #ffffff;
}
.cid-uMxot8aAee .nav-title {
  color: #9fe870;
}
.cid-uMxot8aAee .list {
  color: #ffffff;
}
.cid-uMxot8aAee .list,
.cid-uMxot8aAee .item-wrap {
  color: #9fe870;
}
.cid-uMxGZd8L57 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMxGZd8L57 nav.navbar {
  position: fixed;
}
.cid-uMxGZd8L57 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMxGZd8L57 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMxGZd8L57 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMxGZd8L57 .dropdown-item:hover,
.cid-uMxGZd8L57 .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uMxGZd8L57 .dropdown-item:hover span {
  color: white;
}
.cid-uMxGZd8L57 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMxGZd8L57 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMxGZd8L57 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMxGZd8L57 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMxGZd8L57 .nav-link {
  position: relative;
}
.cid-uMxGZd8L57 .container {
  display: flex;
  margin: auto;
}
.cid-uMxGZd8L57 .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMxGZd8L57 .dropdown-menu,
.cid-uMxGZd8L57 .navbar.opened {
  background: #074e4d !important;
}
.cid-uMxGZd8L57 .nav-item:focus,
.cid-uMxGZd8L57 .nav-link:focus {
  outline: none;
}
.cid-uMxGZd8L57 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMxGZd8L57 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMxGZd8L57 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMxGZd8L57 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMxGZd8L57 .collapsed ul {
  width: 100%;
}
.cid-uMxGZd8L57 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uMxGZd8L57 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMxGZd8L57 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMxGZd8L57 ul {
  counter-reset: counter;
}
.cid-uMxGZd8L57 ul li a.nav-link {
  height: 100px;
}
.cid-uMxGZd8L57 ul li.nav-item {
  width: 140px;
}
.cid-uMxGZd8L57 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uMxGZd8L57 ul {
    margin: auto;
  }
}
.cid-uMxGZd8L57 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uMxGZd8L57 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uMxGZd8L57 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMxGZd8L57 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMxGZd8L57 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMxGZd8L57 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMxGZd8L57 .navbar.collapsed {
  justify-content: center;
}
.cid-uMxGZd8L57 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMxGZd8L57 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMxGZd8L57 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uMxGZd8L57 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMxGZd8L57 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMxGZd8L57 .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-uMxGZd8L57 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMxGZd8L57 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uMxGZd8L57 .navbar ul {
    width: 100%;
  }
  .cid-uMxGZd8L57 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uMxGZd8L57 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMxGZd8L57 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMxGZd8L57 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMxGZd8L57 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMxGZd8L57 .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-uMxGZd8L57 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMxGZd8L57 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMxGZd8L57 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMxGZd8L57 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMxGZd8L57 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uMxGZd8L57 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMxGZd8L57 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMxGZd8L57 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMxGZd8L57 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMxGZd8L57 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMxGZd8L57 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMxGZd8L57 .dropdown-item.active,
.cid-uMxGZd8L57 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMxGZd8L57 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMxGZd8L57 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMxGZd8L57 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMxGZd8L57 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uMxGZd8L57 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMxGZd8L57 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMxGZd8L57 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMxGZd8L57 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMxGZd8L57 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMxGZd8L57 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMxGZd8L57 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMxGZd8L57 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMxGZd8L57 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMxGZd8L57 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMxGZd8L57 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMxGZd8L57 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMxGZd8L57 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMxGZd8L57 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMxGZd8L57 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMxGZd8L57 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMxGZd8L57 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMxGZd8L57 .navbar {
    height: 70px;
  }
  .cid-uMxGZd8L57 .navbar.opened {
    height: auto;
  }
  .cid-uMxGZd8L57 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOrO8OSgOW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOrO8OSgOW .content__block {
  padding: 50px 15px;
}
.cid-uOrO8OSgOW .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOrO8OSgOW .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8dd168;
}
.cid-uOrO8OSgOW .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOrO8OSgOW .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOrO8OSgOW .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOrO8OSgOW .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOrO8OSgOW .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOrO8OSgOW .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uOrO8OSgOW .content__block {
    padding: 30px 15px;
  }
  .cid-uOrO8OSgOW .mbr-figure {
    padding: 0;
  }
  .cid-uOrO8OSgOW .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOrO8OSgOW .lg-push {
    right: 13%;
  }
  .cid-uOrO8OSgOW .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOrO8OSgOW .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOrO8OSgOW .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOrO8OSgOW .mbr-text,
.cid-uOrO8OSgOW .mbr-section-btn {
  color: #ffffff;
}
.cid-uOv0juVPQ7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/markinbox-logofranja-4-1500x132.jpg");
}
.cid-uOv0juVPQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0juVPQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0kvnbkR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOv0kvnbkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0kvnbkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0kvnbkR .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOv0kvnbkR .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOv0kvnbkR .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOv0kvnbkR .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOv0kvnbkR .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOv0kvnbkR .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOv0kvnbkR .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOv0kvnbkR .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOv0kvnbkR .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOv0kvnbkR .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOv0kvnbkR .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOv0kvnbkR .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOv0kvnbkR .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOv0kvnbkR .panel-title-edit {
  color: #1f6463;
}
.cid-uOv0kvnbkR .panel-text {
  color: #d7d2d2;
}
.cid-uOv0kvnbkR .panel-text,
.cid-uOv0kvnbkR .panel-body {
  color: #55635e;
}
.cid-uMKAGttQ4T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uMKAGttQ4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMKAGttQ4T .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-uMKAGttQ4T .container {
    padding: 0 22px;
  }
}
.cid-uMKAGttQ4T .row {
  justify-content: center;
}
.cid-uMKAGttQ4T .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMKAGttQ4T .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMKAGttQ4T .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uMKAGttQ4T .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMKAGttQ4T .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uMKAGttQ4T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMKAGttQ4T .mbr-section-title {
  color: #ffffff;
}
.cid-uMKAGttQ4T .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMKAGttQ4T .mbr-section-title,
.cid-uMKAGttQ4T .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOrO70lc22 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOrO70lc22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrO70lc22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrO70lc22 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOrO70lc22 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOrO70lc22 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOrO70lc22 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOrO70lc22 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOrO70lc22 .item {
    margin-bottom: 28px;
  }
}
.cid-uOrO70lc22 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOrO70lc22 .item .item-wrapper:hover,
.cid-uOrO70lc22 .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOrO70lc22 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOrO70lc22 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOrO70lc22 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOrO70lc22 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOrO70lc22 .item-title {
  color: #9aa0a6;
}
.cid-uOrO70lc22 .item-text {
  color: #55635e;
}
.cid-uOrO70lc22 .item-date {
  color: #65847f;
}
.cid-uOrO70lc22 .mbr-section-title,
.cid-uOrO70lc22 .mbr-section-btn {
  text-align: center;
}
.cid-uOrO70lc22 .item-title,
.cid-uOrO70lc22 .icon-wrapper {
  color: #1f6463;
}
.cid-uN0OHOKo2u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #55635e;
}
.cid-uN0OHOKo2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN0OHOKo2u .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-uN0OHOKo2u .container {
    padding: 0 22px;
  }
}
.cid-uN0OHOKo2u .row {
  justify-content: center;
}
.cid-uN0OHOKo2u .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uN0OHOKo2u .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN0OHOKo2u .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uN0OHOKo2u .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN0OHOKo2u .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uN0OHOKo2u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uN0OHOKo2u .mbr-section-title {
  color: #ffffff;
}
.cid-uN0OHOKo2u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uN0OHOKo2u .mbr-section-title,
.cid-uN0OHOKo2u .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uMKqFEC7ce {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #becdc2;
}
.cid-uMKqFEC7ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMKqFEC7ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMKqFEC7ce .items-wrapper .item {
  border-bottom: 1px solid #e6f1e9;
}
.cid-uMKqFEC7ce .items-wrapper .item:first-child {
  border-top: 1px solid #e6f1e9;
}
.cid-uMKqFEC7ce .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMKqFEC7ce .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMKqFEC7ce .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMKqFEC7ce .item-number {
  color: #8ec044;
}
.cid-uMKqFEC7ce .item-title {
  color: #1f6463;
}
.cid-uMKqFEC7ce .item-text {
  color: #58595b;
}
.cid-uMKqFEC7ce .item-text,
.cid-uMKqFEC7ce .text-wrapper {
  color: #55635e;
}
.cid-uMKDlrrOXM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #65847f;
}
.cid-uMKDlrrOXM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uMKDlrrOXM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMKDlrrOXM .embla__slide .slide-content {
  width: 100%;
}
.cid-uMKDlrrOXM .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uMKDlrrOXM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMKDlrrOXM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uMKDlrrOXM .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uMKDlrrOXM .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uMKDlrrOXM .embla__button--next,
.cid-uMKDlrrOXM .embla__button--prev {
  display: flex;
}
.cid-uMKDlrrOXM .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #8ec044 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uMKDlrrOXM .embla__button:hover {
  opacity: .7 !important;
}
.cid-uMKDlrrOXM .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uMKDlrrOXM .embla__button.embla__button--next {
  right: 0;
}
.cid-uMKDlrrOXM .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uMKDlrrOXM .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uMKDlrrOXM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMKDlrrOXM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMKDlrrOXM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMKDlrrOXM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uMKDlrrOXM .item-desc {
  color: #e6f1e9;
}
.cid-uMxGZiFHYZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uMxGZiFHYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxGZiFHYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxGZiFHYZ .row {
  justify-content: center;
}
.cid-uMxGZiFHYZ .card {
  justify-content: flex-end;
}
.cid-uMxGZiFHYZ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMxGZiFHYZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxGZiFHYZ .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uMxGZiFHYZ .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uMxGZiFHYZ .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uMxGZiFHYZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMxGZiFHYZ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMxGZiFHYZ .mbr-section-btn .btn::after,
.cid-uMxGZiFHYZ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uMxGZiFHYZ .mbr-section-btn .btn:hover,
.cid-uMxGZiFHYZ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uMxGZiFHYZ .mbr-section-btn .btn:hover::after,
.cid-uMxGZiFHYZ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uMxGZiFHYZ .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMxGZiFHYZ .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uMxGZiFHYZ .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uMxGZiFHYZ .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMxGZiFHYZ .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uMxGZiFHYZ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMxGZiFHYZ .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uMxGZiFHYZ .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uMxGZiFHYZ .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMxGZiFHYZ .mbr-copy {
    padding: 20px;
  }
}
.cid-uMxGZiFHYZ .mbr-section-title {
  color: #ffffff;
}
.cid-uMxGZiFHYZ .nav-title {
  color: #9fe870;
}
.cid-uMxGZiFHYZ .list {
  color: #ffffff;
}
.cid-uMxGZiFHYZ .list,
.cid-uMxGZiFHYZ .item-wrap {
  color: #9fe870;
}
.cid-uNiNkdMa6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNiNkdMa6M nav.navbar {
  position: fixed;
}
.cid-uNiNkdMa6M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNiNkdMa6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNiNkdMa6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNiNkdMa6M .dropdown-item:hover,
.cid-uNiNkdMa6M .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uNiNkdMa6M .dropdown-item:hover span {
  color: white;
}
.cid-uNiNkdMa6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNiNkdMa6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNiNkdMa6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNiNkdMa6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNiNkdMa6M .nav-link {
  position: relative;
}
.cid-uNiNkdMa6M .container {
  display: flex;
  margin: auto;
}
.cid-uNiNkdMa6M .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNiNkdMa6M .dropdown-menu,
.cid-uNiNkdMa6M .navbar.opened {
  background: #074e4d !important;
}
.cid-uNiNkdMa6M .nav-item:focus,
.cid-uNiNkdMa6M .nav-link:focus {
  outline: none;
}
.cid-uNiNkdMa6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNiNkdMa6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNiNkdMa6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNiNkdMa6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNiNkdMa6M .collapsed ul {
  width: 100%;
}
.cid-uNiNkdMa6M .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uNiNkdMa6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNiNkdMa6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNiNkdMa6M ul {
  counter-reset: counter;
}
.cid-uNiNkdMa6M ul li a.nav-link {
  height: 100px;
}
.cid-uNiNkdMa6M ul li.nav-item {
  width: 140px;
}
.cid-uNiNkdMa6M ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uNiNkdMa6M ul {
    margin: auto;
  }
}
.cid-uNiNkdMa6M .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uNiNkdMa6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uNiNkdMa6M .navbar.opened {
  transition: all 0.3s;
}
.cid-uNiNkdMa6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNiNkdMa6M .navbar .navbar-logo img {
  width: auto;
}
.cid-uNiNkdMa6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNiNkdMa6M .navbar.collapsed {
  justify-content: center;
}
.cid-uNiNkdMa6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNiNkdMa6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNiNkdMa6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uNiNkdMa6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNiNkdMa6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNiNkdMa6M .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-uNiNkdMa6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNiNkdMa6M .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uNiNkdMa6M .navbar ul {
    width: 100%;
  }
  .cid-uNiNkdMa6M .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uNiNkdMa6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNiNkdMa6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNiNkdMa6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNiNkdMa6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNiNkdMa6M .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-uNiNkdMa6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNiNkdMa6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNiNkdMa6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNiNkdMa6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNiNkdMa6M .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uNiNkdMa6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNiNkdMa6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNiNkdMa6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNiNkdMa6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNiNkdMa6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNiNkdMa6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNiNkdMa6M .dropdown-item.active,
.cid-uNiNkdMa6M .dropdown-item:active {
  background-color: transparent;
}
.cid-uNiNkdMa6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNiNkdMa6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNiNkdMa6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNiNkdMa6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uNiNkdMa6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNiNkdMa6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNiNkdMa6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNiNkdMa6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNiNkdMa6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNiNkdMa6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNiNkdMa6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNiNkdMa6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNiNkdMa6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNiNkdMa6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNiNkdMa6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNiNkdMa6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNiNkdMa6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNiNkdMa6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNiNkdMa6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNiNkdMa6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNiNkdMa6M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNiNkdMa6M .navbar {
    height: 70px;
  }
  .cid-uNiNkdMa6M .navbar.opened {
    height: auto;
  }
  .cid-uNiNkdMa6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOv14rsUWI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOv14rsUWI .content__block {
  padding: 50px 15px;
}
.cid-uOv14rsUWI .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOv14rsUWI .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #9fe870;
}
.cid-uOv14rsUWI .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOv14rsUWI .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOv14rsUWI .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOv14rsUWI .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOv14rsUWI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOv14rsUWI .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uOv14rsUWI .content__block {
    padding: 30px 15px;
  }
  .cid-uOv14rsUWI .mbr-figure {
    padding: 0;
  }
  .cid-uOv14rsUWI .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOv14rsUWI .lg-push {
    right: 13%;
  }
  .cid-uOv14rsUWI .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOv14rsUWI .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOv14rsUWI .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOv14rsUWI .mbr-text,
.cid-uOv14rsUWI .mbr-section-btn {
  color: #ffffff;
}
.cid-uOv10NnWMQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/patmark-logofranja-1500x132.jpg");
}
.cid-uOv10NnWMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv10NnWMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0YXgqG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOv0YXgqG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0YXgqG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0YXgqG5 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOv0YXgqG5 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOv0YXgqG5 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOv0YXgqG5 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOv0YXgqG5 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOv0YXgqG5 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOv0YXgqG5 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOv0YXgqG5 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOv0YXgqG5 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOv0YXgqG5 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOv0YXgqG5 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOv0YXgqG5 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOv0YXgqG5 .panel-title-edit {
  color: #1f6463;
}
.cid-uOv0YXgqG5 .panel-text {
  color: #d7d2d2;
}
.cid-uOv0YXgqG5 .panel-text,
.cid-uOv0YXgqG5 .panel-body {
  color: #55635e;
}
.cid-uNiNkfzMjY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uNiNkfzMjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNiNkfzMjY .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-uNiNkfzMjY .container {
    padding: 0 22px;
  }
}
.cid-uNiNkfzMjY .row {
  justify-content: center;
}
.cid-uNiNkfzMjY .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNiNkfzMjY .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNiNkfzMjY .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uNiNkfzMjY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNiNkfzMjY .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uNiNkfzMjY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNiNkfzMjY .mbr-section-title {
  color: #ffffff;
}
.cid-uNiNkfzMjY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNiNkfzMjY .mbr-section-title,
.cid-uNiNkfzMjY .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOvkrb4Coe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOvkrb4Coe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvkrb4Coe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvkrb4Coe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvkrb4Coe .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvkrb4Coe .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvkrb4Coe .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvkrb4Coe .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvkrb4Coe .item {
    margin-bottom: 28px;
  }
}
.cid-uOvkrb4Coe .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvkrb4Coe .item .item-wrapper:hover,
.cid-uOvkrb4Coe .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOvkrb4Coe .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOvkrb4Coe .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOvkrb4Coe .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOvkrb4Coe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOvkrb4Coe .item-title {
  color: #9aa0a6;
}
.cid-uOvkrb4Coe .item-text {
  color: #55635e;
}
.cid-uOvkrb4Coe .item-date {
  color: #65847f;
}
.cid-uOvkrb4Coe .mbr-section-title,
.cid-uOvkrb4Coe .mbr-section-btn {
  text-align: center;
}
.cid-uOvkrb4Coe .item-title,
.cid-uOvkrb4Coe .icon-wrapper {
  color: #1f6463;
}
.cid-uNiNkgDByo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #55635e;
}
.cid-uNiNkgDByo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNiNkgDByo .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-uNiNkgDByo .container {
    padding: 0 22px;
  }
}
.cid-uNiNkgDByo .row {
  justify-content: center;
}
.cid-uNiNkgDByo .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNiNkgDByo .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNiNkgDByo .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uNiNkgDByo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNiNkgDByo .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uNiNkgDByo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNiNkgDByo .mbr-section-title {
  color: #ffffff;
}
.cid-uNiNkgDByo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNiNkgDByo .mbr-section-title,
.cid-uNiNkgDByo .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uNiNkgZLQI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #becdc2;
}
.cid-uNiNkgZLQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNiNkgZLQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNiNkgZLQI .items-wrapper .item {
  border-bottom: 1px solid #e6f1e9;
}
.cid-uNiNkgZLQI .items-wrapper .item:first-child {
  border-top: 1px solid #e6f1e9;
}
.cid-uNiNkgZLQI .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNiNkgZLQI .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uNiNkgZLQI .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uNiNkgZLQI .item-number {
  color: #8ec044;
}
.cid-uNiNkgZLQI .item-title {
  color: #1f6463;
}
.cid-uNiNkgZLQI .item-text {
  color: #58595b;
}
.cid-uNiNkgZLQI .item-text,
.cid-uNiNkgZLQI .text-wrapper {
  color: #55635e;
}
.cid-uNiNkhxOGH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #65847f;
}
.cid-uNiNkhxOGH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uNiNkhxOGH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNiNkhxOGH .embla__slide .slide-content {
  width: 100%;
}
.cid-uNiNkhxOGH .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uNiNkhxOGH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNiNkhxOGH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNiNkhxOGH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uNiNkhxOGH .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uNiNkhxOGH .embla__button--next,
.cid-uNiNkhxOGH .embla__button--prev {
  display: flex;
}
.cid-uNiNkhxOGH .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #8ec044 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uNiNkhxOGH .embla__button:hover {
  opacity: .7 !important;
}
.cid-uNiNkhxOGH .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uNiNkhxOGH .embla__button.embla__button--next {
  right: 0;
}
.cid-uNiNkhxOGH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uNiNkhxOGH .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uNiNkhxOGH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNiNkhxOGH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNiNkhxOGH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNiNkhxOGH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uNiNkhxOGH .item-desc {
  color: #e6f1e9;
}
.cid-uNiNkiir5I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uNiNkiir5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNiNkiir5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNiNkiir5I .row {
  justify-content: center;
}
.cid-uNiNkiir5I .card {
  justify-content: flex-end;
}
.cid-uNiNkiir5I .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNiNkiir5I .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNiNkiir5I .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uNiNkiir5I .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uNiNkiir5I .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uNiNkiir5I .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNiNkiir5I .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNiNkiir5I .mbr-section-btn .btn::after,
.cid-uNiNkiir5I .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uNiNkiir5I .mbr-section-btn .btn:hover,
.cid-uNiNkiir5I .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uNiNkiir5I .mbr-section-btn .btn:hover::after,
.cid-uNiNkiir5I .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uNiNkiir5I .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNiNkiir5I .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uNiNkiir5I .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uNiNkiir5I .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uNiNkiir5I .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uNiNkiir5I .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNiNkiir5I .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uNiNkiir5I .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uNiNkiir5I .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNiNkiir5I .mbr-copy {
    padding: 20px;
  }
}
.cid-uNiNkiir5I .mbr-section-title {
  color: #ffffff;
}
.cid-uNiNkiir5I .nav-title {
  color: #9fe870;
}
.cid-uNiNkiir5I .list {
  color: #ffffff;
}
.cid-uNiNkiir5I .list,
.cid-uNiNkiir5I .item-wrap {
  color: #9fe870;
}
.cid-uNXGM7nPKU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNXGM7nPKU nav.navbar {
  position: fixed;
}
.cid-uNXGM7nPKU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNXGM7nPKU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNXGM7nPKU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNXGM7nPKU .dropdown-item:hover,
.cid-uNXGM7nPKU .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uNXGM7nPKU .dropdown-item:hover span {
  color: white;
}
.cid-uNXGM7nPKU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNXGM7nPKU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNXGM7nPKU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNXGM7nPKU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNXGM7nPKU .nav-link {
  position: relative;
}
.cid-uNXGM7nPKU .container {
  display: flex;
  margin: auto;
}
.cid-uNXGM7nPKU .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNXGM7nPKU .dropdown-menu,
.cid-uNXGM7nPKU .navbar.opened {
  background: #074e4d !important;
}
.cid-uNXGM7nPKU .nav-item:focus,
.cid-uNXGM7nPKU .nav-link:focus {
  outline: none;
}
.cid-uNXGM7nPKU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNXGM7nPKU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNXGM7nPKU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNXGM7nPKU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNXGM7nPKU .collapsed ul {
  width: 100%;
}
.cid-uNXGM7nPKU .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uNXGM7nPKU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNXGM7nPKU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNXGM7nPKU ul {
  counter-reset: counter;
}
.cid-uNXGM7nPKU ul li a.nav-link {
  height: 100px;
}
.cid-uNXGM7nPKU ul li.nav-item {
  width: 140px;
}
.cid-uNXGM7nPKU ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uNXGM7nPKU ul {
    margin: auto;
  }
}
.cid-uNXGM7nPKU .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uNXGM7nPKU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uNXGM7nPKU .navbar.opened {
  transition: all 0.3s;
}
.cid-uNXGM7nPKU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNXGM7nPKU .navbar .navbar-logo img {
  width: auto;
}
.cid-uNXGM7nPKU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNXGM7nPKU .navbar.collapsed {
  justify-content: center;
}
.cid-uNXGM7nPKU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNXGM7nPKU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNXGM7nPKU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uNXGM7nPKU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNXGM7nPKU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNXGM7nPKU .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-uNXGM7nPKU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNXGM7nPKU .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uNXGM7nPKU .navbar ul {
    width: 100%;
  }
  .cid-uNXGM7nPKU .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uNXGM7nPKU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNXGM7nPKU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNXGM7nPKU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNXGM7nPKU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNXGM7nPKU .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-uNXGM7nPKU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNXGM7nPKU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNXGM7nPKU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNXGM7nPKU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNXGM7nPKU .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uNXGM7nPKU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNXGM7nPKU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNXGM7nPKU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNXGM7nPKU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNXGM7nPKU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNXGM7nPKU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNXGM7nPKU .dropdown-item.active,
.cid-uNXGM7nPKU .dropdown-item:active {
  background-color: transparent;
}
.cid-uNXGM7nPKU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNXGM7nPKU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNXGM7nPKU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNXGM7nPKU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uNXGM7nPKU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNXGM7nPKU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNXGM7nPKU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNXGM7nPKU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNXGM7nPKU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNXGM7nPKU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNXGM7nPKU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNXGM7nPKU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNXGM7nPKU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNXGM7nPKU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNXGM7nPKU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNXGM7nPKU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNXGM7nPKU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNXGM7nPKU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNXGM7nPKU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNXGM7nPKU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNXGM7nPKU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNXGM7nPKU .navbar {
    height: 70px;
  }
  .cid-uNXGM7nPKU .navbar.opened {
    height: auto;
  }
  .cid-uNXGM7nPKU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOv260djhf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOv260djhf .content__block {
  padding: 50px 15px;
}
.cid-uOv260djhf .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOv260djhf .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8dd168;
}
.cid-uOv260djhf .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOv260djhf .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOv260djhf .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOv260djhf .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOv260djhf .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOv260djhf .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uOv260djhf .content__block {
    padding: 30px 15px;
  }
  .cid-uOv260djhf .mbr-figure {
    padding: 0;
  }
  .cid-uOv260djhf .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOv260djhf .lg-push {
    right: 13%;
  }
  .cid-uOv260djhf .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOv260djhf .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOv260djhf .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOv260djhf .mbr-text,
.cid-uOv260djhf .mbr-section-btn {
  color: #ffffff;
}
.cid-uOxacezZZE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/speedgrip-logofranja-1500x132.jpg");
}
.cid-uOxacezZZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxacezZZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv2Vpoc0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOv2Vpoc0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv2Vpoc0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv2Vpoc0X .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOv2Vpoc0X .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOv2Vpoc0X .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOv2Vpoc0X .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOv2Vpoc0X .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOv2Vpoc0X .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOv2Vpoc0X .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOv2Vpoc0X .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOv2Vpoc0X .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOv2Vpoc0X .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOv2Vpoc0X .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOv2Vpoc0X .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOv2Vpoc0X .panel-title-edit {
  color: #1f6463;
}
.cid-uOv2Vpoc0X .panel-text {
  color: #d7d2d2;
}
.cid-uOv2Vpoc0X .panel-text,
.cid-uOv2Vpoc0X .panel-body {
  color: #55635e;
}
.cid-uNXGM9HMSW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uNXGM9HMSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNXGM9HMSW .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-uNXGM9HMSW .container {
    padding: 0 22px;
  }
}
.cid-uNXGM9HMSW .row {
  justify-content: center;
}
.cid-uNXGM9HMSW .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNXGM9HMSW .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNXGM9HMSW .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uNXGM9HMSW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNXGM9HMSW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uNXGM9HMSW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNXGM9HMSW .mbr-section-title {
  color: #ffffff;
}
.cid-uNXGM9HMSW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNXGM9HMSW .mbr-section-title,
.cid-uNXGM9HMSW .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOvsAAccUc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOvsAAccUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvsAAccUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvsAAccUc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvsAAccUc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvsAAccUc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvsAAccUc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvsAAccUc .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvsAAccUc .item {
    margin-bottom: 28px;
  }
}
.cid-uOvsAAccUc .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvsAAccUc .item .item-wrapper:hover,
.cid-uOvsAAccUc .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOvsAAccUc .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOvsAAccUc .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOvsAAccUc .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOvsAAccUc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOvsAAccUc .item-title {
  color: #9aa0a6;
}
.cid-uOvsAAccUc .item-text {
  color: #55635e;
}
.cid-uOvsAAccUc .item-date {
  color: #65847f;
}
.cid-uOvsAAccUc .mbr-section-title,
.cid-uOvsAAccUc .mbr-section-btn {
  text-align: center;
}
.cid-uOvsAAccUc .item-title,
.cid-uOvsAAccUc .icon-wrapper {
  color: #1f6463;
}
.cid-uOI34JzBiZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOI34JzBiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOI34JzBiZ .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-uOI34JzBiZ .container {
    padding: 0 22px;
  }
}
.cid-uOI34JzBiZ .row {
  justify-content: center;
}
.cid-uOI34JzBiZ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOI34JzBiZ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOI34JzBiZ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOI34JzBiZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOI34JzBiZ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOI34JzBiZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOI34JzBiZ .mbr-section-title {
  color: #ffffff;
}
.cid-uOI34JzBiZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOI34JzBiZ .mbr-section-title,
.cid-uOI34JzBiZ .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOI3jhA1O6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOI3jhA1O6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOI3jhA1O6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOI3jhA1O6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOI3jhA1O6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOI3jhA1O6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOI3jhA1O6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOI3jhA1O6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOI3jhA1O6 .item {
    margin-bottom: 28px;
  }
}
.cid-uOI3jhA1O6 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOI3jhA1O6 .item .item-wrapper:hover,
.cid-uOI3jhA1O6 .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOI3jhA1O6 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOI3jhA1O6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOI3jhA1O6 .item-title {
  color: #9aa0a6;
}
.cid-uOI3jhA1O6 .item-text {
  color: #55635e;
}
.cid-uOI3jhA1O6 .item-date {
  color: #65847f;
}
.cid-uOI3jhA1O6 .mbr-section-title,
.cid-uOI3jhA1O6 .mbr-section-btn {
  text-align: center;
}
.cid-uOI3jhA1O6 .item-title,
.cid-uOI3jhA1O6 .icon-wrapper {
  color: #1f6463;
}
.cid-uOI7RY2VAn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOI7RY2VAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOI7RY2VAn .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-uOI7RY2VAn .container {
    padding: 0 22px;
  }
}
.cid-uOI7RY2VAn .row {
  justify-content: center;
}
.cid-uOI7RY2VAn .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOI7RY2VAn .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOI7RY2VAn .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOI7RY2VAn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOI7RY2VAn .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOI7RY2VAn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOI7RY2VAn .mbr-section-title {
  color: #ffffff;
}
.cid-uOI7RY2VAn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOI7RY2VAn .mbr-section-title,
.cid-uOI7RY2VAn .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOI7TCz7Ru {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOI7TCz7Ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOI7TCz7Ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOI7TCz7Ru .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOI7TCz7Ru .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOI7TCz7Ru .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOI7TCz7Ru .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOI7TCz7Ru .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOI7TCz7Ru .item {
    margin-bottom: 28px;
  }
}
.cid-uOI7TCz7Ru .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOI7TCz7Ru .item .item-wrapper:hover,
.cid-uOI7TCz7Ru .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOI7TCz7Ru .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOI7TCz7Ru .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOI7TCz7Ru .item-title {
  color: #9aa0a6;
}
.cid-uOI7TCz7Ru .item-text {
  color: #55635e;
}
.cid-uOI7TCz7Ru .item-date {
  color: #65847f;
}
.cid-uOI7TCz7Ru .mbr-section-title,
.cid-uOI7TCz7Ru .mbr-section-btn {
  text-align: center;
}
.cid-uOI7TCz7Ru .item-title,
.cid-uOI7TCz7Ru .icon-wrapper {
  color: #1f6463;
}
.cid-uOIa19FU1l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOIa19FU1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOIa19FU1l .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-uOIa19FU1l .container {
    padding: 0 22px;
  }
}
.cid-uOIa19FU1l .row {
  justify-content: center;
}
.cid-uOIa19FU1l .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOIa19FU1l .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOIa19FU1l .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOIa19FU1l .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOIa19FU1l .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOIa19FU1l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOIa19FU1l .mbr-section-title {
  color: #ffffff;
}
.cid-uOIa19FU1l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOIa19FU1l .mbr-section-title,
.cid-uOIa19FU1l .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOIa4fq8i6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOIa4fq8i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOIa4fq8i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOIa4fq8i6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOIa4fq8i6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOIa4fq8i6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOIa4fq8i6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOIa4fq8i6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOIa4fq8i6 .item {
    margin-bottom: 28px;
  }
}
.cid-uOIa4fq8i6 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOIa4fq8i6 .item .item-wrapper:hover,
.cid-uOIa4fq8i6 .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOIa4fq8i6 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOIa4fq8i6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOIa4fq8i6 .item-title {
  color: #9aa0a6;
}
.cid-uOIa4fq8i6 .item-text {
  color: #55635e;
}
.cid-uOIa4fq8i6 .item-date {
  color: #65847f;
}
.cid-uOIa4fq8i6 .mbr-section-title,
.cid-uOIa4fq8i6 .mbr-section-btn {
  text-align: center;
}
.cid-uOIa4fq8i6 .item-title,
.cid-uOIa4fq8i6 .icon-wrapper {
  color: #1f6463;
}
.cid-uNXGMcxjyN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #65847f;
}
.cid-uNXGMcxjyN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uNXGMcxjyN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNXGMcxjyN .embla__slide .slide-content {
  width: 100%;
}
.cid-uNXGMcxjyN .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uNXGMcxjyN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNXGMcxjyN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNXGMcxjyN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uNXGMcxjyN .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uNXGMcxjyN .embla__button--next,
.cid-uNXGMcxjyN .embla__button--prev {
  display: flex;
}
.cid-uNXGMcxjyN .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #8ec044 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uNXGMcxjyN .embla__button:hover {
  opacity: .7 !important;
}
.cid-uNXGMcxjyN .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uNXGMcxjyN .embla__button.embla__button--next {
  right: 0;
}
.cid-uNXGMcxjyN .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uNXGMcxjyN .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uNXGMcxjyN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNXGMcxjyN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNXGMcxjyN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNXGMcxjyN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uNXGMcxjyN .item-desc {
  color: #e6f1e9;
}
.cid-uNXGMdgk7D {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uNXGMdgk7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNXGMdgk7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNXGMdgk7D .row {
  justify-content: center;
}
.cid-uNXGMdgk7D .card {
  justify-content: flex-end;
}
.cid-uNXGMdgk7D .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNXGMdgk7D .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNXGMdgk7D .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uNXGMdgk7D .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uNXGMdgk7D .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uNXGMdgk7D .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNXGMdgk7D .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNXGMdgk7D .mbr-section-btn .btn::after,
.cid-uNXGMdgk7D .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uNXGMdgk7D .mbr-section-btn .btn:hover,
.cid-uNXGMdgk7D .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uNXGMdgk7D .mbr-section-btn .btn:hover::after,
.cid-uNXGMdgk7D .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uNXGMdgk7D .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNXGMdgk7D .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uNXGMdgk7D .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uNXGMdgk7D .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uNXGMdgk7D .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uNXGMdgk7D .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNXGMdgk7D .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uNXGMdgk7D .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uNXGMdgk7D .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNXGMdgk7D .mbr-copy {
    padding: 20px;
  }
}
.cid-uNXGMdgk7D .mbr-section-title {
  color: #ffffff;
}
.cid-uNXGMdgk7D .nav-title {
  color: #9fe870;
}
.cid-uNXGMdgk7D .list {
  color: #ffffff;
}
.cid-uNXGMdgk7D .list,
.cid-uNXGMdgk7D .item-wrap {
  color: #9fe870;
}
.cid-uOkWIyqoUx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOkWIyqoUx nav.navbar {
  position: fixed;
}
.cid-uOkWIyqoUx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOkWIyqoUx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOkWIyqoUx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOkWIyqoUx .dropdown-item:hover,
.cid-uOkWIyqoUx .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uOkWIyqoUx .dropdown-item:hover span {
  color: white;
}
.cid-uOkWIyqoUx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOkWIyqoUx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOkWIyqoUx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOkWIyqoUx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOkWIyqoUx .nav-link {
  position: relative;
}
.cid-uOkWIyqoUx .container {
  display: flex;
  margin: auto;
}
.cid-uOkWIyqoUx .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOkWIyqoUx .dropdown-menu,
.cid-uOkWIyqoUx .navbar.opened {
  background: #074e4d !important;
}
.cid-uOkWIyqoUx .nav-item:focus,
.cid-uOkWIyqoUx .nav-link:focus {
  outline: none;
}
.cid-uOkWIyqoUx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOkWIyqoUx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOkWIyqoUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOkWIyqoUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOkWIyqoUx .collapsed ul {
  width: 100%;
}
.cid-uOkWIyqoUx .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uOkWIyqoUx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOkWIyqoUx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOkWIyqoUx ul {
  counter-reset: counter;
}
.cid-uOkWIyqoUx ul li a.nav-link {
  height: 100px;
}
.cid-uOkWIyqoUx ul li.nav-item {
  width: 140px;
}
.cid-uOkWIyqoUx ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uOkWIyqoUx ul {
    margin: auto;
  }
}
.cid-uOkWIyqoUx .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uOkWIyqoUx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uOkWIyqoUx .navbar.opened {
  transition: all 0.3s;
}
.cid-uOkWIyqoUx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOkWIyqoUx .navbar .navbar-logo img {
  width: auto;
}
.cid-uOkWIyqoUx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOkWIyqoUx .navbar.collapsed {
  justify-content: center;
}
.cid-uOkWIyqoUx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOkWIyqoUx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOkWIyqoUx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOkWIyqoUx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOkWIyqoUx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOkWIyqoUx .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-uOkWIyqoUx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOkWIyqoUx .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOkWIyqoUx .navbar ul {
    width: 100%;
  }
  .cid-uOkWIyqoUx .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uOkWIyqoUx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOkWIyqoUx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOkWIyqoUx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOkWIyqoUx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOkWIyqoUx .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-uOkWIyqoUx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOkWIyqoUx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOkWIyqoUx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOkWIyqoUx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOkWIyqoUx .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uOkWIyqoUx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOkWIyqoUx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOkWIyqoUx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOkWIyqoUx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOkWIyqoUx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOkWIyqoUx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOkWIyqoUx .dropdown-item.active,
.cid-uOkWIyqoUx .dropdown-item:active {
  background-color: transparent;
}
.cid-uOkWIyqoUx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOkWIyqoUx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOkWIyqoUx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOkWIyqoUx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uOkWIyqoUx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOkWIyqoUx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOkWIyqoUx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOkWIyqoUx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOkWIyqoUx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOkWIyqoUx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOkWIyqoUx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOkWIyqoUx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOkWIyqoUx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOkWIyqoUx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOkWIyqoUx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOkWIyqoUx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOkWIyqoUx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOkWIyqoUx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOkWIyqoUx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOkWIyqoUx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOkWIyqoUx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOkWIyqoUx .navbar {
    height: 70px;
  }
  .cid-uOkWIyqoUx .navbar.opened {
    height: auto;
  }
  .cid-uOkWIyqoUx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOpCjM5GSd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOpCjM5GSd .content__block {
  padding: 50px 15px;
}
.cid-uOpCjM5GSd .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOpCjM5GSd .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8dd168;
}
.cid-uOpCjM5GSd .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOpCjM5GSd .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOpCjM5GSd .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOpCjM5GSd .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOpCjM5GSd .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOpCjM5GSd .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uOpCjM5GSd .content__block {
    padding: 30px 15px;
  }
  .cid-uOpCjM5GSd .mbr-figure {
    padding: 0;
  }
  .cid-uOpCjM5GSd .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOpCjM5GSd .lg-push {
    right: 13%;
  }
  .cid-uOpCjM5GSd .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOpCjM5GSd .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOpCjM5GSd .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOpCjM5GSd .mbr-text,
.cid-uOpCjM5GSd .mbr-section-btn {
  color: #ffffff;
}
.cid-uOqqCNBDcV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/nakanishi-logofranja-1500x132.jpg");
}
.cid-uOqqCNBDcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqqCNBDcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqhR5lm2Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOqhR5lm2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqhR5lm2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqhR5lm2Z .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOqhR5lm2Z .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOqhR5lm2Z .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOqhR5lm2Z .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOqhR5lm2Z .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOqhR5lm2Z .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOqhR5lm2Z .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOqhR5lm2Z .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOqhR5lm2Z .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOqhR5lm2Z .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOqhR5lm2Z .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOqhR5lm2Z .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOqhR5lm2Z .panel-title-edit {
  color: #1f6463;
}
.cid-uOqhR5lm2Z .panel-text {
  color: #d7d2d2;
}
.cid-uOqhR5lm2Z .panel-text,
.cid-uOqhR5lm2Z .panel-body {
  color: #55635e;
}
.cid-uOkWIzvpLo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOkWIzvpLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOkWIzvpLo .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-uOkWIzvpLo .container {
    padding: 0 22px;
  }
}
.cid-uOkWIzvpLo .row {
  justify-content: center;
}
.cid-uOkWIzvpLo .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOkWIzvpLo .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOkWIzvpLo .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOkWIzvpLo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOkWIzvpLo .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOkWIzvpLo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOkWIzvpLo .mbr-section-title {
  color: #ffffff;
}
.cid-uOkWIzvpLo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOkWIzvpLo .mbr-section-title,
.cid-uOkWIzvpLo .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOqxo39ztg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOqxo39ztg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqxo39ztg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqxo39ztg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOqxo39ztg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOqxo39ztg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOqxo39ztg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOqxo39ztg .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOqxo39ztg .item {
    margin-bottom: 28px;
  }
}
.cid-uOqxo39ztg .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOqxo39ztg .item .item-wrapper:hover,
.cid-uOqxo39ztg .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOqxo39ztg .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOqxo39ztg .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOqxo39ztg .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOqxo39ztg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOqxo39ztg .item-title {
  color: #9aa0a6;
}
.cid-uOqxo39ztg .item-text {
  color: #55635e;
}
.cid-uOqxo39ztg .item-date {
  color: #65847f;
}
.cid-uOqxo39ztg .mbr-section-title,
.cid-uOqxo39ztg .mbr-section-btn {
  text-align: center;
}
.cid-uOqxo39ztg .item-title,
.cid-uOqxo39ztg .icon-wrapper {
  color: #1f6463;
}
.cid-uOkWIAtEVI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #65847f;
}
.cid-uOkWIAtEVI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOkWIAtEVI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOkWIAtEVI .embla__slide .slide-content {
  width: 100%;
}
.cid-uOkWIAtEVI .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOkWIAtEVI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOkWIAtEVI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOkWIAtEVI .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOkWIAtEVI .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOkWIAtEVI .embla__button--next,
.cid-uOkWIAtEVI .embla__button--prev {
  display: flex;
}
.cid-uOkWIAtEVI .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #8ec044 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uOkWIAtEVI .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOkWIAtEVI .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOkWIAtEVI .embla__button.embla__button--next {
  right: 0;
}
.cid-uOkWIAtEVI .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uOkWIAtEVI .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOkWIAtEVI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOkWIAtEVI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOkWIAtEVI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOkWIAtEVI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOkWIAtEVI .item-desc {
  color: #e6f1e9;
}
.cid-uOkWIAZPpn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uOkWIAZPpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOkWIAZPpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOkWIAZPpn .row {
  justify-content: center;
}
.cid-uOkWIAZPpn .card {
  justify-content: flex-end;
}
.cid-uOkWIAZPpn .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOkWIAZPpn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOkWIAZPpn .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uOkWIAZPpn .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uOkWIAZPpn .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uOkWIAZPpn .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOkWIAZPpn .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOkWIAZPpn .mbr-section-btn .btn::after,
.cid-uOkWIAZPpn .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uOkWIAZPpn .mbr-section-btn .btn:hover,
.cid-uOkWIAZPpn .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOkWIAZPpn .mbr-section-btn .btn:hover::after,
.cid-uOkWIAZPpn .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uOkWIAZPpn .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOkWIAZPpn .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uOkWIAZPpn .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uOkWIAZPpn .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOkWIAZPpn .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uOkWIAZPpn .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOkWIAZPpn .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOkWIAZPpn .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uOkWIAZPpn .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOkWIAZPpn .mbr-copy {
    padding: 20px;
  }
}
.cid-uOkWIAZPpn .mbr-section-title {
  color: #ffffff;
}
.cid-uOkWIAZPpn .nav-title {
  color: #9fe870;
}
.cid-uOkWIAZPpn .list {
  color: #ffffff;
}
.cid-uOkWIAZPpn .list,
.cid-uOkWIAZPpn .item-wrap {
  color: #9fe870;
}
.cid-uOxbZXPwET {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOxbZXPwET nav.navbar {
  position: fixed;
}
.cid-uOxbZXPwET .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOxbZXPwET .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOxbZXPwET .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOxbZXPwET .dropdown-item:hover,
.cid-uOxbZXPwET .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uOxbZXPwET .dropdown-item:hover span {
  color: white;
}
.cid-uOxbZXPwET .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOxbZXPwET .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOxbZXPwET .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOxbZXPwET .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOxbZXPwET .nav-link {
  position: relative;
}
.cid-uOxbZXPwET .container {
  display: flex;
  margin: auto;
}
.cid-uOxbZXPwET .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOxbZXPwET .dropdown-menu,
.cid-uOxbZXPwET .navbar.opened {
  background: #074e4d !important;
}
.cid-uOxbZXPwET .nav-item:focus,
.cid-uOxbZXPwET .nav-link:focus {
  outline: none;
}
.cid-uOxbZXPwET .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOxbZXPwET .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOxbZXPwET .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOxbZXPwET .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOxbZXPwET .collapsed ul {
  width: 100%;
}
.cid-uOxbZXPwET .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uOxbZXPwET .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOxbZXPwET .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOxbZXPwET ul {
  counter-reset: counter;
}
.cid-uOxbZXPwET ul li a.nav-link {
  height: 100px;
}
.cid-uOxbZXPwET ul li.nav-item {
  width: 140px;
}
.cid-uOxbZXPwET ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uOxbZXPwET ul {
    margin: auto;
  }
}
.cid-uOxbZXPwET .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uOxbZXPwET .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uOxbZXPwET .navbar.opened {
  transition: all 0.3s;
}
.cid-uOxbZXPwET .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOxbZXPwET .navbar .navbar-logo img {
  width: auto;
}
.cid-uOxbZXPwET .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOxbZXPwET .navbar.collapsed {
  justify-content: center;
}
.cid-uOxbZXPwET .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOxbZXPwET .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOxbZXPwET .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOxbZXPwET .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOxbZXPwET .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOxbZXPwET .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-uOxbZXPwET .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOxbZXPwET .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOxbZXPwET .navbar ul {
    width: 100%;
  }
  .cid-uOxbZXPwET .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uOxbZXPwET .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOxbZXPwET .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOxbZXPwET .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOxbZXPwET .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOxbZXPwET .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-uOxbZXPwET .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOxbZXPwET .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOxbZXPwET .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOxbZXPwET .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOxbZXPwET .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uOxbZXPwET .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOxbZXPwET .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOxbZXPwET .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOxbZXPwET .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOxbZXPwET .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOxbZXPwET .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOxbZXPwET .dropdown-item.active,
.cid-uOxbZXPwET .dropdown-item:active {
  background-color: transparent;
}
.cid-uOxbZXPwET .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOxbZXPwET .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOxbZXPwET .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOxbZXPwET .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uOxbZXPwET .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOxbZXPwET .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOxbZXPwET ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOxbZXPwET .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOxbZXPwET button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOxbZXPwET button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOxbZXPwET button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOxbZXPwET button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOxbZXPwET button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOxbZXPwET button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOxbZXPwET nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOxbZXPwET nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOxbZXPwET nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOxbZXPwET nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOxbZXPwET .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOxbZXPwET a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOxbZXPwET .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOxbZXPwET .navbar {
    height: 70px;
  }
  .cid-uOxbZXPwET .navbar.opened {
    height: auto;
  }
  .cid-uOxbZXPwET .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOxbZYo2bl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOxbZYo2bl .content__block {
  padding: 50px 15px;
}
.cid-uOxbZYo2bl .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOxbZYo2bl .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8dd168;
}
.cid-uOxbZYo2bl .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOxbZYo2bl .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOxbZYo2bl .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOxbZYo2bl .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOxbZYo2bl .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOxbZYo2bl .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uOxbZYo2bl .content__block {
    padding: 30px 15px;
  }
  .cid-uOxbZYo2bl .mbr-figure {
    padding: 0;
  }
  .cid-uOxbZYo2bl .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOxbZYo2bl .lg-push {
    right: 13%;
  }
  .cid-uOxbZYo2bl .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOxbZYo2bl .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOxbZYo2bl .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOxbZYo2bl .mbr-text,
.cid-uOxbZYo2bl .mbr-section-btn {
  color: #ffffff;
}
.cid-uOxbZYKj5P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/setral-logofranja-1500x132.jpg");
}
.cid-uOxbZYKj5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxbZYKj5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOxbZZ9yTu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOxbZZ9yTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxbZZ9yTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOxbZZ9yTu .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOxbZZ9yTu .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOxbZZ9yTu .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOxbZZ9yTu .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOxbZZ9yTu .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOxbZZ9yTu .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOxbZZ9yTu .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOxbZZ9yTu .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOxbZZ9yTu .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOxbZZ9yTu .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOxbZZ9yTu .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOxbZZ9yTu .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOxbZZ9yTu .panel-title-edit {
  color: #1f6463;
}
.cid-uOxbZZ9yTu .panel-text {
  color: #d7d2d2;
}
.cid-uOxbZZ9yTu .panel-text,
.cid-uOxbZZ9yTu .panel-body {
  color: #55635e;
}
.cid-uOxbZZC0qT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOxbZZC0qT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxbZZC0qT .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-uOxbZZC0qT .container {
    padding: 0 22px;
  }
}
.cid-uOxbZZC0qT .row {
  justify-content: center;
}
.cid-uOxbZZC0qT .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOxbZZC0qT .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOxbZZC0qT .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOxbZZC0qT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOxbZZC0qT .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOxbZZC0qT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOxbZZC0qT .mbr-section-title {
  color: #ffffff;
}
.cid-uOxbZZC0qT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOxbZZC0qT .mbr-section-title,
.cid-uOxbZZC0qT .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOxc001OGA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOxc001OGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxc001OGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOxc001OGA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOxc001OGA .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOxc001OGA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOxc001OGA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOxc001OGA .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOxc001OGA .item {
    margin-bottom: 28px;
  }
}
.cid-uOxc001OGA .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOxc001OGA .item .item-wrapper:hover,
.cid-uOxc001OGA .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOxc001OGA .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOxc001OGA .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOxc001OGA .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOxc001OGA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOxc001OGA .item-title {
  color: #9aa0a6;
}
.cid-uOxc001OGA .item-text {
  color: #55635e;
}
.cid-uOxc001OGA .item-date {
  color: #65847f;
}
.cid-uOxc001OGA .mbr-section-title,
.cid-uOxc001OGA .mbr-section-btn {
  text-align: center;
}
.cid-uOxc001OGA .item-title,
.cid-uOxc001OGA .icon-wrapper {
  color: #1f6463;
}
.cid-uOxc01f3Nu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uOxc01f3Nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxc01f3Nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOxc01f3Nu .row {
  justify-content: center;
}
.cid-uOxc01f3Nu .card {
  justify-content: flex-end;
}
.cid-uOxc01f3Nu .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOxc01f3Nu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOxc01f3Nu .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uOxc01f3Nu .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uOxc01f3Nu .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uOxc01f3Nu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOxc01f3Nu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOxc01f3Nu .mbr-section-btn .btn::after,
.cid-uOxc01f3Nu .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uOxc01f3Nu .mbr-section-btn .btn:hover,
.cid-uOxc01f3Nu .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOxc01f3Nu .mbr-section-btn .btn:hover::after,
.cid-uOxc01f3Nu .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uOxc01f3Nu .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOxc01f3Nu .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uOxc01f3Nu .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uOxc01f3Nu .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOxc01f3Nu .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uOxc01f3Nu .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOxc01f3Nu .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOxc01f3Nu .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uOxc01f3Nu .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOxc01f3Nu .mbr-copy {
    padding: 20px;
  }
}
.cid-uOxc01f3Nu .mbr-section-title {
  color: #ffffff;
}
.cid-uOxc01f3Nu .nav-title {
  color: #9fe870;
}
.cid-uOxc01f3Nu .list {
  color: #ffffff;
}
.cid-uOxc01f3Nu .list,
.cid-uOxc01f3Nu .item-wrap {
  color: #9fe870;
}
.cid-uOBGC15pUg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOBGC15pUg nav.navbar {
  position: fixed;
}
.cid-uOBGC15pUg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOBGC15pUg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOBGC15pUg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOBGC15pUg .dropdown-item:hover,
.cid-uOBGC15pUg .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uOBGC15pUg .dropdown-item:hover span {
  color: white;
}
.cid-uOBGC15pUg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOBGC15pUg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOBGC15pUg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOBGC15pUg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOBGC15pUg .nav-link {
  position: relative;
}
.cid-uOBGC15pUg .container {
  display: flex;
  margin: auto;
}
.cid-uOBGC15pUg .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOBGC15pUg .dropdown-menu,
.cid-uOBGC15pUg .navbar.opened {
  background: #074e4d !important;
}
.cid-uOBGC15pUg .nav-item:focus,
.cid-uOBGC15pUg .nav-link:focus {
  outline: none;
}
.cid-uOBGC15pUg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOBGC15pUg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOBGC15pUg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOBGC15pUg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOBGC15pUg .collapsed ul {
  width: 100%;
}
.cid-uOBGC15pUg .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uOBGC15pUg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOBGC15pUg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOBGC15pUg ul {
  counter-reset: counter;
}
.cid-uOBGC15pUg ul li a.nav-link {
  height: 100px;
}
.cid-uOBGC15pUg ul li.nav-item {
  width: 140px;
}
.cid-uOBGC15pUg ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uOBGC15pUg ul {
    margin: auto;
  }
}
.cid-uOBGC15pUg .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uOBGC15pUg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uOBGC15pUg .navbar.opened {
  transition: all 0.3s;
}
.cid-uOBGC15pUg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOBGC15pUg .navbar .navbar-logo img {
  width: auto;
}
.cid-uOBGC15pUg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOBGC15pUg .navbar.collapsed {
  justify-content: center;
}
.cid-uOBGC15pUg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOBGC15pUg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOBGC15pUg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOBGC15pUg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOBGC15pUg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOBGC15pUg .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-uOBGC15pUg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOBGC15pUg .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOBGC15pUg .navbar ul {
    width: 100%;
  }
  .cid-uOBGC15pUg .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uOBGC15pUg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOBGC15pUg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOBGC15pUg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOBGC15pUg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOBGC15pUg .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-uOBGC15pUg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOBGC15pUg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOBGC15pUg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOBGC15pUg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOBGC15pUg .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uOBGC15pUg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOBGC15pUg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOBGC15pUg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOBGC15pUg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOBGC15pUg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOBGC15pUg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOBGC15pUg .dropdown-item.active,
.cid-uOBGC15pUg .dropdown-item:active {
  background-color: transparent;
}
.cid-uOBGC15pUg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOBGC15pUg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOBGC15pUg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOBGC15pUg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uOBGC15pUg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOBGC15pUg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOBGC15pUg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOBGC15pUg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOBGC15pUg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOBGC15pUg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOBGC15pUg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOBGC15pUg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOBGC15pUg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOBGC15pUg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOBGC15pUg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOBGC15pUg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOBGC15pUg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOBGC15pUg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOBGC15pUg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOBGC15pUg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOBGC15pUg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOBGC15pUg .navbar {
    height: 70px;
  }
  .cid-uOBGC15pUg .navbar.opened {
    height: auto;
  }
  .cid-uOBGC15pUg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOBGC1szlv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOBGC1szlv .content__block {
  padding: 50px 15px;
}
.cid-uOBGC1szlv .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOBGC1szlv .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8dd168;
}
.cid-uOBGC1szlv .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOBGC1szlv .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOBGC1szlv .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOBGC1szlv .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOBGC1szlv .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOBGC1szlv .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uOBGC1szlv .content__block {
    padding: 30px 15px;
  }
  .cid-uOBGC1szlv .mbr-figure {
    padding: 0;
  }
  .cid-uOBGC1szlv .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOBGC1szlv .lg-push {
    right: 13%;
  }
  .cid-uOBGC1szlv .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOBGC1szlv .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOBGC1szlv .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOBGC1szlv .mbr-text,
.cid-uOBGC1szlv .mbr-section-btn {
  color: #ffffff;
}
.cid-uOBPhDvok9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/zebra-logofranja-1500x132.jpg");
}
.cid-uOBPhDvok9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBPhDvok9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBPn5cZPd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOBPn5cZPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBPn5cZPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBPn5cZPd .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOBPn5cZPd .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOBPn5cZPd .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOBPn5cZPd .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOBPn5cZPd .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOBPn5cZPd .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOBPn5cZPd .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOBPn5cZPd .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOBPn5cZPd .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOBPn5cZPd .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOBPn5cZPd .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOBPn5cZPd .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOBPn5cZPd .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOBPn5cZPd .panel-title-edit {
  color: #1f6463;
}
.cid-uOBPn5cZPd .panel-text {
  color: #d7d2d2;
}
.cid-uOBPn5cZPd .panel-text,
.cid-uOBPn5cZPd .panel-body {
  color: #55635e;
}
.cid-uOBPwf4eKi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOBPwf4eKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBPwf4eKi .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-uOBPwf4eKi .container {
    padding: 0 22px;
  }
}
.cid-uOBPwf4eKi .row {
  justify-content: center;
}
.cid-uOBPwf4eKi .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOBPwf4eKi .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOBPwf4eKi .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOBPwf4eKi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOBPwf4eKi .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOBPwf4eKi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOBPwf4eKi .mbr-section-title {
  color: #ffffff;
}
.cid-uOBPwf4eKi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOBPwf4eKi .mbr-section-title,
.cid-uOBPwf4eKi .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOBPjBzqRV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOBPjBzqRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBPjBzqRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBPjBzqRV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOBPjBzqRV .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOBPjBzqRV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOBPjBzqRV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOBPjBzqRV .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOBPjBzqRV .item {
    margin-bottom: 28px;
  }
}
.cid-uOBPjBzqRV .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOBPjBzqRV .item .item-wrapper:hover,
.cid-uOBPjBzqRV .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOBPjBzqRV .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOBPjBzqRV .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOBPjBzqRV .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOBPjBzqRV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOBPjBzqRV .item-title {
  color: #9aa0a6;
}
.cid-uOBPjBzqRV .item-text {
  color: #55635e;
}
.cid-uOBPjBzqRV .item-date {
  color: #65847f;
}
.cid-uOBPjBzqRV .mbr-section-title,
.cid-uOBPjBzqRV .mbr-section-btn {
  text-align: center;
}
.cid-uOBPjBzqRV .item-title,
.cid-uOBPjBzqRV .icon-wrapper {
  color: #1f6463;
}
.cid-uOBGC1GwdP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/micron-logofranja-1500x132.jpg");
}
.cid-uOBGC1GwdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBGC1GwdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBGC1YFiI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOBGC1YFiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBGC1YFiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBGC1YFiI .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOBGC1YFiI .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOBGC1YFiI .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOBGC1YFiI .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOBGC1YFiI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOBGC1YFiI .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOBGC1YFiI .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOBGC1YFiI .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOBGC1YFiI .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOBGC1YFiI .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOBGC1YFiI .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOBGC1YFiI .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOBGC1YFiI .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOBGC1YFiI .panel-title-edit {
  color: #1f6463;
}
.cid-uOBGC1YFiI .panel-text {
  color: #d7d2d2;
}
.cid-uOBGC1YFiI .panel-text,
.cid-uOBGC1YFiI .panel-body {
  color: #55635e;
}
.cid-uOBGC2n4F3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOBGC2n4F3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBGC2n4F3 .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-uOBGC2n4F3 .container {
    padding: 0 22px;
  }
}
.cid-uOBGC2n4F3 .row {
  justify-content: center;
}
.cid-uOBGC2n4F3 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOBGC2n4F3 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOBGC2n4F3 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOBGC2n4F3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOBGC2n4F3 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOBGC2n4F3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOBGC2n4F3 .mbr-section-title {
  color: #ffffff;
}
.cid-uOBGC2n4F3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOBGC2n4F3 .mbr-section-title,
.cid-uOBGC2n4F3 .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOBGC2DpjZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOBGC2DpjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBGC2DpjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBGC2DpjZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOBGC2DpjZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOBGC2DpjZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOBGC2DpjZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOBGC2DpjZ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOBGC2DpjZ .item {
    margin-bottom: 28px;
  }
}
.cid-uOBGC2DpjZ .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOBGC2DpjZ .item .item-wrapper:hover,
.cid-uOBGC2DpjZ .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOBGC2DpjZ .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOBGC2DpjZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOBGC2DpjZ .item-title {
  color: #9aa0a6;
}
.cid-uOBGC2DpjZ .item-text {
  color: #55635e;
}
.cid-uOBGC2DpjZ .item-date {
  color: #65847f;
}
.cid-uOBGC2DpjZ .mbr-section-title,
.cid-uOBGC2DpjZ .mbr-section-btn {
  text-align: center;
}
.cid-uOBGC2DpjZ .item-title,
.cid-uOBGC2DpjZ .icon-wrapper {
  color: #1f6463;
}
.cid-uOBGC3hypB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uOBGC3hypB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBGC3hypB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBGC3hypB .row {
  justify-content: center;
}
.cid-uOBGC3hypB .card {
  justify-content: flex-end;
}
.cid-uOBGC3hypB .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOBGC3hypB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOBGC3hypB .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uOBGC3hypB .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uOBGC3hypB .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uOBGC3hypB .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOBGC3hypB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOBGC3hypB .mbr-section-btn .btn::after,
.cid-uOBGC3hypB .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uOBGC3hypB .mbr-section-btn .btn:hover,
.cid-uOBGC3hypB .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOBGC3hypB .mbr-section-btn .btn:hover::after,
.cid-uOBGC3hypB .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uOBGC3hypB .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOBGC3hypB .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uOBGC3hypB .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uOBGC3hypB .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOBGC3hypB .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uOBGC3hypB .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOBGC3hypB .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOBGC3hypB .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uOBGC3hypB .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOBGC3hypB .mbr-copy {
    padding: 20px;
  }
}
.cid-uOBGC3hypB .mbr-section-title {
  color: #ffffff;
}
.cid-uOBGC3hypB .nav-title {
  color: #9fe870;
}
.cid-uOBGC3hypB .list {
  color: #ffffff;
}
.cid-uOBGC3hypB .list,
.cid-uOBGC3hypB .item-wrap {
  color: #9fe870;
}
.cid-uOBXDKn5tG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOBXDKn5tG nav.navbar {
  position: fixed;
}
.cid-uOBXDKn5tG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOBXDKn5tG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOBXDKn5tG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOBXDKn5tG .dropdown-item:hover,
.cid-uOBXDKn5tG .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uOBXDKn5tG .dropdown-item:hover span {
  color: white;
}
.cid-uOBXDKn5tG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOBXDKn5tG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOBXDKn5tG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOBXDKn5tG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOBXDKn5tG .nav-link {
  position: relative;
}
.cid-uOBXDKn5tG .container {
  display: flex;
  margin: auto;
}
.cid-uOBXDKn5tG .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOBXDKn5tG .dropdown-menu,
.cid-uOBXDKn5tG .navbar.opened {
  background: #074e4d !important;
}
.cid-uOBXDKn5tG .nav-item:focus,
.cid-uOBXDKn5tG .nav-link:focus {
  outline: none;
}
.cid-uOBXDKn5tG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOBXDKn5tG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOBXDKn5tG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOBXDKn5tG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOBXDKn5tG .collapsed ul {
  width: 100%;
}
.cid-uOBXDKn5tG .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uOBXDKn5tG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOBXDKn5tG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOBXDKn5tG ul {
  counter-reset: counter;
}
.cid-uOBXDKn5tG ul li a.nav-link {
  height: 100px;
}
.cid-uOBXDKn5tG ul li.nav-item {
  width: 140px;
}
.cid-uOBXDKn5tG ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uOBXDKn5tG ul {
    margin: auto;
  }
}
.cid-uOBXDKn5tG .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uOBXDKn5tG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uOBXDKn5tG .navbar.opened {
  transition: all 0.3s;
}
.cid-uOBXDKn5tG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOBXDKn5tG .navbar .navbar-logo img {
  width: auto;
}
.cid-uOBXDKn5tG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOBXDKn5tG .navbar.collapsed {
  justify-content: center;
}
.cid-uOBXDKn5tG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOBXDKn5tG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOBXDKn5tG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOBXDKn5tG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOBXDKn5tG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOBXDKn5tG .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-uOBXDKn5tG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOBXDKn5tG .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOBXDKn5tG .navbar ul {
    width: 100%;
  }
  .cid-uOBXDKn5tG .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uOBXDKn5tG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOBXDKn5tG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOBXDKn5tG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOBXDKn5tG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOBXDKn5tG .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-uOBXDKn5tG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOBXDKn5tG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOBXDKn5tG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOBXDKn5tG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOBXDKn5tG .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uOBXDKn5tG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOBXDKn5tG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOBXDKn5tG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOBXDKn5tG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOBXDKn5tG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOBXDKn5tG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOBXDKn5tG .dropdown-item.active,
.cid-uOBXDKn5tG .dropdown-item:active {
  background-color: transparent;
}
.cid-uOBXDKn5tG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOBXDKn5tG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOBXDKn5tG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOBXDKn5tG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uOBXDKn5tG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOBXDKn5tG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOBXDKn5tG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOBXDKn5tG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOBXDKn5tG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOBXDKn5tG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOBXDKn5tG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOBXDKn5tG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOBXDKn5tG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOBXDKn5tG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOBXDKn5tG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOBXDKn5tG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOBXDKn5tG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOBXDKn5tG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOBXDKn5tG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOBXDKn5tG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOBXDKn5tG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOBXDKn5tG .navbar {
    height: 70px;
  }
  .cid-uOBXDKn5tG .navbar.opened {
    height: auto;
  }
  .cid-uOBXDKn5tG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOBXDKNVaq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOBXDKNVaq .content__block {
  padding: 50px 15px;
}
.cid-uOBXDKNVaq .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOBXDKNVaq .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8dd168;
}
.cid-uOBXDKNVaq .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOBXDKNVaq .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOBXDKNVaq .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOBXDKNVaq .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOBXDKNVaq .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOBXDKNVaq .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uOBXDKNVaq .content__block {
    padding: 30px 15px;
  }
  .cid-uOBXDKNVaq .mbr-figure {
    padding: 0;
  }
  .cid-uOBXDKNVaq .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOBXDKNVaq .lg-push {
    right: 13%;
  }
  .cid-uOBXDKNVaq .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOBXDKNVaq .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOBXDKNVaq .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOBXDKNVaq .mbr-text,
.cid-uOBXDKNVaq .mbr-section-btn {
  color: #ffffff;
}
.cid-uOBXDL4W2Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/nakanishi-logofranja-1500x132.jpg");
}
.cid-uOBXDL4W2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBXDL4W2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBXDLGDRd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOBXDLGDRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBXDLGDRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBXDLGDRd .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOBXDLGDRd .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOBXDLGDRd .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOBXDLGDRd .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOBXDLGDRd .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOBXDLGDRd .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOBXDLGDRd .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOBXDLGDRd .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOBXDLGDRd .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOBXDLGDRd .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOBXDLGDRd .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOBXDLGDRd .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOBXDLGDRd .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOBXDLGDRd .panel-title-edit {
  color: #1f6463;
}
.cid-uOBXDLGDRd .panel-text {
  color: #d7d2d2;
}
.cid-uOBXDLGDRd .panel-text,
.cid-uOBXDLGDRd .panel-body {
  color: #55635e;
}
.cid-uOBXDM2ivQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOBXDM2ivQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBXDM2ivQ .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-uOBXDM2ivQ .container {
    padding: 0 22px;
  }
}
.cid-uOBXDM2ivQ .row {
  justify-content: center;
}
.cid-uOBXDM2ivQ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOBXDM2ivQ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOBXDM2ivQ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOBXDM2ivQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOBXDM2ivQ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOBXDM2ivQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOBXDM2ivQ .mbr-section-title {
  color: #ffffff;
}
.cid-uOBXDM2ivQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOBXDM2ivQ .mbr-section-title,
.cid-uOBXDM2ivQ .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOBXDMk7V0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOBXDMk7V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBXDMk7V0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBXDMk7V0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOBXDMk7V0 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOBXDMk7V0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOBXDMk7V0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOBXDMk7V0 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOBXDMk7V0 .item {
    margin-bottom: 28px;
  }
}
.cid-uOBXDMk7V0 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOBXDMk7V0 .item .item-wrapper:hover,
.cid-uOBXDMk7V0 .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOBXDMk7V0 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOBXDMk7V0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOBXDMk7V0 .item-title {
  color: #9aa0a6;
}
.cid-uOBXDMk7V0 .item-text {
  color: #55635e;
}
.cid-uOBXDMk7V0 .item-date {
  color: #65847f;
}
.cid-uOBXDMk7V0 .mbr-section-title,
.cid-uOBXDMk7V0 .mbr-section-btn {
  text-align: center;
}
.cid-uOBXDMk7V0 .item-title,
.cid-uOBXDMk7V0 .icon-wrapper {
  color: #1f6463;
}
.cid-uOBXDNpvRk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uOBXDNpvRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBXDNpvRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBXDNpvRk .row {
  justify-content: center;
}
.cid-uOBXDNpvRk .card {
  justify-content: flex-end;
}
.cid-uOBXDNpvRk .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOBXDNpvRk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOBXDNpvRk .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uOBXDNpvRk .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uOBXDNpvRk .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uOBXDNpvRk .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOBXDNpvRk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOBXDNpvRk .mbr-section-btn .btn::after,
.cid-uOBXDNpvRk .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uOBXDNpvRk .mbr-section-btn .btn:hover,
.cid-uOBXDNpvRk .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOBXDNpvRk .mbr-section-btn .btn:hover::after,
.cid-uOBXDNpvRk .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uOBXDNpvRk .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOBXDNpvRk .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uOBXDNpvRk .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uOBXDNpvRk .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOBXDNpvRk .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uOBXDNpvRk .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOBXDNpvRk .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOBXDNpvRk .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uOBXDNpvRk .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOBXDNpvRk .mbr-copy {
    padding: 20px;
  }
}
.cid-uOBXDNpvRk .mbr-section-title {
  color: #ffffff;
}
.cid-uOBXDNpvRk .nav-title {
  color: #9fe870;
}
.cid-uOBXDNpvRk .list {
  color: #ffffff;
}
.cid-uOBXDNpvRk .list,
.cid-uOBXDNpvRk .item-wrap {
  color: #9fe870;
}
.cid-uOHSZyPICe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOHSZyPICe nav.navbar {
  position: fixed;
}
.cid-uOHSZyPICe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHSZyPICe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOHSZyPICe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOHSZyPICe .dropdown-item:hover,
.cid-uOHSZyPICe .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uOHSZyPICe .dropdown-item:hover span {
  color: white;
}
.cid-uOHSZyPICe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOHSZyPICe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOHSZyPICe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOHSZyPICe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOHSZyPICe .nav-link {
  position: relative;
}
.cid-uOHSZyPICe .container {
  display: flex;
  margin: auto;
}
.cid-uOHSZyPICe .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOHSZyPICe .dropdown-menu,
.cid-uOHSZyPICe .navbar.opened {
  background: #074e4d !important;
}
.cid-uOHSZyPICe .nav-item:focus,
.cid-uOHSZyPICe .nav-link:focus {
  outline: none;
}
.cid-uOHSZyPICe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHSZyPICe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHSZyPICe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHSZyPICe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHSZyPICe .collapsed ul {
  width: 100%;
}
.cid-uOHSZyPICe .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uOHSZyPICe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHSZyPICe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHSZyPICe ul {
  counter-reset: counter;
}
.cid-uOHSZyPICe ul li a.nav-link {
  height: 100px;
}
.cid-uOHSZyPICe ul li.nav-item {
  width: 140px;
}
.cid-uOHSZyPICe ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uOHSZyPICe ul {
    margin: auto;
  }
}
.cid-uOHSZyPICe .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uOHSZyPICe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uOHSZyPICe .navbar.opened {
  transition: all 0.3s;
}
.cid-uOHSZyPICe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOHSZyPICe .navbar .navbar-logo img {
  width: auto;
}
.cid-uOHSZyPICe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOHSZyPICe .navbar.collapsed {
  justify-content: center;
}
.cid-uOHSZyPICe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHSZyPICe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOHSZyPICe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOHSZyPICe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHSZyPICe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHSZyPICe .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-uOHSZyPICe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOHSZyPICe .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOHSZyPICe .navbar ul {
    width: 100%;
  }
  .cid-uOHSZyPICe .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uOHSZyPICe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHSZyPICe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHSZyPICe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHSZyPICe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOHSZyPICe .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-uOHSZyPICe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOHSZyPICe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOHSZyPICe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOHSZyPICe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHSZyPICe .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uOHSZyPICe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOHSZyPICe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOHSZyPICe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOHSZyPICe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOHSZyPICe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOHSZyPICe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHSZyPICe .dropdown-item.active,
.cid-uOHSZyPICe .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHSZyPICe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOHSZyPICe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHSZyPICe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHSZyPICe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uOHSZyPICe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOHSZyPICe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOHSZyPICe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOHSZyPICe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOHSZyPICe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOHSZyPICe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOHSZyPICe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHSZyPICe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHSZyPICe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHSZyPICe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHSZyPICe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHSZyPICe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHSZyPICe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHSZyPICe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHSZyPICe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOHSZyPICe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOHSZyPICe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOHSZyPICe .navbar {
    height: 70px;
  }
  .cid-uOHSZyPICe .navbar.opened {
    height: auto;
  }
  .cid-uOHSZyPICe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHSZA0Mb7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOHSZA0Mb7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOHSZA0Mb7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uOHSZA0Mb7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOHSZA0Mb7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uOHSZA0Mb7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uOHSZA0Mb7 .embla__button--next,
.cid-uOHSZA0Mb7 .embla__button--prev {
  display: flex;
}
.cid-uOHSZA0Mb7 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uOHSZA0Mb7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOHSZA0Mb7 .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uOHSZA0Mb7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOHSZA0Mb7 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOHSZA0Mb7 .embla__button.embla__button--next {
  right: 0;
}
.cid-uOHSZA0Mb7 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOHSZA0Mb7 .embla {
  position: relative;
  width: 100%;
}
.cid-uOHSZA0Mb7 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uOHSZA0Mb7 .embla::before {
    display: none;
  }
}
.cid-uOHSZA0Mb7 .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uOHSZA0Mb7 .embla::after {
    display: none;
  }
}
.cid-uOHSZA0Mb7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOHSZA0Mb7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOHSZA0Mb7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOHSZA0Mb7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOHSZA0Mb7 .mbr-section-title {
  color: #8dd168;
  text-align: center;
}
.cid-uQ1XhuJ2Lm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d5e0d8;
}
.cid-uQ1XhuJ2Lm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ1XhuJ2Lm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ1XhuJ2Lm .item-wrapper {
  overflow: hidden;
  background: #e6f1e9;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ1XhuJ2Lm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ1XhuJ2Lm .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQ1XhuJ2Lm .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ1XhuJ2Lm .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQ1XhuJ2Lm .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQ1XhuJ2Lm .image-wrapper {
  padding: 0 1rem;
}
.cid-uQ1XhuJ2Lm img,
.cid-uQ1XhuJ2Lm .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQ1XhuJ2Lm img,
  .cid-uQ1XhuJ2Lm .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQ1XhuJ2Lm .mbr-section-title {
  color: #1f6463;
  text-align: left;
}
.cid-uQ1XhuJ2Lm .mbr-text {
  color: #000000;
}
.cid-uQ1XhuJ2Lm .mbr-text,
.cid-uQ1XhuJ2Lm .mbr-section-btn {
  text-align: left;
  color: #55635e;
}
.cid-uQ1XhuJ2Lm .price {
  color: #232323;
  text-align: left;
}
.cid-uQ1XhuJ2Lm .content-head {
  max-width: 800px;
}
.cid-uQ1XhuJ2Lm .mbr-section-maintitle {
  text-align: center;
}
.cid-uQ1XhuJ2Lm .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOHTHZHkks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d5e0d8;
}
.cid-uOHTHZHkks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHTHZHkks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHTHZHkks .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOHTHZHkks .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOHTHZHkks .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOHTHZHkks .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOHTHZHkks .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uOHTHZHkks .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOHTHZHkks .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;
}
.cid-uOHTHZHkks .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uOHTHZHkks .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #55635e;
  border: none;
}
.cid-uOHTHZHkks .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #97be0d;
}
.cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uOHTHZHkks .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOHTHZHkks .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOHTHZHkks .mbr-text {
  color: #55635e;
  text-align: center;
}
.cid-uOHTHZHkks .item-title {
  color: #1f6463;
}
.cid-uOHTHZHkks .item-text {
  color: #55635e;
}
.cid-uOHTHZHkks .mbr-section-title,
.cid-uOHTHZHkks .tabs-wrapper {
  color: #1f6463;
}
.cid-uOHSZANy9L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uOHSZANy9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHSZANy9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHSZANy9L .row {
  justify-content: center;
}
.cid-uOHSZANy9L .card {
  justify-content: flex-end;
}
.cid-uOHSZANy9L .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOHSZANy9L .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOHSZANy9L .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uOHSZANy9L .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uOHSZANy9L .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uOHSZANy9L .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOHSZANy9L .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOHSZANy9L .mbr-section-btn .btn::after,
.cid-uOHSZANy9L .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uOHSZANy9L .mbr-section-btn .btn:hover,
.cid-uOHSZANy9L .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOHSZANy9L .mbr-section-btn .btn:hover::after,
.cid-uOHSZANy9L .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uOHSZANy9L .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOHSZANy9L .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uOHSZANy9L .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uOHSZANy9L .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOHSZANy9L .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uOHSZANy9L .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOHSZANy9L .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOHSZANy9L .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uOHSZANy9L .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOHSZANy9L .mbr-copy {
    padding: 20px;
  }
}
.cid-uOHSZANy9L .mbr-section-title {
  color: #ffffff;
}
.cid-uOHSZANy9L .nav-title {
  color: #9fe870;
}
.cid-uOHSZANy9L .list {
  color: #ffffff;
}
.cid-uOHSZANy9L .list,
.cid-uOHSZANy9L .item-wrap {
  color: #9fe870;
}
.cid-uOZQfm74yA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOZQfm74yA nav.navbar {
  position: fixed;
}
.cid-uOZQfm74yA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOZQfm74yA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOZQfm74yA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOZQfm74yA .dropdown-item:hover,
.cid-uOZQfm74yA .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uOZQfm74yA .dropdown-item:hover span {
  color: white;
}
.cid-uOZQfm74yA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOZQfm74yA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOZQfm74yA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOZQfm74yA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOZQfm74yA .nav-link {
  position: relative;
}
.cid-uOZQfm74yA .container {
  display: flex;
  margin: auto;
}
.cid-uOZQfm74yA .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOZQfm74yA .dropdown-menu,
.cid-uOZQfm74yA .navbar.opened {
  background: #074e4d !important;
}
.cid-uOZQfm74yA .nav-item:focus,
.cid-uOZQfm74yA .nav-link:focus {
  outline: none;
}
.cid-uOZQfm74yA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOZQfm74yA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOZQfm74yA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOZQfm74yA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOZQfm74yA .collapsed ul {
  width: 100%;
}
.cid-uOZQfm74yA .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uOZQfm74yA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOZQfm74yA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOZQfm74yA ul {
  counter-reset: counter;
}
.cid-uOZQfm74yA ul li a.nav-link {
  height: 100px;
}
.cid-uOZQfm74yA ul li.nav-item {
  width: 140px;
}
.cid-uOZQfm74yA ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uOZQfm74yA ul {
    margin: auto;
  }
}
.cid-uOZQfm74yA .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uOZQfm74yA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uOZQfm74yA .navbar.opened {
  transition: all 0.3s;
}
.cid-uOZQfm74yA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOZQfm74yA .navbar .navbar-logo img {
  width: auto;
}
.cid-uOZQfm74yA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOZQfm74yA .navbar.collapsed {
  justify-content: center;
}
.cid-uOZQfm74yA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOZQfm74yA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOZQfm74yA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOZQfm74yA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOZQfm74yA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOZQfm74yA .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-uOZQfm74yA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOZQfm74yA .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOZQfm74yA .navbar ul {
    width: 100%;
  }
  .cid-uOZQfm74yA .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uOZQfm74yA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOZQfm74yA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOZQfm74yA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOZQfm74yA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOZQfm74yA .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-uOZQfm74yA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOZQfm74yA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOZQfm74yA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOZQfm74yA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOZQfm74yA .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uOZQfm74yA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOZQfm74yA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOZQfm74yA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOZQfm74yA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOZQfm74yA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOZQfm74yA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOZQfm74yA .dropdown-item.active,
.cid-uOZQfm74yA .dropdown-item:active {
  background-color: transparent;
}
.cid-uOZQfm74yA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOZQfm74yA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOZQfm74yA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOZQfm74yA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uOZQfm74yA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOZQfm74yA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOZQfm74yA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOZQfm74yA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOZQfm74yA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOZQfm74yA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOZQfm74yA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOZQfm74yA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOZQfm74yA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOZQfm74yA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOZQfm74yA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOZQfm74yA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOZQfm74yA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOZQfm74yA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOZQfm74yA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOZQfm74yA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOZQfm74yA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOZQfm74yA .navbar {
    height: 70px;
  }
  .cid-uOZQfm74yA .navbar.opened {
    height: auto;
  }
  .cid-uOZQfm74yA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOZWZuB8U0 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #d5e0d8;
}
.cid-uOZWZuB8U0 .form-block {
  padding: 75px 50px 35px 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOZWZuB8U0 .form-block {
    padding: 1rem;
  }
}
.cid-uOZWZuB8U0 input::-webkit-input-placeholder,
.cid-uOZWZuB8U0 textarea::-webkit-input-placeholder {
  opacity: .5;
}
.cid-uOZWZuB8U0 input:-moz-placeholder,
.cid-uOZWZuB8U0 textarea:-moz-placeholder {
  opacity: .5;
}
.cid-uOZWZuB8U0 .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uOZWZuB8U0 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-uOZWZuB8U0 .content-panel {
  padding: 3rem 2.5rem;
  background-color: #65847f;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 768px) {
  .cid-uOZWZuB8U0 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uOZWZuB8U0 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-uOZWZuB8U0 .mbr-section-title {
  text-align: left;
  color: #e2e7f8;
}
.cid-uOZWZuB8U0 .content-block {
  color: #d5e0d8;
  text-align: right;
}
.cid-uQuGtNbSXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3d7d3;
}
.cid-uQuGtNbSXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuGtNbSXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQuGtNbSXi .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uQuGtNbSXi .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQuGtNbSXi .item {
    margin-bottom: 15px;
  }
}
.cid-uQuGtNbSXi .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #65847f;
}
@media (max-width: 992px) {
  .cid-uQuGtNbSXi .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uQuGtNbSXi .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQuGtNbSXi .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQuGtNbSXi .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #8ec044;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uQuGtNbSXi .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uQuGtNbSXi .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uQuGtNbSXi .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uQuGtNbSXi .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQuGtNbSXi .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQuGtNbSXi .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uQuGtNbSXi .card-title {
  color: #000000;
}
.cid-uQuGtNbSXi .card-text {
  color: #8a8a8a;
}
.cid-uQuGtNbSXi .card-title,
.cid-uQuGtNbSXi .iconfont-wrapper {
  color: #1f6463;
}
.cid-uQuGtNbSXi .card-text,
.cid-uQuGtNbSXi .mbr-section-btn {
  color: #65847f;
}
.cid-uOZQfmpE1p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOZQfmpE1p .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOZQfmpE1p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uOZQfmpE1p .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOZQfmpE1p .embla__slide .slide-content {
  width: 100%;
}
.cid-uOZQfmpE1p .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uOZQfmpE1p .embla__button--next,
.cid-uOZQfmpE1p .embla__button--prev {
  display: flex;
}
.cid-uOZQfmpE1p .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uOZQfmpE1p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOZQfmpE1p .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uOZQfmpE1p .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOZQfmpE1p .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOZQfmpE1p .embla__button.embla__button--next {
  right: 0;
}
.cid-uOZQfmpE1p .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOZQfmpE1p .embla {
  position: relative;
  width: 100%;
}
.cid-uOZQfmpE1p .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uOZQfmpE1p .embla::before {
    display: none;
  }
}
.cid-uOZQfmpE1p .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uOZQfmpE1p .embla::after {
    display: none;
  }
}
.cid-uOZQfmpE1p .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOZQfmpE1p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOZQfmpE1p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOZQfmpE1p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOZQfmpE1p .mbr-section-title {
  color: #8dd168;
  text-align: center;
}
.cid-uOZQfneKzy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uOZQfneKzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZQfneKzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZQfneKzy .row {
  justify-content: center;
}
.cid-uOZQfneKzy .card {
  justify-content: flex-end;
}
.cid-uOZQfneKzy .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOZQfneKzy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOZQfneKzy .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uOZQfneKzy .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uOZQfneKzy .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uOZQfneKzy .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOZQfneKzy .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOZQfneKzy .mbr-section-btn .btn::after,
.cid-uOZQfneKzy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uOZQfneKzy .mbr-section-btn .btn:hover,
.cid-uOZQfneKzy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOZQfneKzy .mbr-section-btn .btn:hover::after,
.cid-uOZQfneKzy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uOZQfneKzy .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOZQfneKzy .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uOZQfneKzy .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uOZQfneKzy .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOZQfneKzy .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uOZQfneKzy .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOZQfneKzy .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOZQfneKzy .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uOZQfneKzy .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOZQfneKzy .mbr-copy {
    padding: 20px;
  }
}
.cid-uOZQfneKzy .mbr-section-title {
  color: #ffffff;
}
.cid-uOZQfneKzy .nav-title {
  color: #9fe870;
}
.cid-uOZQfneKzy .list {
  color: #ffffff;
}
.cid-uOZQfneKzy .list,
.cid-uOZQfneKzy .item-wrap {
  color: #9fe870;
}
.cid-uQ20dF542Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQ20dF542Q nav.navbar {
  position: fixed;
}
.cid-uQ20dF542Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ20dF542Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQ20dF542Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ20dF542Q .dropdown-item:hover,
.cid-uQ20dF542Q .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uQ20dF542Q .dropdown-item:hover span {
  color: white;
}
.cid-uQ20dF542Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ20dF542Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ20dF542Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ20dF542Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ20dF542Q .nav-link {
  position: relative;
}
.cid-uQ20dF542Q .container {
  display: flex;
  margin: auto;
}
.cid-uQ20dF542Q .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ20dF542Q .dropdown-menu,
.cid-uQ20dF542Q .navbar.opened {
  background: #074e4d !important;
}
.cid-uQ20dF542Q .nav-item:focus,
.cid-uQ20dF542Q .nav-link:focus {
  outline: none;
}
.cid-uQ20dF542Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ20dF542Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ20dF542Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ20dF542Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ20dF542Q .collapsed ul {
  width: 100%;
}
.cid-uQ20dF542Q .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uQ20dF542Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ20dF542Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ20dF542Q ul {
  counter-reset: counter;
}
.cid-uQ20dF542Q ul li a.nav-link {
  height: 100px;
}
.cid-uQ20dF542Q ul li.nav-item {
  width: 140px;
}
.cid-uQ20dF542Q ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uQ20dF542Q ul {
    margin: auto;
  }
}
.cid-uQ20dF542Q .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uQ20dF542Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uQ20dF542Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ20dF542Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ20dF542Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ20dF542Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ20dF542Q .navbar.collapsed {
  justify-content: center;
}
.cid-uQ20dF542Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ20dF542Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ20dF542Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQ20dF542Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ20dF542Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ20dF542Q .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-uQ20dF542Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ20dF542Q .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQ20dF542Q .navbar ul {
    width: 100%;
  }
  .cid-uQ20dF542Q .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uQ20dF542Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ20dF542Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ20dF542Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ20dF542Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ20dF542Q .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-uQ20dF542Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ20dF542Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ20dF542Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ20dF542Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ20dF542Q .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uQ20dF542Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ20dF542Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ20dF542Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ20dF542Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ20dF542Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ20dF542Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ20dF542Q .dropdown-item.active,
.cid-uQ20dF542Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ20dF542Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ20dF542Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ20dF542Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ20dF542Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uQ20dF542Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ20dF542Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ20dF542Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ20dF542Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ20dF542Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ20dF542Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQ20dF542Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ20dF542Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ20dF542Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ20dF542Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ20dF542Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ20dF542Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ20dF542Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ20dF542Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ20dF542Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQ20dF542Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ20dF542Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ20dF542Q .navbar {
    height: 70px;
  }
  .cid-uQ20dF542Q .navbar.opened {
    height: auto;
  }
  .cid-uQ20dF542Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8Nm5FLUWz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c3d7d3;
}
.cid-v8Nm5FLUWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Nm5FLUWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Nm5FLUWz .container-fluid {
  padding: 0;
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-v8Nm5FLUWz .container-fluid {
    padding: 0;
  }
}
.cid-v8Nm5FLUWz .container {
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-v8Nm5FLUWz .container {
    padding: 0 28px;
  }
}
.cid-v8Nm5FLUWz .row {
  margin: -1px 0 0 0;
}
.cid-v8Nm5FLUWz .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v8Nm5FLUWz .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-v8Nm5FLUWz .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v8Nm5FLUWz .card {
    padding: 20px;
  }
}
.cid-v8Nm5FLUWz .card:first-child {
  border-right: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-v8Nm5FLUWz .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #8ec044;
  }
}
.cid-v8Nm5FLUWz .card:last-child {
  border-right: none;
}
.cid-v8Nm5FLUWz .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-v8Nm5FLUWz .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v8Nm5FLUWz .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v8Nm5FLUWz .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-v8Nm5FLUWz .mbr-section-title {
  color: #000000;
}
.cid-v8Nm5FLUWz .mbr-text {
  color: #65847f;
  text-align: left;
}
.cid-v8Nm5FLUWz .mbr-section-title,
.cid-v8Nm5FLUWz .mbr-section-btn {
  text-align: left;
  color: #1f6463;
}
.cid-v8Nmf2FcwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6f1e9;
}
.cid-v8Nmf2FcwE .mbr-text {
  color: #55635e;
}
.cid-v8Nmf2FcwE .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Nmf2FcwE .mbr-section-title {
  color: #000000;
}
.cid-uQ29f34R6B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c3d7d3;
}
.cid-uQ29f34R6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ29f34R6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ29f34R6B .container-fluid {
  padding: 0;
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uQ29f34R6B .container-fluid {
    padding: 0;
  }
}
.cid-uQ29f34R6B .container {
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uQ29f34R6B .container {
    padding: 0 28px;
  }
}
.cid-uQ29f34R6B .row {
  margin: -1px 0 0 0;
}
.cid-uQ29f34R6B .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uQ29f34R6B .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uQ29f34R6B .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQ29f34R6B .card {
    padding: 20px;
  }
}
.cid-uQ29f34R6B .card:first-child {
  border-right: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uQ29f34R6B .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #8ec044;
  }
}
.cid-uQ29f34R6B .card:last-child {
  border-right: none;
}
.cid-uQ29f34R6B .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-uQ29f34R6B .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ29f34R6B .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uQ29f34R6B .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uQ29f34R6B .mbr-section-title {
  color: #000000;
}
.cid-uQ29f34R6B .mbr-text {
  color: #65847f;
  text-align: left;
}
.cid-uQ29f34R6B .mbr-section-title,
.cid-uQ29f34R6B .mbr-section-btn {
  text-align: left;
  color: #1f6463;
}
.cid-uQ258SXxix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6f1e9;
}
.cid-uQ258SXxix .mbr-text {
  color: #55635e;
}
.cid-uQ258SXxix .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ258SXxix .mbr-section-title {
  color: #000000;
}
.cid-uQ20dGWXt4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uQ20dGWXt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ20dGWXt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ20dGWXt4 .row {
  justify-content: center;
}
.cid-uQ20dGWXt4 .card {
  justify-content: flex-end;
}
.cid-uQ20dGWXt4 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ20dGWXt4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQ20dGWXt4 .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uQ20dGWXt4 .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uQ20dGWXt4 .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uQ20dGWXt4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ20dGWXt4 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ20dGWXt4 .mbr-section-btn .btn::after,
.cid-uQ20dGWXt4 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uQ20dGWXt4 .mbr-section-btn .btn:hover,
.cid-uQ20dGWXt4 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQ20dGWXt4 .mbr-section-btn .btn:hover::after,
.cid-uQ20dGWXt4 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uQ20dGWXt4 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ20dGWXt4 .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uQ20dGWXt4 .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uQ20dGWXt4 .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQ20dGWXt4 .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uQ20dGWXt4 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ20dGWXt4 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uQ20dGWXt4 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uQ20dGWXt4 .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQ20dGWXt4 .mbr-copy {
    padding: 20px;
  }
}
.cid-uQ20dGWXt4 .mbr-section-title {
  color: #ffffff;
}
.cid-uQ20dGWXt4 .nav-title {
  color: #9fe870;
}
.cid-uQ20dGWXt4 .list {
  color: #ffffff;
}
.cid-uQ20dGWXt4 .list,
.cid-uQ20dGWXt4 .item-wrap {
  color: #9fe870;
}
.cid-uQiC1J4qgI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQiC1J4qgI nav.navbar {
  position: fixed;
}
.cid-uQiC1J4qgI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQiC1J4qgI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQiC1J4qgI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQiC1J4qgI .dropdown-item:hover,
.cid-uQiC1J4qgI .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uQiC1J4qgI .dropdown-item:hover span {
  color: white;
}
.cid-uQiC1J4qgI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQiC1J4qgI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQiC1J4qgI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQiC1J4qgI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQiC1J4qgI .nav-link {
  position: relative;
}
.cid-uQiC1J4qgI .container {
  display: flex;
  margin: auto;
}
.cid-uQiC1J4qgI .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQiC1J4qgI .dropdown-menu,
.cid-uQiC1J4qgI .navbar.opened {
  background: #074e4d !important;
}
.cid-uQiC1J4qgI .nav-item:focus,
.cid-uQiC1J4qgI .nav-link:focus {
  outline: none;
}
.cid-uQiC1J4qgI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQiC1J4qgI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQiC1J4qgI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQiC1J4qgI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQiC1J4qgI .collapsed ul {
  width: 100%;
}
.cid-uQiC1J4qgI .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uQiC1J4qgI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQiC1J4qgI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQiC1J4qgI ul {
  counter-reset: counter;
}
.cid-uQiC1J4qgI ul li a.nav-link {
  height: 100px;
}
.cid-uQiC1J4qgI ul li.nav-item {
  width: 140px;
}
.cid-uQiC1J4qgI ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uQiC1J4qgI ul {
    margin: auto;
  }
}
.cid-uQiC1J4qgI .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uQiC1J4qgI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uQiC1J4qgI .navbar.opened {
  transition: all 0.3s;
}
.cid-uQiC1J4qgI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQiC1J4qgI .navbar .navbar-logo img {
  width: auto;
}
.cid-uQiC1J4qgI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQiC1J4qgI .navbar.collapsed {
  justify-content: center;
}
.cid-uQiC1J4qgI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQiC1J4qgI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQiC1J4qgI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQiC1J4qgI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQiC1J4qgI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQiC1J4qgI .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-uQiC1J4qgI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQiC1J4qgI .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQiC1J4qgI .navbar ul {
    width: 100%;
  }
  .cid-uQiC1J4qgI .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uQiC1J4qgI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQiC1J4qgI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQiC1J4qgI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQiC1J4qgI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQiC1J4qgI .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-uQiC1J4qgI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQiC1J4qgI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQiC1J4qgI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQiC1J4qgI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQiC1J4qgI .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uQiC1J4qgI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQiC1J4qgI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQiC1J4qgI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQiC1J4qgI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQiC1J4qgI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQiC1J4qgI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQiC1J4qgI .dropdown-item.active,
.cid-uQiC1J4qgI .dropdown-item:active {
  background-color: transparent;
}
.cid-uQiC1J4qgI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQiC1J4qgI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQiC1J4qgI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQiC1J4qgI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uQiC1J4qgI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQiC1J4qgI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQiC1J4qgI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQiC1J4qgI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQiC1J4qgI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQiC1J4qgI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQiC1J4qgI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQiC1J4qgI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQiC1J4qgI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQiC1J4qgI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQiC1J4qgI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQiC1J4qgI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQiC1J4qgI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQiC1J4qgI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQiC1J4qgI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQiC1J4qgI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQiC1J4qgI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQiC1J4qgI .navbar {
    height: 70px;
  }
  .cid-uQiC1J4qgI .navbar.opened {
    height: auto;
  }
  .cid-uQiC1J4qgI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQiC1JpnAl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c3d7d3;
}
.cid-uQiC1JpnAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQiC1JpnAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQiC1JpnAl .container-fluid {
  padding: 0;
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uQiC1JpnAl .container-fluid {
    padding: 0;
  }
}
.cid-uQiC1JpnAl .container {
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uQiC1JpnAl .container {
    padding: 0 28px;
  }
}
.cid-uQiC1JpnAl .row {
  margin: -1px 0 0 0;
}
.cid-uQiC1JpnAl .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uQiC1JpnAl .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uQiC1JpnAl .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQiC1JpnAl .card {
    padding: 20px;
  }
}
.cid-uQiC1JpnAl .card:first-child {
  border-right: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uQiC1JpnAl .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #8ec044;
  }
}
.cid-uQiC1JpnAl .card:last-child {
  border-right: none;
}
.cid-uQiC1JpnAl .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-uQiC1JpnAl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQiC1JpnAl .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uQiC1JpnAl .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uQiC1JpnAl .mbr-section-title {
  color: #000000;
}
.cid-uQiC1JpnAl .mbr-text {
  color: #65847f;
  text-align: left;
}
.cid-uQiC1JpnAl .mbr-section-title,
.cid-uQiC1JpnAl .mbr-section-btn {
  text-align: left;
  color: #1f6463;
}
.cid-uQiC1JDJ9C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6f1e9;
}
.cid-uQiC1JDJ9C .mbr-text {
  color: #55635e;
}
.cid-uQiC1JDJ9C .mbr-section-subtitle {
  color: #000000;
}
.cid-uQiC1JDJ9C .mbr-section-title {
  color: #000000;
}
.cid-uQiC1JSGQN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uQiC1JSGQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQiC1JSGQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQiC1JSGQN .row {
  justify-content: center;
}
.cid-uQiC1JSGQN .card {
  justify-content: flex-end;
}
.cid-uQiC1JSGQN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQiC1JSGQN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQiC1JSGQN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uQiC1JSGQN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uQiC1JSGQN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uQiC1JSGQN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQiC1JSGQN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQiC1JSGQN .mbr-section-btn .btn::after,
.cid-uQiC1JSGQN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uQiC1JSGQN .mbr-section-btn .btn:hover,
.cid-uQiC1JSGQN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQiC1JSGQN .mbr-section-btn .btn:hover::after,
.cid-uQiC1JSGQN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uQiC1JSGQN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQiC1JSGQN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uQiC1JSGQN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uQiC1JSGQN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQiC1JSGQN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uQiC1JSGQN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQiC1JSGQN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uQiC1JSGQN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uQiC1JSGQN .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQiC1JSGQN .mbr-copy {
    padding: 20px;
  }
}
.cid-uQiC1JSGQN .mbr-section-title {
  color: #ffffff;
}
.cid-uQiC1JSGQN .nav-title {
  color: #9fe870;
}
.cid-uQiC1JSGQN .list {
  color: #ffffff;
}
.cid-uQiC1JSGQN .list,
.cid-uQiC1JSGQN .item-wrap {
  color: #9fe870;
}
.cid-uQjWq60BF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQjWq60BF6 nav.navbar {
  position: fixed;
}
.cid-uQjWq60BF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQjWq60BF6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQjWq60BF6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQjWq60BF6 .dropdown-item:hover,
.cid-uQjWq60BF6 .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uQjWq60BF6 .dropdown-item:hover span {
  color: white;
}
.cid-uQjWq60BF6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQjWq60BF6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQjWq60BF6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQjWq60BF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQjWq60BF6 .nav-link {
  position: relative;
}
.cid-uQjWq60BF6 .container {
  display: flex;
  margin: auto;
}
.cid-uQjWq60BF6 .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQjWq60BF6 .dropdown-menu,
.cid-uQjWq60BF6 .navbar.opened {
  background: #074e4d !important;
}
.cid-uQjWq60BF6 .nav-item:focus,
.cid-uQjWq60BF6 .nav-link:focus {
  outline: none;
}
.cid-uQjWq60BF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQjWq60BF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQjWq60BF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQjWq60BF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQjWq60BF6 .collapsed ul {
  width: 100%;
}
.cid-uQjWq60BF6 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uQjWq60BF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQjWq60BF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQjWq60BF6 ul {
  counter-reset: counter;
}
.cid-uQjWq60BF6 ul li a.nav-link {
  height: 100px;
}
.cid-uQjWq60BF6 ul li.nav-item {
  width: 140px;
}
.cid-uQjWq60BF6 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uQjWq60BF6 ul {
    margin: auto;
  }
}
.cid-uQjWq60BF6 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uQjWq60BF6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uQjWq60BF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQjWq60BF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQjWq60BF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQjWq60BF6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQjWq60BF6 .navbar.collapsed {
  justify-content: center;
}
.cid-uQjWq60BF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQjWq60BF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQjWq60BF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQjWq60BF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQjWq60BF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQjWq60BF6 .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-uQjWq60BF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQjWq60BF6 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQjWq60BF6 .navbar ul {
    width: 100%;
  }
  .cid-uQjWq60BF6 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uQjWq60BF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQjWq60BF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQjWq60BF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQjWq60BF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQjWq60BF6 .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-uQjWq60BF6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQjWq60BF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQjWq60BF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQjWq60BF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQjWq60BF6 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uQjWq60BF6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQjWq60BF6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQjWq60BF6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQjWq60BF6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQjWq60BF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQjWq60BF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQjWq60BF6 .dropdown-item.active,
.cid-uQjWq60BF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQjWq60BF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQjWq60BF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQjWq60BF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQjWq60BF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uQjWq60BF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQjWq60BF6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQjWq60BF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQjWq60BF6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQjWq60BF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQjWq60BF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQjWq60BF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQjWq60BF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQjWq60BF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQjWq60BF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQjWq60BF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQjWq60BF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQjWq60BF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQjWq60BF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQjWq60BF6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQjWq60BF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQjWq60BF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQjWq60BF6 .navbar {
    height: 70px;
  }
  .cid-uQjWq60BF6 .navbar.opened {
    height: auto;
  }
  .cid-uQjWq60BF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQokUJolkq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQokUJolkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQokUJolkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQokUJolkq .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQokUJolkq .card-wrapper {
    display: block;
  }
}
.cid-uQokUJolkq .card-wrapper .content-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQokUJolkq .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQokUJolkq .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #65847f;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQokUJolkq .card-wrapper .content-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQokUJolkq .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQokUJolkq .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQokUJolkq .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQokUJolkq .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQokUJolkq .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQokUJolkq .mbr-text {
  color: #d7d2d2;
}
.cid-uQokUJolkq .mbr-text,
.cid-uQokUJolkq .text-wrapper {
  text-align: right;
}
.cid-uQokUJolkq .mbr-section-title,
.cid-uQokUJolkq .mbr-section-btn,
.cid-uQokUJolkq .title-wrapper {
  text-align: right;
}
.cid-uQolK7zXjV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQolK7zXjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQolK7zXjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQolK7zXjV .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQolK7zXjV .card-wrapper {
    display: block;
  }
}
.cid-uQolK7zXjV .card-wrapper .content-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQolK7zXjV .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQolK7zXjV .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #1f6463;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQolK7zXjV .card-wrapper .content-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQolK7zXjV .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQolK7zXjV .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQolK7zXjV .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQolK7zXjV .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQolK7zXjV .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQolK7zXjV .mbr-text {
  color: #d7d2d2;
}
.cid-uQolK7zXjV .mbr-text,
.cid-uQolK7zXjV .text-wrapper {
  text-align: right;
}
.cid-uQolK7zXjV .mbr-section-title,
.cid-uQolK7zXjV .mbr-section-btn,
.cid-uQolK7zXjV .title-wrapper {
  text-align: right;
}
.cid-uQomKgvHNN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQomKgvHNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQomKgvHNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQomKgvHNN .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQomKgvHNN .card-wrapper {
    display: block;
  }
}
.cid-uQomKgvHNN .card-wrapper .content-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQomKgvHNN .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQomKgvHNN .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #65847f;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQomKgvHNN .card-wrapper .content-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQomKgvHNN .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQomKgvHNN .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQomKgvHNN .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQomKgvHNN .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQomKgvHNN .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQomKgvHNN .mbr-text {
  color: #d7d2d2;
}
.cid-uQomKgvHNN .mbr-text,
.cid-uQomKgvHNN .text-wrapper {
  text-align: right;
}
.cid-uQomKgvHNN .mbr-section-title,
.cid-uQomKgvHNN .mbr-section-btn,
.cid-uQomKgvHNN .title-wrapper {
  text-align: right;
}
.cid-uQonpuKRUd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQonpuKRUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQonpuKRUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQonpuKRUd .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQonpuKRUd .card-wrapper {
    display: block;
  }
}
.cid-uQonpuKRUd .card-wrapper .content-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQonpuKRUd .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQonpuKRUd .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #1f6463;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQonpuKRUd .card-wrapper .content-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQonpuKRUd .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQonpuKRUd .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQonpuKRUd .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQonpuKRUd .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQonpuKRUd .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQonpuKRUd .mbr-text {
  color: #d7d2d2;
}
.cid-uQonpuKRUd .mbr-text,
.cid-uQonpuKRUd .text-wrapper {
  text-align: left;
}
.cid-uQonpuKRUd .mbr-section-title,
.cid-uQonpuKRUd .mbr-section-btn,
.cid-uQonpuKRUd .title-wrapper {
  text-align: left;
}
.cid-uQool62n51 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQool62n51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQool62n51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQool62n51 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQool62n51 .card-wrapper {
    display: block;
  }
}
.cid-uQool62n51 .card-wrapper .content-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQool62n51 .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQool62n51 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #65847f;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQool62n51 .card-wrapper .content-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQool62n51 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQool62n51 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQool62n51 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQool62n51 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQool62n51 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQool62n51 .mbr-text {
  color: #d7d2d2;
}
.cid-uQool62n51 .mbr-text,
.cid-uQool62n51 .text-wrapper {
  text-align: left;
}
.cid-uQool62n51 .mbr-section-title,
.cid-uQool62n51 .mbr-section-btn,
.cid-uQool62n51 .title-wrapper {
  text-align: left;
}
.cid-uQooz7PQXz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQooz7PQXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQooz7PQXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQooz7PQXz .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQooz7PQXz .card-wrapper {
    display: block;
  }
}
.cid-uQooz7PQXz .card-wrapper .content-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQooz7PQXz .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQooz7PQXz .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #1f6463;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQooz7PQXz .card-wrapper .content-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQooz7PQXz .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQooz7PQXz .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQooz7PQXz .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQooz7PQXz .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQooz7PQXz .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQooz7PQXz .mbr-text {
  color: #d7d2d2;
}
.cid-uQooz7PQXz .mbr-text,
.cid-uQooz7PQXz .text-wrapper {
  text-align: left;
}
.cid-uQooz7PQXz .mbr-section-title,
.cid-uQooz7PQXz .mbr-section-btn,
.cid-uQooz7PQXz .title-wrapper {
  text-align: left;
}
.cid-uQjWq718BT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uQjWq718BT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQjWq718BT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uQjWq718BT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQjWq718BT .embla__slide .slide-content {
  width: 100%;
}
.cid-uQjWq718BT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uQjWq718BT .embla__button--next,
.cid-uQjWq718BT .embla__button--prev {
  display: flex;
}
.cid-uQjWq718BT .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uQjWq718BT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQjWq718BT .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uQjWq718BT .embla__button.embla__button--prev {
  left: 0;
}
.cid-uQjWq718BT .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uQjWq718BT .embla__button.embla__button--next {
  right: 0;
}
.cid-uQjWq718BT .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uQjWq718BT .embla {
  position: relative;
  width: 100%;
}
.cid-uQjWq718BT .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uQjWq718BT .embla::before {
    display: none;
  }
}
.cid-uQjWq718BT .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uQjWq718BT .embla::after {
    display: none;
  }
}
.cid-uQjWq718BT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQjWq718BT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQjWq718BT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQjWq718BT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQjWq718BT .mbr-section-title {
  color: #8dd168;
  text-align: center;
}
.cid-uQjWq7x9uD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uQjWq7x9uD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQjWq7x9uD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQjWq7x9uD .row {
  justify-content: center;
}
.cid-uQjWq7x9uD .card {
  justify-content: flex-end;
}
.cid-uQjWq7x9uD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQjWq7x9uD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQjWq7x9uD .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uQjWq7x9uD .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uQjWq7x9uD .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uQjWq7x9uD .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQjWq7x9uD .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQjWq7x9uD .mbr-section-btn .btn::after,
.cid-uQjWq7x9uD .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uQjWq7x9uD .mbr-section-btn .btn:hover,
.cid-uQjWq7x9uD .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQjWq7x9uD .mbr-section-btn .btn:hover::after,
.cid-uQjWq7x9uD .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uQjWq7x9uD .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQjWq7x9uD .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uQjWq7x9uD .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uQjWq7x9uD .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQjWq7x9uD .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uQjWq7x9uD .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQjWq7x9uD .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uQjWq7x9uD .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uQjWq7x9uD .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQjWq7x9uD .mbr-copy {
    padding: 20px;
  }
}
.cid-uQjWq7x9uD .mbr-section-title {
  color: #ffffff;
}
.cid-uQjWq7x9uD .nav-title {
  color: #9fe870;
}
.cid-uQjWq7x9uD .list {
  color: #ffffff;
}
.cid-uQjWq7x9uD .list,
.cid-uQjWq7x9uD .item-wrap {
  color: #9fe870;
}
.cid-uOHH0rYqsF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOHH0rYqsF nav.navbar {
  position: fixed;
}
.cid-uOHH0rYqsF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHH0rYqsF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOHH0rYqsF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOHH0rYqsF .dropdown-item:hover,
.cid-uOHH0rYqsF .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uOHH0rYqsF .dropdown-item:hover span {
  color: white;
}
.cid-uOHH0rYqsF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOHH0rYqsF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOHH0rYqsF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOHH0rYqsF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOHH0rYqsF .nav-link {
  position: relative;
}
.cid-uOHH0rYqsF .container {
  display: flex;
  margin: auto;
}
.cid-uOHH0rYqsF .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOHH0rYqsF .dropdown-menu,
.cid-uOHH0rYqsF .navbar.opened {
  background: #074e4d !important;
}
.cid-uOHH0rYqsF .nav-item:focus,
.cid-uOHH0rYqsF .nav-link:focus {
  outline: none;
}
.cid-uOHH0rYqsF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHH0rYqsF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHH0rYqsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHH0rYqsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHH0rYqsF .collapsed ul {
  width: 100%;
}
.cid-uOHH0rYqsF .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uOHH0rYqsF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHH0rYqsF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHH0rYqsF ul {
  counter-reset: counter;
}
.cid-uOHH0rYqsF ul li a.nav-link {
  height: 100px;
}
.cid-uOHH0rYqsF ul li.nav-item {
  width: 140px;
}
.cid-uOHH0rYqsF ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uOHH0rYqsF ul {
    margin: auto;
  }
}
.cid-uOHH0rYqsF .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uOHH0rYqsF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uOHH0rYqsF .navbar.opened {
  transition: all 0.3s;
}
.cid-uOHH0rYqsF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOHH0rYqsF .navbar .navbar-logo img {
  width: auto;
}
.cid-uOHH0rYqsF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOHH0rYqsF .navbar.collapsed {
  justify-content: center;
}
.cid-uOHH0rYqsF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHH0rYqsF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOHH0rYqsF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOHH0rYqsF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHH0rYqsF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHH0rYqsF .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-uOHH0rYqsF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOHH0rYqsF .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOHH0rYqsF .navbar ul {
    width: 100%;
  }
  .cid-uOHH0rYqsF .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uOHH0rYqsF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHH0rYqsF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHH0rYqsF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHH0rYqsF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOHH0rYqsF .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-uOHH0rYqsF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOHH0rYqsF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOHH0rYqsF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOHH0rYqsF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHH0rYqsF .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uOHH0rYqsF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOHH0rYqsF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOHH0rYqsF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOHH0rYqsF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOHH0rYqsF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOHH0rYqsF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHH0rYqsF .dropdown-item.active,
.cid-uOHH0rYqsF .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHH0rYqsF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOHH0rYqsF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHH0rYqsF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHH0rYqsF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uOHH0rYqsF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOHH0rYqsF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOHH0rYqsF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOHH0rYqsF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOHH0rYqsF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOHH0rYqsF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOHH0rYqsF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHH0rYqsF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHH0rYqsF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHH0rYqsF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHH0rYqsF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHH0rYqsF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHH0rYqsF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHH0rYqsF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHH0rYqsF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOHH0rYqsF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOHH0rYqsF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOHH0rYqsF .navbar {
    height: 70px;
  }
  .cid-uOHH0rYqsF .navbar.opened {
    height: auto;
  }
  .cid-uOHH0rYqsF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHH0shhMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uOHH0shhMg .content__block {
  padding: 50px 15px;
}
.cid-uOHH0shhMg .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOHH0shhMg .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #9fe870;
}
.cid-uOHH0shhMg .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOHH0shhMg .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOHH0shhMg .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOHH0shhMg .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOHH0shhMg .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOHH0shhMg .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uOHH0shhMg .content__block {
    padding: 30px 15px;
  }
  .cid-uOHH0shhMg .mbr-figure {
    padding: 0;
  }
  .cid-uOHH0shhMg .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOHH0shhMg .lg-push {
    right: 13%;
  }
  .cid-uOHH0shhMg .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOHH0shhMg .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOHH0shhMg .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOHH0shhMg .mbr-text,
.cid-uOHH0shhMg .mbr-section-btn {
  color: #ffffff;
}
.cid-uOHH0sxFMz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hublaser-logofranja-1500x132.jpg");
}
.cid-uOHH0sxFMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHH0sxFMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHH0sNZP0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uOHH0sNZP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHH0sNZP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHH0sNZP0 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOHH0sNZP0 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOHH0sNZP0 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOHH0sNZP0 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOHH0sNZP0 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOHH0sNZP0 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOHH0sNZP0 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOHH0sNZP0 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uOHH0sNZP0 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOHH0sNZP0 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOHH0sNZP0 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOHH0sNZP0 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOHH0sNZP0 .panel-title-edit {
  color: #1f6463;
}
.cid-uOHH0sNZP0 .panel-text {
  color: #d7d2d2;
}
.cid-uOHH0sNZP0 .panel-text,
.cid-uOHH0sNZP0 .panel-body {
  color: #55635e;
}
.cid-uOHH0tbLFo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uOHH0tbLFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHH0tbLFo .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-uOHH0tbLFo .container {
    padding: 0 22px;
  }
}
.cid-uOHH0tbLFo .row {
  justify-content: center;
}
.cid-uOHH0tbLFo .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOHH0tbLFo .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOHH0tbLFo .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOHH0tbLFo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOHH0tbLFo .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOHH0tbLFo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOHH0tbLFo .mbr-section-title {
  color: #ffffff;
}
.cid-uOHH0tbLFo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHH0tbLFo .mbr-section-title,
.cid-uOHH0tbLFo .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOHH0tuRDE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOHH0tuRDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHH0tuRDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHH0tuRDE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOHH0tuRDE .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOHH0tuRDE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOHH0tuRDE .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOHH0tuRDE .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOHH0tuRDE .item {
    margin-bottom: 28px;
  }
}
.cid-uOHH0tuRDE .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOHH0tuRDE .item .item-wrapper:hover,
.cid-uOHH0tuRDE .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOHH0tuRDE .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOHH0tuRDE .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOHH0tuRDE .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uOHH0tuRDE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOHH0tuRDE .item-title {
  color: #9aa0a6;
}
.cid-uOHH0tuRDE .item-text {
  color: #55635e;
}
.cid-uOHH0tuRDE .item-date {
  color: #65847f;
}
.cid-uOHH0tuRDE .mbr-section-title,
.cid-uOHH0tuRDE .mbr-section-btn {
  text-align: center;
}
.cid-uOHH0tuRDE .item-title,
.cid-uOHH0tuRDE .icon-wrapper {
  color: #1f6463;
}
.cid-uOHH0u6XSs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #55635e;
}
.cid-uOHH0u6XSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHH0u6XSs .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-uOHH0u6XSs .container {
    padding: 0 22px;
  }
}
.cid-uOHH0u6XSs .row {
  justify-content: center;
}
.cid-uOHH0u6XSs .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOHH0u6XSs .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOHH0u6XSs .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uOHH0u6XSs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOHH0u6XSs .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uOHH0u6XSs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOHH0u6XSs .mbr-section-title {
  color: #ffffff;
}
.cid-uOHH0u6XSs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHH0u6XSs .mbr-section-title,
.cid-uOHH0u6XSs .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uOHH0uqJQw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #becdc2;
}
.cid-uOHH0uqJQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHH0uqJQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHH0uqJQw .items-wrapper .item {
  border-bottom: 1px solid #e6f1e9;
}
.cid-uOHH0uqJQw .items-wrapper .item:first-child {
  border-top: 1px solid #e6f1e9;
}
.cid-uOHH0uqJQw .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOHH0uqJQw .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uOHH0uqJQw .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOHH0uqJQw .item-number {
  color: #8ec044;
}
.cid-uOHH0uqJQw .item-title {
  color: #1f6463;
}
.cid-uOHH0uqJQw .item-text {
  color: #58595b;
}
.cid-uOHH0uqJQw .item-text,
.cid-uOHH0uqJQw .text-wrapper {
  color: #55635e;
}
.cid-uOHH0uWzIQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #65847f;
}
.cid-uOHH0uWzIQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOHH0uWzIQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOHH0uWzIQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uOHH0uWzIQ .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOHH0uWzIQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOHH0uWzIQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOHH0uWzIQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOHH0uWzIQ .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOHH0uWzIQ .embla__button--next,
.cid-uOHH0uWzIQ .embla__button--prev {
  display: flex;
}
.cid-uOHH0uWzIQ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #8ec044 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uOHH0uWzIQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOHH0uWzIQ .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOHH0uWzIQ .embla__button.embla__button--next {
  right: 0;
}
.cid-uOHH0uWzIQ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uOHH0uWzIQ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOHH0uWzIQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOHH0uWzIQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOHH0uWzIQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOHH0uWzIQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOHH0uWzIQ .item-desc {
  color: #e6f1e9;
}
.cid-uOHH0vAHBG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uOHH0vAHBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHH0vAHBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHH0vAHBG .row {
  justify-content: center;
}
.cid-uOHH0vAHBG .card {
  justify-content: flex-end;
}
.cid-uOHH0vAHBG .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOHH0vAHBG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOHH0vAHBG .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uOHH0vAHBG .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uOHH0vAHBG .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uOHH0vAHBG .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOHH0vAHBG .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOHH0vAHBG .mbr-section-btn .btn::after,
.cid-uOHH0vAHBG .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uOHH0vAHBG .mbr-section-btn .btn:hover,
.cid-uOHH0vAHBG .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOHH0vAHBG .mbr-section-btn .btn:hover::after,
.cid-uOHH0vAHBG .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uOHH0vAHBG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOHH0vAHBG .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uOHH0vAHBG .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uOHH0vAHBG .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOHH0vAHBG .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uOHH0vAHBG .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOHH0vAHBG .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOHH0vAHBG .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uOHH0vAHBG .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOHH0vAHBG .mbr-copy {
    padding: 20px;
  }
}
.cid-uOHH0vAHBG .mbr-section-title {
  color: #ffffff;
}
.cid-uOHH0vAHBG .nav-title {
  color: #9fe870;
}
.cid-uOHH0vAHBG .list {
  color: #ffffff;
}
.cid-uOHH0vAHBG .list,
.cid-uOHH0vAHBG .item-wrap {
  color: #9fe870;
}
.cid-uQoRU7z0di {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQoRU7z0di nav.navbar {
  position: fixed;
}
.cid-uQoRU7z0di .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQoRU7z0di .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQoRU7z0di .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQoRU7z0di .dropdown-item:hover,
.cid-uQoRU7z0di .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uQoRU7z0di .dropdown-item:hover span {
  color: white;
}
.cid-uQoRU7z0di .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQoRU7z0di .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQoRU7z0di .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQoRU7z0di .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQoRU7z0di .nav-link {
  position: relative;
}
.cid-uQoRU7z0di .container {
  display: flex;
  margin: auto;
}
.cid-uQoRU7z0di .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQoRU7z0di .dropdown-menu,
.cid-uQoRU7z0di .navbar.opened {
  background: #074e4d !important;
}
.cid-uQoRU7z0di .nav-item:focus,
.cid-uQoRU7z0di .nav-link:focus {
  outline: none;
}
.cid-uQoRU7z0di .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQoRU7z0di .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQoRU7z0di .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQoRU7z0di .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQoRU7z0di .collapsed ul {
  width: 100%;
}
.cid-uQoRU7z0di .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uQoRU7z0di .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQoRU7z0di .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQoRU7z0di ul {
  counter-reset: counter;
}
.cid-uQoRU7z0di ul li a.nav-link {
  height: 100px;
}
.cid-uQoRU7z0di ul li.nav-item {
  width: 140px;
}
.cid-uQoRU7z0di ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uQoRU7z0di ul {
    margin: auto;
  }
}
.cid-uQoRU7z0di .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uQoRU7z0di .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uQoRU7z0di .navbar.opened {
  transition: all 0.3s;
}
.cid-uQoRU7z0di .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQoRU7z0di .navbar .navbar-logo img {
  width: auto;
}
.cid-uQoRU7z0di .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQoRU7z0di .navbar.collapsed {
  justify-content: center;
}
.cid-uQoRU7z0di .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQoRU7z0di .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQoRU7z0di .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQoRU7z0di .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQoRU7z0di .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQoRU7z0di .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-uQoRU7z0di .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQoRU7z0di .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQoRU7z0di .navbar ul {
    width: 100%;
  }
  .cid-uQoRU7z0di .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uQoRU7z0di .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQoRU7z0di .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQoRU7z0di .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQoRU7z0di .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQoRU7z0di .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-uQoRU7z0di .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQoRU7z0di .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQoRU7z0di .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQoRU7z0di .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQoRU7z0di .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uQoRU7z0di .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQoRU7z0di .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQoRU7z0di .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQoRU7z0di .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQoRU7z0di .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQoRU7z0di .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQoRU7z0di .dropdown-item.active,
.cid-uQoRU7z0di .dropdown-item:active {
  background-color: transparent;
}
.cid-uQoRU7z0di .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQoRU7z0di .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQoRU7z0di .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQoRU7z0di .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uQoRU7z0di .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQoRU7z0di .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQoRU7z0di ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQoRU7z0di .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQoRU7z0di button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQoRU7z0di button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQoRU7z0di button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQoRU7z0di button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQoRU7z0di button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQoRU7z0di button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQoRU7z0di nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQoRU7z0di nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQoRU7z0di nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQoRU7z0di nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQoRU7z0di .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQoRU7z0di a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQoRU7z0di .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQoRU7z0di .navbar {
    height: 70px;
  }
  .cid-uQoRU7z0di .navbar.opened {
    height: auto;
  }
  .cid-uQoRU7z0di .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQoRU85IVD {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #e6f1e9;
}
.cid-uQoRU85IVD .mbr-text {
  color: #55635e;
}
.cid-uQoRU85IVD .mbr-section-subtitle {
  color: #000000;
}
.cid-uQoRU85IVD .mbr-section-title {
  color: #1f6463;
}
.cid-uQoRU8n3jS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uQoRU8n3jS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQoRU8n3jS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQoRU8n3jS .row {
  justify-content: center;
}
.cid-uQoRU8n3jS .card {
  justify-content: flex-end;
}
.cid-uQoRU8n3jS .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQoRU8n3jS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQoRU8n3jS .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uQoRU8n3jS .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uQoRU8n3jS .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uQoRU8n3jS .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQoRU8n3jS .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQoRU8n3jS .mbr-section-btn .btn::after,
.cid-uQoRU8n3jS .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uQoRU8n3jS .mbr-section-btn .btn:hover,
.cid-uQoRU8n3jS .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQoRU8n3jS .mbr-section-btn .btn:hover::after,
.cid-uQoRU8n3jS .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uQoRU8n3jS .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQoRU8n3jS .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uQoRU8n3jS .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uQoRU8n3jS .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQoRU8n3jS .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uQoRU8n3jS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQoRU8n3jS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uQoRU8n3jS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uQoRU8n3jS .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQoRU8n3jS .mbr-copy {
    padding: 20px;
  }
}
.cid-uQoRU8n3jS .mbr-section-title {
  color: #ffffff;
}
.cid-uQoRU8n3jS .nav-title {
  color: #9fe870;
}
.cid-uQoRU8n3jS .list {
  color: #ffffff;
}
.cid-uQoRU8n3jS .list,
.cid-uQoRU8n3jS .item-wrap {
  color: #9fe870;
}
.cid-uQuTmOpN8U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQuTmOpN8U nav.navbar {
  position: fixed;
}
.cid-uQuTmOpN8U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQuTmOpN8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQuTmOpN8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQuTmOpN8U .dropdown-item:hover,
.cid-uQuTmOpN8U .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uQuTmOpN8U .dropdown-item:hover span {
  color: white;
}
.cid-uQuTmOpN8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQuTmOpN8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQuTmOpN8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQuTmOpN8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQuTmOpN8U .nav-link {
  position: relative;
}
.cid-uQuTmOpN8U .container {
  display: flex;
  margin: auto;
}
.cid-uQuTmOpN8U .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQuTmOpN8U .dropdown-menu,
.cid-uQuTmOpN8U .navbar.opened {
  background: #074e4d !important;
}
.cid-uQuTmOpN8U .nav-item:focus,
.cid-uQuTmOpN8U .nav-link:focus {
  outline: none;
}
.cid-uQuTmOpN8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQuTmOpN8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQuTmOpN8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQuTmOpN8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQuTmOpN8U .collapsed ul {
  width: 100%;
}
.cid-uQuTmOpN8U .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uQuTmOpN8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQuTmOpN8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQuTmOpN8U ul {
  counter-reset: counter;
}
.cid-uQuTmOpN8U ul li a.nav-link {
  height: 100px;
}
.cid-uQuTmOpN8U ul li.nav-item {
  width: 140px;
}
.cid-uQuTmOpN8U ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uQuTmOpN8U ul {
    margin: auto;
  }
}
.cid-uQuTmOpN8U .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uQuTmOpN8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uQuTmOpN8U .navbar.opened {
  transition: all 0.3s;
}
.cid-uQuTmOpN8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQuTmOpN8U .navbar .navbar-logo img {
  width: auto;
}
.cid-uQuTmOpN8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQuTmOpN8U .navbar.collapsed {
  justify-content: center;
}
.cid-uQuTmOpN8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQuTmOpN8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQuTmOpN8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQuTmOpN8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQuTmOpN8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQuTmOpN8U .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-uQuTmOpN8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQuTmOpN8U .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQuTmOpN8U .navbar ul {
    width: 100%;
  }
  .cid-uQuTmOpN8U .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uQuTmOpN8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQuTmOpN8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQuTmOpN8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQuTmOpN8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQuTmOpN8U .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-uQuTmOpN8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQuTmOpN8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQuTmOpN8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQuTmOpN8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQuTmOpN8U .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uQuTmOpN8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQuTmOpN8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQuTmOpN8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQuTmOpN8U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQuTmOpN8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQuTmOpN8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQuTmOpN8U .dropdown-item.active,
.cid-uQuTmOpN8U .dropdown-item:active {
  background-color: transparent;
}
.cid-uQuTmOpN8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQuTmOpN8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQuTmOpN8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQuTmOpN8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uQuTmOpN8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQuTmOpN8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQuTmOpN8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQuTmOpN8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQuTmOpN8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQuTmOpN8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQuTmOpN8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQuTmOpN8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQuTmOpN8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQuTmOpN8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQuTmOpN8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQuTmOpN8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQuTmOpN8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQuTmOpN8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQuTmOpN8U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQuTmOpN8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQuTmOpN8U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQuTmOpN8U .navbar {
    height: 70px;
  }
  .cid-uQuTmOpN8U .navbar.opened {
    height: auto;
  }
  .cid-uQuTmOpN8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQuTmOL8Wu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #65847f;
}
.cid-uQuTmOL8Wu .content__block {
  padding: 50px 15px;
}
.cid-uQuTmOL8Wu .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #8ec044;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uQuTmOL8Wu .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8dd168;
}
.cid-uQuTmOL8Wu .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uQuTmOL8Wu .image {
  perspective: 3500px;
  position: relative;
}
.cid-uQuTmOL8Wu .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uQuTmOL8Wu .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQuTmOL8Wu .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uQuTmOL8Wu .mbr-section-btn .btn-white-outline:hover {
  color: #8ec044 !important;
}
@media (max-width: 991px) {
  .cid-uQuTmOL8Wu .content__block {
    padding: 30px 15px;
  }
  .cid-uQuTmOL8Wu .mbr-figure {
    padding: 0;
  }
  .cid-uQuTmOL8Wu .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(101, 132, 127, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uQuTmOL8Wu .lg-push {
    right: 13%;
  }
  .cid-uQuTmOL8Wu .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uQuTmOL8Wu .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uQuTmOL8Wu .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uQuTmOL8Wu .mbr-text,
.cid-uQuTmOL8Wu .mbr-section-btn {
  color: #ffffff;
}
.cid-uQuTmP1Lbw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/iko-logofranja-1500x132.jpg");
}
.cid-uQuTmP1Lbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmP1Lbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQuTmPl1DC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
}
.cid-uQuTmPl1DC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmPl1DC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQuTmPl1DC .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #becdc2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uQuTmPl1DC .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uQuTmPl1DC .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQuTmPl1DC .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uQuTmPl1DC .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQuTmPl1DC .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQuTmPl1DC .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQuTmPl1DC .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uQuTmPl1DC .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #edefeb;
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uQuTmPl1DC .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #1f6463;
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #1f6463;
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQuTmPl1DC .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uQuTmPl1DC .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQuTmPl1DC .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uQuTmPl1DC .panel-title-edit {
  color: #1f6463;
}
.cid-uQuTmPl1DC .panel-text {
  color: #d7d2d2;
}
.cid-uQuTmPl1DC .panel-text,
.cid-uQuTmPl1DC .panel-body {
  color: #55635e;
}
.cid-uQuTmPMMJs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uQuTmPMMJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmPMMJs .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-uQuTmPMMJs .container {
    padding: 0 22px;
  }
}
.cid-uQuTmPMMJs .row {
  justify-content: center;
}
.cid-uQuTmPMMJs .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQuTmPMMJs .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQuTmPMMJs .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uQuTmPMMJs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQuTmPMMJs .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uQuTmPMMJs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQuTmPMMJs .mbr-section-title {
  color: #ffffff;
}
.cid-uQuTmPMMJs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQuTmPMMJs .mbr-section-title,
.cid-uQuTmPMMJs .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uQuTmQ5Ii0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQuTmQ5Ii0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmQ5Ii0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQuTmQ5Ii0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQuTmQ5Ii0 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQuTmQ5Ii0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQuTmQ5Ii0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQuTmQ5Ii0 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQuTmQ5Ii0 .item {
    margin-bottom: 28px;
  }
}
.cid-uQuTmQ5Ii0 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQuTmQ5Ii0 .item .item-wrapper:hover,
.cid-uQuTmQ5Ii0 .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uQuTmQ5Ii0 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uQuTmQ5Ii0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQuTmQ5Ii0 .item-title {
  color: #9aa0a6;
}
.cid-uQuTmQ5Ii0 .item-text {
  color: #55635e;
}
.cid-uQuTmQ5Ii0 .item-date {
  color: #65847f;
}
.cid-uQuTmQ5Ii0 .mbr-section-title,
.cid-uQuTmQ5Ii0 .mbr-section-btn {
  text-align: center;
}
.cid-uQuTmQ5Ii0 .item-title,
.cid-uQuTmQ5Ii0 .icon-wrapper {
  color: #1f6463;
}
.cid-uQuTmQGe8e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uQuTmQGe8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmQGe8e .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-uQuTmQGe8e .container {
    padding: 0 22px;
  }
}
.cid-uQuTmQGe8e .row {
  justify-content: center;
}
.cid-uQuTmQGe8e .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQuTmQGe8e .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQuTmQGe8e .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uQuTmQGe8e .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQuTmQGe8e .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uQuTmQGe8e .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQuTmQGe8e .mbr-section-title {
  color: #ffffff;
}
.cid-uQuTmQGe8e .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQuTmQGe8e .mbr-section-title,
.cid-uQuTmQGe8e .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uQuTmR0GvN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQuTmR0GvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmR0GvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQuTmR0GvN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQuTmR0GvN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQuTmR0GvN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQuTmR0GvN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQuTmR0GvN .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQuTmR0GvN .item {
    margin-bottom: 28px;
  }
}
.cid-uQuTmR0GvN .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQuTmR0GvN .item .item-wrapper:hover,
.cid-uQuTmR0GvN .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uQuTmR0GvN .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uQuTmR0GvN .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uQuTmR0GvN .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uQuTmR0GvN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQuTmR0GvN .item-title {
  color: #9aa0a6;
}
.cid-uQuTmR0GvN .item-text {
  color: #55635e;
}
.cid-uQuTmR0GvN .item-date {
  color: #65847f;
}
.cid-uQuTmR0GvN .mbr-section-title,
.cid-uQuTmR0GvN .mbr-section-btn {
  text-align: center;
}
.cid-uQuTmR0GvN .item-title,
.cid-uQuTmR0GvN .icon-wrapper {
  color: #1f6463;
}
.cid-uQuTmRx5n4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65847f;
}
.cid-uQuTmRx5n4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmRx5n4 .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-uQuTmRx5n4 .container {
    padding: 0 22px;
  }
}
.cid-uQuTmRx5n4 .row {
  justify-content: center;
}
.cid-uQuTmRx5n4 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQuTmRx5n4 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQuTmRx5n4 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9fe870;
}
.cid-uQuTmRx5n4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQuTmRx5n4 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #9fe870;
}
.cid-uQuTmRx5n4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQuTmRx5n4 .mbr-section-title {
  color: #ffffff;
}
.cid-uQuTmRx5n4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQuTmRx5n4 .mbr-section-title,
.cid-uQuTmRx5n4 .icon-wrapper {
  text-align: center;
  color: #e6f1e9;
}
.cid-uQuTmRUPgI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uQuTmRUPgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmRUPgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQuTmRUPgI .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQuTmRUPgI .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQuTmRUPgI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQuTmRUPgI .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQuTmRUPgI .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQuTmRUPgI .item {
    margin-bottom: 28px;
  }
}
.cid-uQuTmRUPgI .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQuTmRUPgI .item .item-wrapper:hover,
.cid-uQuTmRUPgI .item .item-wrapper:focus {
  border: 2px solid #becdc2;
  background-color: #becdc2;
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap {
  border: 1px solid #becdc2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uQuTmRUPgI .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uQuTmRUPgI .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uQuTmRUPgI .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #8ec044;
}
.cid-uQuTmRUPgI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQuTmRUPgI .item-title {
  color: #9aa0a6;
}
.cid-uQuTmRUPgI .item-text {
  color: #55635e;
}
.cid-uQuTmRUPgI .item-date {
  color: #65847f;
}
.cid-uQuTmRUPgI .mbr-section-title,
.cid-uQuTmRUPgI .mbr-section-btn {
  text-align: center;
}
.cid-uQuTmRUPgI .item-title,
.cid-uQuTmRUPgI .icon-wrapper {
  color: #1f6463;
}
.cid-uQuTmT8d2s {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #65847f;
}
.cid-uQuTmT8d2s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uQuTmT8d2s .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQuTmT8d2s .embla__slide .slide-content {
  width: 100%;
}
.cid-uQuTmT8d2s .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uQuTmT8d2s .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQuTmT8d2s .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQuTmT8d2s .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uQuTmT8d2s .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uQuTmT8d2s .embla__button--next,
.cid-uQuTmT8d2s .embla__button--prev {
  display: flex;
}
.cid-uQuTmT8d2s .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #8ec044 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uQuTmT8d2s .embla__button:hover {
  opacity: .7 !important;
}
.cid-uQuTmT8d2s .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uQuTmT8d2s .embla__button.embla__button--next {
  right: 0;
}
.cid-uQuTmT8d2s .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uQuTmT8d2s .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uQuTmT8d2s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQuTmT8d2s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQuTmT8d2s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQuTmT8d2s .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQuTmT8d2s .item-desc {
  color: #e6f1e9;
}
.cid-uQuTmTKQbj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uQuTmTKQbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuTmTKQbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQuTmTKQbj .row {
  justify-content: center;
}
.cid-uQuTmTKQbj .card {
  justify-content: flex-end;
}
.cid-uQuTmTKQbj .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQuTmTKQbj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQuTmTKQbj .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uQuTmTKQbj .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uQuTmTKQbj .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uQuTmTKQbj .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQuTmTKQbj .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQuTmTKQbj .mbr-section-btn .btn::after,
.cid-uQuTmTKQbj .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uQuTmTKQbj .mbr-section-btn .btn:hover,
.cid-uQuTmTKQbj .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQuTmTKQbj .mbr-section-btn .btn:hover::after,
.cid-uQuTmTKQbj .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uQuTmTKQbj .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQuTmTKQbj .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uQuTmTKQbj .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uQuTmTKQbj .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQuTmTKQbj .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uQuTmTKQbj .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQuTmTKQbj .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uQuTmTKQbj .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uQuTmTKQbj .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQuTmTKQbj .mbr-copy {
    padding: 20px;
  }
}
.cid-uQuTmTKQbj .mbr-section-title {
  color: #ffffff;
}
.cid-uQuTmTKQbj .nav-title {
  color: #9fe870;
}
.cid-uQuTmTKQbj .list {
  color: #ffffff;
}
.cid-uQuTmTKQbj .list,
.cid-uQuTmTKQbj .item-wrap {
  color: #9fe870;
}
.cid-uRHYc24xuR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRHYc24xuR nav.navbar {
  position: fixed;
}
.cid-uRHYc24xuR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHYc24xuR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRHYc24xuR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRHYc24xuR .dropdown-item:hover,
.cid-uRHYc24xuR .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-uRHYc24xuR .dropdown-item:hover span {
  color: white;
}
.cid-uRHYc24xuR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRHYc24xuR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRHYc24xuR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRHYc24xuR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRHYc24xuR .nav-link {
  position: relative;
}
.cid-uRHYc24xuR .container {
  display: flex;
  margin: auto;
}
.cid-uRHYc24xuR .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRHYc24xuR .dropdown-menu,
.cid-uRHYc24xuR .navbar.opened {
  background: #074e4d !important;
}
.cid-uRHYc24xuR .nav-item:focus,
.cid-uRHYc24xuR .nav-link:focus {
  outline: none;
}
.cid-uRHYc24xuR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRHYc24xuR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRHYc24xuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRHYc24xuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHYc24xuR .collapsed ul {
  width: 100%;
}
.cid-uRHYc24xuR .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uRHYc24xuR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRHYc24xuR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRHYc24xuR ul {
  counter-reset: counter;
}
.cid-uRHYc24xuR ul li a.nav-link {
  height: 100px;
}
.cid-uRHYc24xuR ul li.nav-item {
  width: 140px;
}
.cid-uRHYc24xuR ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uRHYc24xuR ul {
    margin: auto;
  }
}
.cid-uRHYc24xuR .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uRHYc24xuR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-uRHYc24xuR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRHYc24xuR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRHYc24xuR .navbar .navbar-logo img {
  width: auto;
}
.cid-uRHYc24xuR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRHYc24xuR .navbar.collapsed {
  justify-content: center;
}
.cid-uRHYc24xuR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRHYc24xuR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRHYc24xuR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uRHYc24xuR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRHYc24xuR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRHYc24xuR .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-uRHYc24xuR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRHYc24xuR .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uRHYc24xuR .navbar ul {
    width: 100%;
  }
  .cid-uRHYc24xuR .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uRHYc24xuR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRHYc24xuR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRHYc24xuR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRHYc24xuR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRHYc24xuR .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-uRHYc24xuR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRHYc24xuR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRHYc24xuR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRHYc24xuR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRHYc24xuR .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uRHYc24xuR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRHYc24xuR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRHYc24xuR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRHYc24xuR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRHYc24xuR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRHYc24xuR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRHYc24xuR .dropdown-item.active,
.cid-uRHYc24xuR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRHYc24xuR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRHYc24xuR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRHYc24xuR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRHYc24xuR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-uRHYc24xuR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRHYc24xuR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRHYc24xuR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRHYc24xuR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRHYc24xuR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRHYc24xuR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRHYc24xuR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRHYc24xuR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRHYc24xuR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRHYc24xuR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRHYc24xuR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHYc24xuR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRHYc24xuR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRHYc24xuR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHYc24xuR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRHYc24xuR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHYc24xuR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRHYc24xuR .navbar {
    height: 70px;
  }
  .cid-uRHYc24xuR .navbar.opened {
    height: auto;
  }
  .cid-uRHYc24xuR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRHYc2sT69 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c3d7d3;
}
.cid-uRHYc2sT69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHYc2sT69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHYc2sT69 .container-fluid {
  padding: 0;
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uRHYc2sT69 .container-fluid {
    padding: 0;
  }
}
.cid-uRHYc2sT69 .container {
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uRHYc2sT69 .container {
    padding: 0 28px;
  }
}
.cid-uRHYc2sT69 .row {
  margin: -1px 0 0 0;
}
.cid-uRHYc2sT69 .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uRHYc2sT69 .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uRHYc2sT69 .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRHYc2sT69 .card {
    padding: 20px;
  }
}
.cid-uRHYc2sT69 .card:first-child {
  border-right: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-uRHYc2sT69 .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #8ec044;
  }
}
.cid-uRHYc2sT69 .card:last-child {
  border-right: none;
}
.cid-uRHYc2sT69 .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-uRHYc2sT69 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRHYc2sT69 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRHYc2sT69 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRHYc2sT69 .mbr-section-title {
  color: #000000;
}
.cid-uRHYc2sT69 .mbr-text {
  color: #65847f;
  text-align: left;
}
.cid-uRHYc2sT69 .mbr-section-title,
.cid-uRHYc2sT69 .mbr-section-btn {
  text-align: left;
  color: #1f6463;
}
.cid-uRHYc2HHpf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6f1e9;
}
.cid-uRHYc2HHpf .mbr-text {
  color: #55635e;
}
.cid-uRHYc2HHpf .mbr-section-subtitle {
  color: #000000;
}
.cid-uRHYc2HHpf .mbr-section-title {
  color: #000000;
}
.cid-uRHYc2ZGnB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uRHYc2ZGnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHYc2ZGnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHYc2ZGnB .row {
  justify-content: center;
}
.cid-uRHYc2ZGnB .card {
  justify-content: flex-end;
}
.cid-uRHYc2ZGnB .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRHYc2ZGnB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRHYc2ZGnB .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uRHYc2ZGnB .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uRHYc2ZGnB .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-uRHYc2ZGnB .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRHYc2ZGnB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRHYc2ZGnB .mbr-section-btn .btn::after,
.cid-uRHYc2ZGnB .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-uRHYc2ZGnB .mbr-section-btn .btn:hover,
.cid-uRHYc2ZGnB .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uRHYc2ZGnB .mbr-section-btn .btn:hover::after,
.cid-uRHYc2ZGnB .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-uRHYc2ZGnB .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRHYc2ZGnB .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uRHYc2ZGnB .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uRHYc2ZGnB .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRHYc2ZGnB .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uRHYc2ZGnB .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRHYc2ZGnB .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uRHYc2ZGnB .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uRHYc2ZGnB .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRHYc2ZGnB .mbr-copy {
    padding: 20px;
  }
}
.cid-uRHYc2ZGnB .mbr-section-title {
  color: #ffffff;
}
.cid-uRHYc2ZGnB .nav-title {
  color: #9fe870;
}
.cid-uRHYc2ZGnB .list {
  color: #ffffff;
}
.cid-uRHYc2ZGnB .list,
.cid-uRHYc2ZGnB .item-wrap {
  color: #9fe870;
}
.cid-v8NiHLrNj5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8NiHLrNj5 nav.navbar {
  position: fixed;
}
.cid-v8NiHLrNj5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8NiHLrNj5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8NiHLrNj5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8NiHLrNj5 .dropdown-item:hover,
.cid-v8NiHLrNj5 .dropdown-item:focus {
  background: #8ec044 !important;
  color: white !important;
}
.cid-v8NiHLrNj5 .dropdown-item:hover span {
  color: white;
}
.cid-v8NiHLrNj5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8NiHLrNj5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8NiHLrNj5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8NiHLrNj5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8NiHLrNj5 .nav-link {
  position: relative;
}
.cid-v8NiHLrNj5 .container {
  display: flex;
  margin: auto;
}
.cid-v8NiHLrNj5 .iconfont-wrapper {
  color: #8ec044 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8NiHLrNj5 .dropdown-menu,
.cid-v8NiHLrNj5 .navbar.opened {
  background: #074e4d !important;
}
.cid-v8NiHLrNj5 .nav-item:focus,
.cid-v8NiHLrNj5 .nav-link:focus {
  outline: none;
}
.cid-v8NiHLrNj5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8NiHLrNj5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8NiHLrNj5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8NiHLrNj5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8NiHLrNj5 .collapsed ul {
  width: 100%;
}
.cid-v8NiHLrNj5 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-v8NiHLrNj5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8NiHLrNj5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8NiHLrNj5 ul {
  counter-reset: counter;
}
.cid-v8NiHLrNj5 ul li a.nav-link {
  height: 100px;
}
.cid-v8NiHLrNj5 ul li.nav-item {
  width: 140px;
}
.cid-v8NiHLrNj5 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-v8NiHLrNj5 ul {
    margin: auto;
  }
}
.cid-v8NiHLrNj5 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #9fe870;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-v8NiHLrNj5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074e4d;
}
.cid-v8NiHLrNj5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8NiHLrNj5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8NiHLrNj5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v8NiHLrNj5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8NiHLrNj5 .navbar.collapsed {
  justify-content: center;
}
.cid-v8NiHLrNj5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8NiHLrNj5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8NiHLrNj5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v8NiHLrNj5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8NiHLrNj5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8NiHLrNj5 .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-v8NiHLrNj5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8NiHLrNj5 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v8NiHLrNj5 .navbar ul {
    width: 100%;
  }
  .cid-v8NiHLrNj5 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-v8NiHLrNj5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8NiHLrNj5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8NiHLrNj5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8NiHLrNj5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8NiHLrNj5 .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-v8NiHLrNj5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8NiHLrNj5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8NiHLrNj5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8NiHLrNj5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8NiHLrNj5 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-v8NiHLrNj5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8NiHLrNj5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8NiHLrNj5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8NiHLrNj5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8NiHLrNj5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8NiHLrNj5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8NiHLrNj5 .dropdown-item.active,
.cid-v8NiHLrNj5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8NiHLrNj5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8NiHLrNj5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8NiHLrNj5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8NiHLrNj5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074e4d;
}
.cid-v8NiHLrNj5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8NiHLrNj5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8NiHLrNj5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8NiHLrNj5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8NiHLrNj5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8NiHLrNj5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8NiHLrNj5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8NiHLrNj5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8NiHLrNj5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8NiHLrNj5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8NiHLrNj5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8NiHLrNj5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8NiHLrNj5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8NiHLrNj5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8NiHLrNj5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8NiHLrNj5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8NiHLrNj5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8NiHLrNj5 .navbar {
    height: 70px;
  }
  .cid-v8NiHLrNj5 .navbar.opened {
    height: auto;
  }
  .cid-v8NiHLrNj5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8NiHLLlZY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c3d7d3;
}
.cid-v8NiHLLlZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8NiHLLlZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8NiHLLlZY .container-fluid {
  padding: 0;
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-v8NiHLLlZY .container-fluid {
    padding: 0;
  }
}
.cid-v8NiHLLlZY .container {
  border-top: 1px solid #8ec044;
  border-bottom: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-v8NiHLLlZY .container {
    padding: 0 28px;
  }
}
.cid-v8NiHLLlZY .row {
  margin: -1px 0 0 0;
}
.cid-v8NiHLLlZY .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v8NiHLLlZY .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-v8NiHLLlZY .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v8NiHLLlZY .card {
    padding: 20px;
  }
}
.cid-v8NiHLLlZY .card:first-child {
  border-right: 1px solid #8ec044;
}
@media (max-width: 992px) {
  .cid-v8NiHLLlZY .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #8ec044;
  }
}
.cid-v8NiHLLlZY .card:last-child {
  border-right: none;
}
.cid-v8NiHLLlZY .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-v8NiHLLlZY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v8NiHLLlZY .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v8NiHLLlZY .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-v8NiHLLlZY .mbr-section-title {
  color: #000000;
}
.cid-v8NiHLLlZY .mbr-text {
  color: #65847f;
  text-align: left;
}
.cid-v8NiHLLlZY .mbr-section-title,
.cid-v8NiHLLlZY .mbr-section-btn {
  text-align: left;
  color: #1f6463;
}
.cid-v8NiHM1THf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6f1e9;
}
.cid-v8NiHM1THf .mbr-text {
  color: #55635e;
}
.cid-v8NiHM1THf .mbr-section-subtitle {
  color: #000000;
}
.cid-v8NiHM1THf .mbr-section-title {
  color: #000000;
}
.cid-v8NiHMf589 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-v8NiHMf589 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8NiHMf589 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8NiHMf589 .row {
  justify-content: center;
}
.cid-v8NiHMf589 .card {
  justify-content: flex-end;
}
.cid-v8NiHMf589 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8NiHMf589 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8NiHMf589 .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-v8NiHMf589 .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-v8NiHMf589 .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8ec044, #9fe870);
  margin-bottom: 0;
}
.cid-v8NiHMf589 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v8NiHMf589 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8NiHMf589 .mbr-section-btn .btn::after,
.cid-v8NiHMf589 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
}
.cid-v8NiHMf589 .mbr-section-btn .btn:hover,
.cid-v8NiHMf589 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v8NiHMf589 .mbr-section-btn .btn:hover::after,
.cid-v8NiHMf589 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #8ec044, #c3d7d3 150%);
  opacity: 1;
}
.cid-v8NiHMf589 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8NiHMf589 .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-v8NiHMf589 .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-v8NiHMf589 .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8NiHMf589 .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-v8NiHMf589 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8NiHMf589 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v8NiHMf589 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-v8NiHMf589 .mbr-copy {
  background-color: #8ec044;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8NiHMf589 .mbr-copy {
    padding: 20px;
  }
}
.cid-v8NiHMf589 .mbr-section-title {
  color: #ffffff;
}
.cid-v8NiHMf589 .nav-title {
  color: #9fe870;
}
.cid-v8NiHMf589 .list {
  color: #ffffff;
}
.cid-v8NiHMf589 .list,
.cid-v8NiHMf589 .item-wrap {
  color: #9fe870;
}
