.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00ad41 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #e43f3f !important;
}
.bg-warning {
  background-color: #023740 !important;
}
.bg-danger {
  background-color: #1f1a31 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00ad41 !important;
  border-color: #00ad41 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #005620 !important;
  border-color: #005620 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #005620 !important;
  border-color: #005620 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #58b791 !important;
  border-color: #58b791 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #388163 !important;
  border-color: #388163 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #388163 !important;
  border-color: #388163 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #023740 !important;
  border-color: #023740 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1f1a31 !important;
  border-color: #1f1a31 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00ad41;
  color: #00ad41;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #005620 !important;
  background-color: transparent!important;
  border-color: #005620 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00ad41 !important;
  border-color: #00ad41 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #58b791;
  color: #58b791;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #388163 !important;
  background-color: transparent!important;
  border-color: #388163 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #58b791 !important;
  border-color: #58b791 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #023740;
  color: #023740;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #023740 !important;
  border-color: #023740 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1f1a31;
  color: #1f1a31;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1a31 !important;
  border-color: #1f1a31 !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: #00ad41 !important;
}
.text-secondary {
  color: #58b791 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #e43f3f !important;
}
.text-warning {
  color: #023740 !important;
}
.text-danger {
  color: #1f1a31 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00471b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #33765b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a61717 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #00ad41;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e43f3f;
}
.alert-warning {
  background-color: #023740;
}
.alert-danger {
  background-color: #1f1a31;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00ad41;
  border-color: #00ad41;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00ad41;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2eff7c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #2fdbf9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d1cce4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00ad41 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #00ad41;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00ad41;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00ad41;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00ad41;
  border-bottom-color: #00ad41;
}
.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: #00ad41 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #58b791 !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='%2300ad41' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tuC40mmOYC .navbar-dropdown {
  position: relative !important;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuC40mmOYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuC40mmOYC .dropdown-item:hover,
.cid-tuC40mmOYC .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-tuC40mmOYC .dropdown-item:hover span {
  color: white;
}
.cid-tuC40mmOYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuC40mmOYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuC40mmOYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuC40mmOYC .nav-link {
  position: relative;
}
.cid-tuC40mmOYC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuC40mmOYC .container {
    flex-wrap: nowrap;
  }
}
.cid-tuC40mmOYC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuC40mmOYC .dropdown-menu,
.cid-tuC40mmOYC .navbar.opened {
  background: #ffffff !important;
}
.cid-tuC40mmOYC .nav-item:focus,
.cid-tuC40mmOYC .nav-link:focus {
  outline: none;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuC40mmOYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuC40mmOYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuC40mmOYC .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: #ffffff;
}
.cid-tuC40mmOYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tuC40mmOYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuC40mmOYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tuC40mmOYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuC40mmOYC .navbar.collapsed {
  justify-content: center;
}
.cid-tuC40mmOYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuC40mmOYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuC40mmOYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuC40mmOYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuC40mmOYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuC40mmOYC .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-tuC40mmOYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuC40mmOYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuC40mmOYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuC40mmOYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuC40mmOYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuC40mmOYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuC40mmOYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuC40mmOYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuC40mmOYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuC40mmOYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuC40mmOYC .dropdown-item.active,
.cid-tuC40mmOYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tuC40mmOYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuC40mmOYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuC40mmOYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuC40mmOYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuC40mmOYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuC40mmOYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuC40mmOYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuC40mmOYC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tuC40mmOYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar {
    height: 70px;
  }
  .cid-tuC40mmOYC .navbar.opened {
    height: auto;
  }
  .cid-tuC40mmOYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfDlX9weiy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vfDlX9weiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDlX9weiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDlX9weiy .mbr-text,
.cid-vfDlX9weiy .mbr-section-btn {
  color: #232323;
}
.cid-vfDlX9weiy .card-title,
.cid-vfDlX9weiy .card-box {
  color: #ffffff;
}
.cid-vfDlX9weiy .mbr-text,
.cid-vfDlX9weiy .link-wrap {
  color: #ffffff;
}
.cid-vfDlRrhvVE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfDlRrhvVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDlRrhvVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDlRrhvVE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vfDlRrhvVE .card {
    margin-bottom: 2rem!important;
  }
  .cid-vfDlRrhvVE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfDlRrhvVE .link-wrap {
    align-items: center;
  }
}
.cid-vfDlRrhvVE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vngUZE6Lj0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-vngUZE6Lj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vngUZE6Lj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vngUZE6Lj0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vngUZE6Lj0 .row {
  flex-direction: row-reverse;
}
.cid-vngUZE6Lj0 img {
  width: 100%;
}
.cid-tuCg8wtQiJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-tuCg8wtQiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuCg8wtQiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuCg8wtQiJ .mbr-section-title {
  color: #ffffff;
}
.cid-ue99cMgqQs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f7f7;
}
.cid-ue99cMgqQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue99cMgqQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue99cMgqQs .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ue99cMgqQs .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ue99cMgqQs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ue99cMgqQs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ue99cMgqQs .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ue99cMgqQs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ue99cMgqQs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue99cMgqQs .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ue99cMgqQs .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue99cMgqQs .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vfDJcwzBsT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vfDJcwzBsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDJcwzBsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDJcwzBsT .mbr-section-title {
  color: #ffffff;
}
.cid-vfDJjSlfJT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfDJjSlfJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDJjSlfJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfDJjSlfJT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfDJjSlfJT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vfDJjSlfJT .text-wrapper {
    padding: 2rem;
  }
}
.cid-vfDJlAjzWT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuChEAIpRc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-tuChEAIpRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuChEAIpRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuChEAIpRc .mbr-section-title {
  color: #ffffff;
}
.cid-veoIB6Q9Kf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veoIB6Q9Kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoIB6Q9Kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veoIB6Q9Kf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veoIB6Q9Kf .row {
  flex-direction: row-reverse;
}
.cid-veoIB6Q9Kf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veoIB6Q9Kf .text-wrapper {
    padding: 2rem;
  }
}
.cid-vfDKAuvjte {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfDKAuvjte .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vfDKAuvjte .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vfDKAuvjte .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #173f5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vfDKtXM9Y7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vfDKtXM9Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDKtXM9Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDKtXM9Y7 .mbr-section-title {
  color: #ffffff;
}
.cid-vmCBxJAHV3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmCBxJAHV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmCBxJAHV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmCBxJAHV3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmCBxJAHV3 .row {
  flex-direction: row-reverse;
}
.cid-vmCBxJAHV3 img {
  width: 100%;
}
.cid-vowKTWmpOX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vowKTWmpOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vowKTWmpOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vowKTWmpOX .mbr-section-title {
  color: #ffffff;
}
.cid-vfDKvrWZE0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfDKvrWZE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDKvrWZE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfDKvrWZE0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfDKvrWZE0 .row {
  flex-direction: row-reverse;
}
.cid-vfDKvrWZE0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vfDKvrWZE0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vowHq5etDr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vowHq5etDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vowHq5etDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vowHq5etDr .mbr-section-title {
  color: #ffffff;
}
.cid-vowHoM1lIQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vowHoM1lIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vowHoM1lIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vowHoM1lIQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vowHoM1lIQ .row {
  flex-direction: row-reverse;
}
.cid-vowHoM1lIQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vowHoM1lIQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vowHoM1lIQ .mbr-text {
  color: #1f1a31;
}
.cid-vowIG02MWW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vowIG02MWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vowIG02MWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vowIG02MWW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vowIG02MWW .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-vowIG02MWW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vowIG02MWW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vowIG02MWW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vowIG02MWW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vowIG02MWW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vowIG02MWW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vowIG02MWW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vowIG02MWW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vowIG02MWW .card-title {
  color: #e43f3f;
}
.cid-uxXZ4Sh71k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-uxXZ4Sh71k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxXZ4Sh71k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxXZ4Sh71k .mbr-section-title {
  color: #ffffff;
}
.cid-upQRdpsIoT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upQRdpsIoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upQRdpsIoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upQRdpsIoT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upQRdpsIoT .row {
  flex-direction: row-reverse;
}
.cid-upQRdpsIoT img {
  width: 100%;
}
.cid-upQRdpsIoT .new-img-css {
  border: 1px solid #e5dfdf;
  border-radius: 10px;
}
.cid-upQOa8YzxR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upQOa8YzxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-upQOa8YzxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upQOa8YzxR .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-upQOa8YzxR .item {
    margin-bottom: 4rem;
  }
}
.cid-upQOa8YzxR .item:last-child .icon-box:before {
  display: none;
}
.cid-upQOa8YzxR .item.last .icon-box:before {
  display: none;
}
.cid-upQOa8YzxR .icon-box {
  background: #173f5d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-upQOa8YzxR .icon-box {
    margin-right: 1rem;
  }
}
.cid-upQOa8YzxR .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #173f5d;
  transform: translate(-50%, 0);
}
.cid-upQOa8YzxR span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upQOa8YzxR .card {
    margin-bottom: 2rem;
  }
  .cid-upQOa8YzxR .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-upQOa8YzxR .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-upQOa8YzxR .icon-box::before {
    top: 114%;
  }
}
.cid-upQOa8YzxR .mbr-text,
.cid-upQOa8YzxR .mbr-section-btn {
  text-align: left;
}
.cid-tuCqjPlGR5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-tuCqjPlGR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuCqjPlGR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuCqjPlGR5 .mbr-text,
.cid-tuCqjPlGR5 .mbr-section-btn {
  color: #232323;
}
.cid-tuCqjPlGR5 .card-title,
.cid-tuCqjPlGR5 .card-box {
  color: #ffffff;
}
.cid-tuCqjPlGR5 .mbr-text,
.cid-tuCqjPlGR5 .link-wrap {
  color: #ffffff;
}
.cid-tuCqjPlGR5 .card-box .mbr-text,
.cid-tuCqjPlGR5 .mbr-section-btn {
  color: #ffffff;
}
.cid-vowKXgkRt9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vowKXgkRt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vowKXgkRt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vowKXgkRt9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vowKXgkRt9 .row {
  flex-direction: row-reverse;
}
.cid-vowKXgkRt9 img {
  width: 100%;
}
.cid-uUpPasWRKi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUpPasWRKi .JCB {
  border: 3px solid #2e2e2e;
  padding: 10px;
  border-radius: 15px;
  background-color: #fdb831;
}
.cid-uUpPasWRKi .WarningBox {
  float: left;
  margin: 5px 70px;
  width: 70px;
  border: 0px solid #2e2e2e;
  padding-top: 2px;
  margin-top: 1px;
}
.cid-uUpPasWRKi .mbr-text {
  color: #000000;
}
.cid-uUpOzPF7TK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-uUpOzPF7TK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpOzPF7TK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpOzPF7TK .mbr-text,
.cid-uUpOzPF7TK .mbr-section-btn {
  color: #232323;
}
.cid-uUpOzPF7TK .card-title,
.cid-uUpOzPF7TK .card-box {
  color: #ffffff;
}
.cid-uUpOzPF7TK .mbr-text,
.cid-uUpOzPF7TK .link-wrap {
  color: #ffffff;
}
.cid-uUpOzPF7TK .card-box .mbr-text,
.cid-uUpOzPF7TK .mbr-section-btn {
  color: #ffffff;
}
.cid-vdbD4xKnLN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdbD4xKnLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbD4xKnLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdbD4xKnLN .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vdbD4xKnLN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdbD4xKnLN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdbD4xKnLN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdbD4xKnLN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vdbD4xKnLN .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vdbD4xKnLN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vdbD4xKnLN .how-to-use {
  border-radius: 10px;
}
.cid-vfDP878RIW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #023740;
}
.cid-vfDP878RIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfDP878RIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfDP878RIW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfDP878RIW .row {
    flex-direction: column-reverse;
  }
  .cid-vfDP878RIW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfDP878RIW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfDP878RIW .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vfDP878RIW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfDP878RIW .card-title {
  color: #ffffff;
}
.cid-vfDP878RIW .mbr-text,
.cid-vfDP878RIW .mbr-section-btn {
  color: #ffffff;
}
.cid-tuGqp1GGTG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuGqp1GGTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuGqp1GGTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuGqp1GGTG .mbr-section-title {
  color: #000000;
}
.cid-tuGq3pHSMA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuGq3pHSMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuGq3pHSMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuGq3pHSMA .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00ad41;
  margin-left: 1rem;
}
.cid-tuGq3pHSMA .panel-group {
  border: none;
}
.cid-tuGq3pHSMA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tuGq3pHSMA .panel-body,
.cid-tuGq3pHSMA .card-header {
  padding: 1rem 0;
}
.cid-tuGq3pHSMA .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-tuGq3pHSMA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tuGq3pHSMA .panel-title-edit P {
  text-align: justify;
}
.cid-tuGq3pHSMA .panel-text {
  text-align: justify;
}
.cid-tuGq3pHSMA .panel-title-edit DIV {
  text-align: left;
}
.cid-tuGrBFI6wj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b4d3d9;
}
.cid-tuGrBFI6wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuGrBFI6wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuGrBFI6wj .mbr-section-title {
  color: #232323;
}
.cid-tuGrYQZPWh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b4d3d9;
}
.cid-tuGrYQZPWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuGrYQZPWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuGrYQZPWh .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuGrYQZPWh .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tuGrYQZPWh .mbr-section-title {
  color: #232323;
}
.cid-tuGrYQZPWh .mbr-text,
.cid-tuGrYQZPWh .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uqvdnGSVwj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-uqvdnGSVwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvdnGSVwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvdnGSVwj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqvdnGSVwj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vfDN4srX6W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfDN4srX6W .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vfDN4srX6W .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vfDN4srX6W .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #173f5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-veoRE9PDav {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-veoRE9PDav .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veoRE9PDav .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veoRE9PDav .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veoRE9PDav .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veoRE9PDav .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veoRE9PDav .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veoRE9PDav .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veoRE9PDav .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veoRE9PDav .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veoRE9PDav .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veoRE9PDav .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veoRE9PDav .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veoRE9PDav .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veoRE9PDav .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tuC40mmOYC .navbar-dropdown {
  position: relative !important;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuC40mmOYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuC40mmOYC .dropdown-item:hover,
.cid-tuC40mmOYC .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-tuC40mmOYC .dropdown-item:hover span {
  color: white;
}
.cid-tuC40mmOYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuC40mmOYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuC40mmOYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuC40mmOYC .nav-link {
  position: relative;
}
.cid-tuC40mmOYC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuC40mmOYC .container {
    flex-wrap: nowrap;
  }
}
.cid-tuC40mmOYC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuC40mmOYC .dropdown-menu,
.cid-tuC40mmOYC .navbar.opened {
  background: #ffffff !important;
}
.cid-tuC40mmOYC .nav-item:focus,
.cid-tuC40mmOYC .nav-link:focus {
  outline: none;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuC40mmOYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuC40mmOYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuC40mmOYC .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: #ffffff;
}
.cid-tuC40mmOYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tuC40mmOYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuC40mmOYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tuC40mmOYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuC40mmOYC .navbar.collapsed {
  justify-content: center;
}
.cid-tuC40mmOYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuC40mmOYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuC40mmOYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuC40mmOYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuC40mmOYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuC40mmOYC .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-tuC40mmOYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuC40mmOYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuC40mmOYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuC40mmOYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuC40mmOYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuC40mmOYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuC40mmOYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuC40mmOYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuC40mmOYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuC40mmOYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuC40mmOYC .dropdown-item.active,
.cid-tuC40mmOYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tuC40mmOYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuC40mmOYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuC40mmOYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuC40mmOYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuC40mmOYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuC40mmOYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuC40mmOYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuC40mmOYC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tuC40mmOYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar {
    height: 70px;
  }
  .cid-tuC40mmOYC .navbar.opened {
    height: auto;
  }
  .cid-tuC40mmOYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuGDhnDqnm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veoRE9PDav {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-veoRE9PDav .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veoRE9PDav .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veoRE9PDav .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veoRE9PDav .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veoRE9PDav .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veoRE9PDav .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veoRE9PDav .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veoRE9PDav .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veoRE9PDav .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veoRE9PDav .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veoRE9PDav .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veoRE9PDav .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veoRE9PDav .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veoRE9PDav .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tuC40mmOYC .navbar-dropdown {
  position: relative !important;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuC40mmOYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuC40mmOYC .dropdown-item:hover,
.cid-tuC40mmOYC .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-tuC40mmOYC .dropdown-item:hover span {
  color: white;
}
.cid-tuC40mmOYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuC40mmOYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuC40mmOYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuC40mmOYC .nav-link {
  position: relative;
}
.cid-tuC40mmOYC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuC40mmOYC .container {
    flex-wrap: nowrap;
  }
}
.cid-tuC40mmOYC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuC40mmOYC .dropdown-menu,
.cid-tuC40mmOYC .navbar.opened {
  background: #ffffff !important;
}
.cid-tuC40mmOYC .nav-item:focus,
.cid-tuC40mmOYC .nav-link:focus {
  outline: none;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuC40mmOYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuC40mmOYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuC40mmOYC .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: #ffffff;
}
.cid-tuC40mmOYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tuC40mmOYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuC40mmOYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tuC40mmOYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuC40mmOYC .navbar.collapsed {
  justify-content: center;
}
.cid-tuC40mmOYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuC40mmOYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuC40mmOYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuC40mmOYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuC40mmOYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuC40mmOYC .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-tuC40mmOYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuC40mmOYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuC40mmOYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuC40mmOYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuC40mmOYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuC40mmOYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuC40mmOYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuC40mmOYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuC40mmOYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuC40mmOYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuC40mmOYC .dropdown-item.active,
.cid-tuC40mmOYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tuC40mmOYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuC40mmOYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuC40mmOYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuC40mmOYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuC40mmOYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuC40mmOYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuC40mmOYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuC40mmOYC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tuC40mmOYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar {
    height: 70px;
  }
  .cid-tuC40mmOYC .navbar.opened {
    height: auto;
  }
  .cid-tuC40mmOYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuGCGWuZgg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veoRE9PDav {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-veoRE9PDav .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veoRE9PDav .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veoRE9PDav .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veoRE9PDav .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veoRE9PDav .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veoRE9PDav .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veoRE9PDav .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veoRE9PDav .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veoRE9PDav .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veoRE9PDav .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veoRE9PDav .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veoRE9PDav .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veoRE9PDav .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veoRE9PDav .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tuC40mmOYC .navbar-dropdown {
  position: relative !important;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuC40mmOYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuC40mmOYC .dropdown-item:hover,
.cid-tuC40mmOYC .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-tuC40mmOYC .dropdown-item:hover span {
  color: white;
}
.cid-tuC40mmOYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuC40mmOYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuC40mmOYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuC40mmOYC .nav-link {
  position: relative;
}
.cid-tuC40mmOYC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuC40mmOYC .container {
    flex-wrap: nowrap;
  }
}
.cid-tuC40mmOYC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuC40mmOYC .dropdown-menu,
.cid-tuC40mmOYC .navbar.opened {
  background: #ffffff !important;
}
.cid-tuC40mmOYC .nav-item:focus,
.cid-tuC40mmOYC .nav-link:focus {
  outline: none;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuC40mmOYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuC40mmOYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuC40mmOYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuC40mmOYC .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: #ffffff;
}
.cid-tuC40mmOYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tuC40mmOYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuC40mmOYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tuC40mmOYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuC40mmOYC .navbar.collapsed {
  justify-content: center;
}
.cid-tuC40mmOYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuC40mmOYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuC40mmOYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuC40mmOYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuC40mmOYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuC40mmOYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuC40mmOYC .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-tuC40mmOYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuC40mmOYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuC40mmOYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuC40mmOYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuC40mmOYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuC40mmOYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuC40mmOYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuC40mmOYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuC40mmOYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuC40mmOYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuC40mmOYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuC40mmOYC .dropdown-item.active,
.cid-tuC40mmOYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tuC40mmOYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuC40mmOYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuC40mmOYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuC40mmOYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuC40mmOYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuC40mmOYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuC40mmOYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuC40mmOYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuC40mmOYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuC40mmOYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuC40mmOYC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tuC40mmOYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuC40mmOYC .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-tuC40mmOYC .navbar {
    height: 70px;
  }
  .cid-tuC40mmOYC .navbar.opened {
    height: auto;
  }
  .cid-tuC40mmOYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuGD9xm7zj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veoRE9PDav {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-veoRE9PDav .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veoRE9PDav .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veoRE9PDav .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veoRE9PDav .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veoRE9PDav .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veoRE9PDav .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veoRE9PDav .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veoRE9PDav .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veoRE9PDav .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veoRE9PDav .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veoRE9PDav .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veoRE9PDav .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veoRE9PDav .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veoRE9PDav .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-voCbnvlBcv .navbar-dropdown {
  position: relative !important;
}
.cid-voCbnvlBcv .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-voCbnvlBcv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voCbnvlBcv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voCbnvlBcv .dropdown-item:hover,
.cid-voCbnvlBcv .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-voCbnvlBcv .dropdown-item:hover span {
  color: white;
}
.cid-voCbnvlBcv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voCbnvlBcv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voCbnvlBcv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voCbnvlBcv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voCbnvlBcv .nav-link {
  position: relative;
}
.cid-voCbnvlBcv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-voCbnvlBcv .container {
    flex-wrap: nowrap;
  }
}
.cid-voCbnvlBcv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voCbnvlBcv .dropdown-menu,
.cid-voCbnvlBcv .navbar.opened {
  background: #ffffff !important;
}
.cid-voCbnvlBcv .nav-item:focus,
.cid-voCbnvlBcv .nav-link:focus {
  outline: none;
}
.cid-voCbnvlBcv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voCbnvlBcv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voCbnvlBcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voCbnvlBcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voCbnvlBcv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voCbnvlBcv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voCbnvlBcv .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: #ffffff;
}
.cid-voCbnvlBcv .navbar.opened {
  transition: all 0.3s;
}
.cid-voCbnvlBcv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voCbnvlBcv .navbar .navbar-logo img {
  width: auto;
}
.cid-voCbnvlBcv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voCbnvlBcv .navbar.collapsed {
  justify-content: center;
}
.cid-voCbnvlBcv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voCbnvlBcv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-voCbnvlBcv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voCbnvlBcv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voCbnvlBcv .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-voCbnvlBcv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voCbnvlBcv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voCbnvlBcv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voCbnvlBcv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voCbnvlBcv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voCbnvlBcv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voCbnvlBcv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voCbnvlBcv .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-voCbnvlBcv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voCbnvlBcv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voCbnvlBcv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voCbnvlBcv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voCbnvlBcv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voCbnvlBcv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voCbnvlBcv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voCbnvlBcv .navbar.navbar-short {
  min-height: 60px;
}
.cid-voCbnvlBcv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voCbnvlBcv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voCbnvlBcv .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-voCbnvlBcv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voCbnvlBcv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voCbnvlBcv .dropdown-item.active,
.cid-voCbnvlBcv .dropdown-item:active {
  background-color: transparent;
}
.cid-voCbnvlBcv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voCbnvlBcv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voCbnvlBcv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voCbnvlBcv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voCbnvlBcv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voCbnvlBcv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voCbnvlBcv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voCbnvlBcv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voCbnvlBcv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voCbnvlBcv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-voCbnvlBcv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voCbnvlBcv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voCbnvlBcv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voCbnvlBcv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voCbnvlBcv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voCbnvlBcv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voCbnvlBcv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voCbnvlBcv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voCbnvlBcv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voCbnvlBcv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voCbnvlBcv .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-voCbnvlBcv .navbar {
    height: 70px;
  }
  .cid-voCbnvlBcv .navbar.opened {
    height: auto;
  }
  .cid-voCbnvlBcv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voCbny1DHk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCbny1DHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbny1DHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbny1DHk .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-voCbny1DHk .card {
    margin-bottom: 2rem!important;
  }
  .cid-voCbny1DHk .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voCbny1DHk .link-wrap {
    align-items: center;
  }
}
.cid-voCbny1DHk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCbnyBWeO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-voCbnyBWeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnyBWeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCbnyBWeO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCbnyBWeO .row {
  flex-direction: row-reverse;
}
.cid-voCbnyBWeO img {
  width: 100%;
}
.cid-voCbnC6XnG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCbnC6XnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnC6XnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnC6XnG .mbr-section-title {
  color: #ffffff;
}
.cid-voCbnCAbFa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnCAbFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnCAbFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCbnCAbFa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCbnCAbFa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCbnCAbFa .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCbnD3nFe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnEpQxc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCbnEpQxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnEpQxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnEpQxc .mbr-section-title {
  color: #ffffff;
}
.cid-voCbnFht0h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnFht0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnFht0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCbnFht0h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCbnFht0h .row {
  flex-direction: row-reverse;
}
.cid-voCbnFht0h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCbnFht0h .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCbnHDRta {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCbnHDRta .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnHDRta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnHDRta .mbr-section-title {
  color: #ffffff;
}
.cid-voCbnI3QOj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnI3QOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnI3QOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCbnI3QOj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCbnI3QOj .row {
  flex-direction: row-reverse;
}
.cid-voCbnI3QOj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCbnI3QOj .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCbnGDQv1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCbnGDQv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnGDQv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnGDQv1 .mbr-section-title {
  color: #ffffff;
}
.cid-voCbnH6NJL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCbnH6NJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnH6NJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCbnH6NJL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCbnH6NJL .row {
  flex-direction: row-reverse;
}
.cid-voCbnH6NJL img {
  width: 100%;
}
.cid-voCbnIwxiG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCbnIwxiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnIwxiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnIwxiG .mbr-section-title {
  color: #ffffff;
}
.cid-voCbnIXDHm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnIXDHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnIXDHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCbnIXDHm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCbnIXDHm .row {
  flex-direction: row-reverse;
}
.cid-voCbnIXDHm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCbnIXDHm .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCbnIXDHm .mbr-text {
  color: #1f1a31;
}
.cid-voCbnJvrCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnJvrCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnJvrCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnJvrCD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-voCbnJvrCD .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-voCbnJvrCD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCbnJvrCD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-voCbnJvrCD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-voCbnJvrCD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-voCbnJvrCD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voCbnJvrCD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-voCbnJvrCD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-voCbnJvrCD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-voCbnJvrCD .card-title {
  color: #e43f3f;
}
.cid-voCbnMVmLY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voCbnMVmLY .JCB {
  border: 3px solid #2e2e2e;
  padding: 10px;
  border-radius: 15px;
  background-color: #fdb831;
}
.cid-voCbnMVmLY .WarningBox {
  float: left;
  margin: 5px 70px;
  width: 70px;
  border: 0px solid #2e2e2e;
  padding-top: 2px;
  margin-top: 1px;
}
.cid-voCbnMVmLY .mbr-text {
  color: #000000;
}
.cid-voCbnNoFg4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCbnNoFg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnNoFg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnNoFg4 .mbr-text,
.cid-voCbnNoFg4 .mbr-section-btn {
  color: #232323;
}
.cid-voCbnNoFg4 .card-title,
.cid-voCbnNoFg4 .card-box {
  color: #ffffff;
}
.cid-voCbnNoFg4 .mbr-text,
.cid-voCbnNoFg4 .link-wrap {
  color: #ffffff;
}
.cid-voCbnNoFg4 .card-box .mbr-text,
.cid-voCbnNoFg4 .mbr-section-btn {
  color: #ffffff;
}
.cid-voCbnNXjJU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnNXjJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnNXjJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnNXjJU .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-voCbnNXjJU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voCbnNXjJU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-voCbnNXjJU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-voCbnNXjJU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-voCbnNXjJU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-voCbnNXjJU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCbnNXjJU .how-to-use {
  border-radius: 10px;
}
.cid-voCbnOxQj1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #023740;
}
.cid-voCbnOxQj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnOxQj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnOxQj1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-voCbnOxQj1 .row {
    flex-direction: column-reverse;
  }
  .cid-voCbnOxQj1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-voCbnOxQj1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-voCbnOxQj1 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-voCbnOxQj1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCbnOxQj1 .card-title {
  color: #ffffff;
}
.cid-voCbnOxQj1 .mbr-text,
.cid-voCbnOxQj1 .mbr-section-btn {
  color: #ffffff;
}
.cid-voCbnP5QBn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnP5QBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnP5QBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnP5QBn .mbr-section-title {
  color: #000000;
}
.cid-voCbnPBZEy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCbnPBZEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnPBZEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnPBZEy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00ad41;
  margin-left: 1rem;
}
.cid-voCbnPBZEy .panel-group {
  border: none;
}
.cid-voCbnPBZEy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-voCbnPBZEy .panel-body,
.cid-voCbnPBZEy .card-header {
  padding: 1rem 0;
}
.cid-voCbnPBZEy .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-voCbnPBZEy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-voCbnPBZEy .panel-title-edit P {
  text-align: justify;
}
.cid-voCbnPBZEy .panel-text {
  text-align: justify;
}
.cid-voCbnPBZEy .panel-title-edit DIV {
  text-align: left;
}
.cid-voCbnQfeKf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b4d3d9;
}
.cid-voCbnQfeKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnQfeKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnQfeKf .mbr-section-title {
  color: #232323;
}
.cid-voCbnQOZ9u {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b4d3d9;
}
.cid-voCbnQOZ9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnQOZ9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnQOZ9u .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCbnQOZ9u .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-voCbnQOZ9u .mbr-section-title {
  color: #232323;
}
.cid-voCbnQOZ9u .mbr-text,
.cid-voCbnQOZ9u .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-voCbnRlGUH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-voCbnRlGUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCbnRlGUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCbnRlGUH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCbnRlGUH .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-voCbnRTwEl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCbnRTwEl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-voCbnRTwEl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-voCbnRTwEl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #173f5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-voCbnSqj5M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-voCbnSqj5M .row-links {
  width: 100%;
  justify-content: center;
}
.cid-voCbnSqj5M .social-row {
  width: 100%;
  justify-content: center;
}
.cid-voCbnSqj5M .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-voCbnSqj5M .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-voCbnSqj5M .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-voCbnSqj5M .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-voCbnSqj5M .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-voCbnSqj5M .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-voCbnSqj5M .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voCbnSqj5M .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-voCbnSqj5M .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voCbnSqj5M .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voCbnSqj5M .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-voCbnSqj5M .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-voCibaebi8 .navbar-dropdown {
  position: relative !important;
}
.cid-voCibaebi8 .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-voCibaebi8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voCibaebi8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voCibaebi8 .dropdown-item:hover,
.cid-voCibaebi8 .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-voCibaebi8 .dropdown-item:hover span {
  color: white;
}
.cid-voCibaebi8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voCibaebi8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voCibaebi8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voCibaebi8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voCibaebi8 .nav-link {
  position: relative;
}
.cid-voCibaebi8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-voCibaebi8 .container {
    flex-wrap: nowrap;
  }
}
.cid-voCibaebi8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voCibaebi8 .dropdown-menu,
.cid-voCibaebi8 .navbar.opened {
  background: #ffffff !important;
}
.cid-voCibaebi8 .nav-item:focus,
.cid-voCibaebi8 .nav-link:focus {
  outline: none;
}
.cid-voCibaebi8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voCibaebi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voCibaebi8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voCibaebi8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voCibaebi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voCibaebi8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voCibaebi8 .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: #ffffff;
}
.cid-voCibaebi8 .navbar.opened {
  transition: all 0.3s;
}
.cid-voCibaebi8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voCibaebi8 .navbar .navbar-logo img {
  width: auto;
}
.cid-voCibaebi8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voCibaebi8 .navbar.collapsed {
  justify-content: center;
}
.cid-voCibaebi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voCibaebi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-voCibaebi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voCibaebi8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voCibaebi8 .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-voCibaebi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voCibaebi8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voCibaebi8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voCibaebi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voCibaebi8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voCibaebi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voCibaebi8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voCibaebi8 .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-voCibaebi8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voCibaebi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voCibaebi8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voCibaebi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voCibaebi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voCibaebi8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voCibaebi8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voCibaebi8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-voCibaebi8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voCibaebi8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voCibaebi8 .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-voCibaebi8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voCibaebi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voCibaebi8 .dropdown-item.active,
.cid-voCibaebi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-voCibaebi8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voCibaebi8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voCibaebi8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voCibaebi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voCibaebi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voCibaebi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voCibaebi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voCibaebi8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voCibaebi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voCibaebi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-voCibaebi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voCibaebi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voCibaebi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voCibaebi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voCibaebi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voCibaebi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voCibaebi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voCibaebi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voCibaebi8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voCibaebi8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voCibaebi8 .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-voCibaebi8 .navbar {
    height: 70px;
  }
  .cid-voCibaebi8 .navbar.opened {
    height: auto;
  }
  .cid-voCibaebi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voCibc0Ynm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCibc0Ynm .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibc0Ynm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibc0Ynm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-voCibc0Ynm .card {
    margin-bottom: 2rem!important;
  }
  .cid-voCibc0Ynm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voCibc0Ynm .link-wrap {
    align-items: center;
  }
}
.cid-voCibc0Ynm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCibcJ2Zw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-voCibcJ2Zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibcJ2Zw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCibcJ2Zw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCibcJ2Zw .row {
  flex-direction: row-reverse;
}
.cid-voCibcJ2Zw img {
  width: 100%;
}
.cid-voCibdip1E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCibdip1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibdip1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibdip1E .mbr-section-title {
  color: #ffffff;
}
.cid-voCibeGK4v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCibeGK4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibeGK4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCibeGK4v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCibeGK4v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCibeGK4v .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCibg2Uoc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCibg2Uoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibg2Uoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibg2Uoc .mbr-section-title {
  color: #ffffff;
}
.cid-voCibgnAuo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCibgnAuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibgnAuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCibgnAuo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCibgnAuo .row {
  flex-direction: row-reverse;
}
.cid-voCibgnAuo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCibgnAuo .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCibgL8hq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCibgL8hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibgL8hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibgL8hq .mbr-section-title {
  color: #ffffff;
}
.cid-voCibh66o0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCibh66o0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibh66o0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCibh66o0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCibh66o0 .row {
  flex-direction: row-reverse;
}
.cid-voCibh66o0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCibh66o0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCibhtDl3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCibhtDl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibhtDl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibhtDl3 .mbr-section-title {
  color: #ffffff;
}
.cid-voCibiMkyD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCibiMkyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibiMkyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCibiMkyD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCibiMkyD .row {
  flex-direction: row-reverse;
}
.cid-voCibiMkyD img {
  width: 100%;
}
.cid-voCibjeZaJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCibjeZaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibjeZaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibjeZaJ .mbr-section-title {
  color: #ffffff;
}
.cid-voCibjBOWN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCibjBOWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibjBOWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCibjBOWN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCibjBOWN .row {
  flex-direction: row-reverse;
}
.cid-voCibjBOWN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCibjBOWN .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCibjBOWN .mbr-text {
  color: #1f1a31;
}
.cid-voCibk04Z8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCibk04Z8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibk04Z8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibk04Z8 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-voCibk04Z8 .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-voCibk04Z8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCibk04Z8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-voCibk04Z8 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-voCibk04Z8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-voCibk04Z8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voCibk04Z8 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-voCibk04Z8 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-voCibk04Z8 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-voCibk04Z8 .card-title {
  color: #e43f3f;
}
.cid-voCibkEuKd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voCibkEuKd .JCB {
  border: 3px solid #2e2e2e;
  padding: 10px;
  border-radius: 15px;
  background-color: #fdb831;
}
.cid-voCibkEuKd .WarningBox {
  float: left;
  margin: 5px 70px;
  width: 70px;
  border: 0px solid #2e2e2e;
  padding-top: 2px;
  margin-top: 1px;
}
.cid-voCibkEuKd .mbr-text {
  color: #000000;
}
.cid-voCk4HBL2j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCk4HBL2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCk4HBL2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCk4HBL2j .mbr-section-title {
  color: #ffffff;
}
.cid-voCk6MvwGz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCk6MvwGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCk6MvwGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCk6MvwGz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCk6MvwGz .row {
  flex-direction: row-reverse;
}
.cid-voCk6MvwGz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCk6MvwGz .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCk6MvwGz .mbr-text {
  color: #1f1a31;
}
.cid-voCoCUz1FQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCoCUz1FQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCoCUz1FQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCoCUz1FQ .mbr-section-title {
  color: #ffffff;
}
.cid-voCoENWWRp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCoENWWRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCoENWWRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCoENWWRp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCoENWWRp .row {
  flex-direction: row-reverse;
}
.cid-voCoENWWRp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCoENWWRp .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCoENWWRp .mbr-text {
  color: #1f1a31;
}
.cid-voCpgZ9eS3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCpgZ9eS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCpgZ9eS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCpgZ9eS3 .mbr-section-title {
  color: #ffffff;
}
.cid-voCpkKmDik {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCpkKmDik .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCpkKmDik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCpkKmDik .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCpkKmDik .row {
  flex-direction: row-reverse;
}
.cid-voCpkKmDik img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCpkKmDik .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCpkKmDik .mbr-text {
  color: #1f1a31;
}
.cid-voCiblBTkO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCiblBTkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCiblBTkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCiblBTkO .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-voCiblBTkO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voCiblBTkO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-voCiblBTkO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-voCiblBTkO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-voCiblBTkO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-voCiblBTkO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCiblBTkO .how-to-use {
  border-radius: 10px;
}
.cid-voCibm0cLH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #023740;
}
.cid-voCibm0cLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibm0cLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibm0cLH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-voCibm0cLH .row {
    flex-direction: column-reverse;
  }
  .cid-voCibm0cLH .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-voCibm0cLH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-voCibm0cLH .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-voCibm0cLH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCibm0cLH .card-title {
  color: #ffffff;
}
.cid-voCibm0cLH .mbr-text,
.cid-voCibm0cLH .mbr-section-btn {
  color: #ffffff;
}
.cid-voCibmrq7r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCibmrq7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibmrq7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibmrq7r .mbr-section-title {
  color: #000000;
}
.cid-voCibmOJaD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCibmOJaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibmOJaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibmOJaD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00ad41;
  margin-left: 1rem;
}
.cid-voCibmOJaD .panel-group {
  border: none;
}
.cid-voCibmOJaD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-voCibmOJaD .panel-body,
.cid-voCibmOJaD .card-header {
  padding: 1rem 0;
}
.cid-voCibmOJaD .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-voCibmOJaD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-voCibmOJaD .panel-title-edit P {
  text-align: justify;
}
.cid-voCibmOJaD .panel-text {
  text-align: justify;
}
.cid-voCibmOJaD .panel-title-edit DIV {
  text-align: left;
}
.cid-voCibnn0Wn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b4d3d9;
}
.cid-voCibnn0Wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibnn0Wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibnn0Wn .mbr-section-title {
  color: #232323;
}
.cid-voCibnM5Lf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b4d3d9;
}
.cid-voCibnM5Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibnM5Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibnM5Lf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCibnM5Lf .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-voCibnM5Lf .mbr-section-title {
  color: #232323;
}
.cid-voCibnM5Lf .mbr-text,
.cid-voCibnM5Lf .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-voCibojFt0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-voCibojFt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCibojFt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCibojFt0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCibojFt0 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-voCiboS3Ay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCiboS3Ay .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-voCiboS3Ay .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-voCiboS3Ay .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #173f5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-voCibpCBkf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-voCibpCBkf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-voCibpCBkf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-voCibpCBkf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-voCibpCBkf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-voCibpCBkf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-voCibpCBkf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-voCibpCBkf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-voCibpCBkf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-voCibpCBkf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voCibpCBkf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-voCibpCBkf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voCibpCBkf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voCibpCBkf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-voCibpCBkf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-voCtF4Ifv2 .navbar-dropdown {
  position: relative !important;
}
.cid-voCtF4Ifv2 .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-voCtF4Ifv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voCtF4Ifv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voCtF4Ifv2 .dropdown-item:hover,
.cid-voCtF4Ifv2 .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-voCtF4Ifv2 .dropdown-item:hover span {
  color: white;
}
.cid-voCtF4Ifv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voCtF4Ifv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voCtF4Ifv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voCtF4Ifv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voCtF4Ifv2 .nav-link {
  position: relative;
}
.cid-voCtF4Ifv2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-voCtF4Ifv2 .container {
    flex-wrap: nowrap;
  }
}
.cid-voCtF4Ifv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voCtF4Ifv2 .dropdown-menu,
.cid-voCtF4Ifv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-voCtF4Ifv2 .nav-item:focus,
.cid-voCtF4Ifv2 .nav-link:focus {
  outline: none;
}
.cid-voCtF4Ifv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voCtF4Ifv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voCtF4Ifv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voCtF4Ifv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voCtF4Ifv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voCtF4Ifv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voCtF4Ifv2 .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: #ffffff;
}
.cid-voCtF4Ifv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-voCtF4Ifv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voCtF4Ifv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-voCtF4Ifv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voCtF4Ifv2 .navbar.collapsed {
  justify-content: center;
}
.cid-voCtF4Ifv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voCtF4Ifv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-voCtF4Ifv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voCtF4Ifv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voCtF4Ifv2 .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-voCtF4Ifv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voCtF4Ifv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voCtF4Ifv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voCtF4Ifv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voCtF4Ifv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voCtF4Ifv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voCtF4Ifv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voCtF4Ifv2 .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-voCtF4Ifv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voCtF4Ifv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voCtF4Ifv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voCtF4Ifv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voCtF4Ifv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voCtF4Ifv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voCtF4Ifv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voCtF4Ifv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-voCtF4Ifv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voCtF4Ifv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voCtF4Ifv2 .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-voCtF4Ifv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voCtF4Ifv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voCtF4Ifv2 .dropdown-item.active,
.cid-voCtF4Ifv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-voCtF4Ifv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voCtF4Ifv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voCtF4Ifv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voCtF4Ifv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voCtF4Ifv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voCtF4Ifv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voCtF4Ifv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voCtF4Ifv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voCtF4Ifv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voCtF4Ifv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-voCtF4Ifv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voCtF4Ifv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voCtF4Ifv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voCtF4Ifv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voCtF4Ifv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voCtF4Ifv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voCtF4Ifv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voCtF4Ifv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voCtF4Ifv2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voCtF4Ifv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voCtF4Ifv2 .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-voCtF4Ifv2 .navbar {
    height: 70px;
  }
  .cid-voCtF4Ifv2 .navbar.opened {
    height: auto;
  }
  .cid-voCtF4Ifv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voCtF7S8Fn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCtF7S8Fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtF7S8Fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtF7S8Fn .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-voCtF7S8Fn .card {
    margin-bottom: 2rem!important;
  }
  .cid-voCtF7S8Fn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voCtF7S8Fn .link-wrap {
    align-items: center;
  }
}
.cid-voCtF7S8Fn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCtF8HmEx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-voCtF8HmEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtF8HmEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCtF8HmEx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCtF8HmEx .row {
  flex-direction: row-reverse;
}
.cid-voCtF8HmEx img {
  width: 100%;
}
.cid-voCtF94VJj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCtF94VJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtF94VJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtF94VJj .mbr-section-title {
  color: #ffffff;
}
.cid-voCtF9qpus {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtF9qpus .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtF9qpus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCtF9qpus .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCtF9qpus img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCtF9qpus .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCtF9OHJ5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCtF9OHJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtF9OHJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtF9OHJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-voCwlsk3A5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCwlsk3A5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-voCwlsk3A5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-voCwlsk3A5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #023740;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-voCx5eepAo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-voCx5eepAo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-voCx5eepAo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-voCx5eepAo .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #023740;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-voCwpuWVjO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCwpuWVjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCwpuWVjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCwpuWVjO .mbr-section-title {
  color: #ffffff;
}
.cid-voCtFb3HAt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtFb3HAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFb3HAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCtFb3HAt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCtFb3HAt .row {
  flex-direction: row-reverse;
}
.cid-voCtFb3HAt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCtFb3HAt .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCtFcCJbF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCtFcCJbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFcCJbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFcCJbF .mbr-section-title {
  color: #ffffff;
}
.cid-voCtFd57E8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtFd57E8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFd57E8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCtFd57E8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCtFd57E8 .row {
  flex-direction: row-reverse;
}
.cid-voCtFd57E8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCtFd57E8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCtFdACdl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCtFdACdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFdACdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFdACdl .mbr-section-title {
  color: #ffffff;
}
.cid-voCtFe4QoL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCtFe4QoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFe4QoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCtFe4QoL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCtFe4QoL .row {
  flex-direction: row-reverse;
}
.cid-voCtFe4QoL img {
  width: 100%;
}
.cid-voCtFeHqsk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCtFeHqsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFeHqsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFeHqsk .mbr-section-title {
  color: #ffffff;
}
.cid-voCtFf60Vt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtFf60Vt .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFf60Vt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCtFf60Vt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCtFf60Vt .row {
  flex-direction: row-reverse;
}
.cid-voCtFf60Vt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCtFf60Vt .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCtFf60Vt .mbr-text {
  color: #1f1a31;
}
.cid-voCtFfx5lJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtFfx5lJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFfx5lJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFfx5lJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-voCtFfx5lJ .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-voCtFfx5lJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCtFfx5lJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-voCtFfx5lJ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-voCtFfx5lJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-voCtFfx5lJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voCtFfx5lJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-voCtFfx5lJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-voCtFfx5lJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-voCtFfx5lJ .card-title {
  color: #e43f3f;
}
.cid-voCtFgfkEE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voCtFgfkEE .JCB {
  border: 3px solid #2e2e2e;
  padding: 10px;
  border-radius: 15px;
  background-color: #fdb831;
}
.cid-voCtFgfkEE .WarningBox {
  float: left;
  margin: 5px 70px;
  width: 70px;
  border: 0px solid #2e2e2e;
  padding-top: 2px;
  margin-top: 1px;
}
.cid-voCtFgfkEE .mbr-text {
  color: #000000;
}
.cid-voCtFgKqd7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCtFgKqd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFgKqd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFgKqd7 .mbr-section-title {
  color: #ffffff;
}
.cid-voCtFhcvXT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtFhcvXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFhcvXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCtFhcvXT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCtFhcvXT .row {
  flex-direction: row-reverse;
}
.cid-voCtFhcvXT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCtFhcvXT .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCtFhcvXT .mbr-text {
  color: #1f1a31;
}
.cid-voCtFhElrr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCtFhElrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFhElrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFhElrr .mbr-section-title {
  color: #ffffff;
}
.cid-voCtFi7Eyd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtFi7Eyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFi7Eyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCtFi7Eyd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCtFi7Eyd .row {
  flex-direction: row-reverse;
}
.cid-voCtFi7Eyd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCtFi7Eyd .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCtFi7Eyd .mbr-text {
  color: #1f1a31;
}
.cid-voCtFkq2eD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #023740;
}
.cid-voCtFkq2eD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFkq2eD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFkq2eD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-voCtFkq2eD .row {
    flex-direction: column-reverse;
  }
  .cid-voCtFkq2eD .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-voCtFkq2eD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-voCtFkq2eD .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-voCtFkq2eD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCtFkq2eD .card-title {
  color: #ffffff;
}
.cid-voCtFkq2eD .mbr-text,
.cid-voCtFkq2eD .mbr-section-btn {
  color: #ffffff;
}
.cid-voCtFkYFLg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtFkYFLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFkYFLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFkYFLg .mbr-section-title {
  color: #000000;
}
.cid-voCtFlubp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCtFlubp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFlubp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFlubp8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00ad41;
  margin-left: 1rem;
}
.cid-voCtFlubp8 .panel-group {
  border: none;
}
.cid-voCtFlubp8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-voCtFlubp8 .panel-body,
.cid-voCtFlubp8 .card-header {
  padding: 1rem 0;
}
.cid-voCtFlubp8 .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-voCtFlubp8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-voCtFlubp8 .panel-title-edit P {
  text-align: justify;
}
.cid-voCtFlubp8 .panel-text {
  text-align: justify;
}
.cid-voCtFlubp8 .panel-title-edit DIV {
  text-align: left;
}
.cid-voCtFm5Waj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b4d3d9;
}
.cid-voCtFm5Waj .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFm5Waj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFm5Waj .mbr-section-title {
  color: #232323;
}
.cid-voCtFmzXhi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b4d3d9;
}
.cid-voCtFmzXhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFmzXhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFmzXhi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCtFmzXhi .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-voCtFmzXhi .mbr-section-title {
  color: #232323;
}
.cid-voCtFmzXhi .mbr-text,
.cid-voCtFmzXhi .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-voCtFnfedw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-voCtFnfedw .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCtFnfedw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCtFnfedw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCtFnfedw .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-voCtFnTj54 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCtFnTj54 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-voCtFnTj54 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-voCtFnTj54 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #173f5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-voCtFoldZr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-voCtFoldZr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-voCtFoldZr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-voCtFoldZr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-voCtFoldZr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-voCtFoldZr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-voCtFoldZr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-voCtFoldZr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-voCtFoldZr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-voCtFoldZr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voCtFoldZr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-voCtFoldZr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voCtFoldZr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voCtFoldZr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-voCtFoldZr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-voCArTfOW9 .navbar-dropdown {
  position: relative !important;
}
.cid-voCArTfOW9 .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-voCArTfOW9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voCArTfOW9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voCArTfOW9 .dropdown-item:hover,
.cid-voCArTfOW9 .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-voCArTfOW9 .dropdown-item:hover span {
  color: white;
}
.cid-voCArTfOW9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voCArTfOW9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voCArTfOW9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voCArTfOW9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voCArTfOW9 .nav-link {
  position: relative;
}
.cid-voCArTfOW9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-voCArTfOW9 .container {
    flex-wrap: nowrap;
  }
}
.cid-voCArTfOW9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voCArTfOW9 .dropdown-menu,
.cid-voCArTfOW9 .navbar.opened {
  background: #ffffff !important;
}
.cid-voCArTfOW9 .nav-item:focus,
.cid-voCArTfOW9 .nav-link:focus {
  outline: none;
}
.cid-voCArTfOW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voCArTfOW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voCArTfOW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voCArTfOW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voCArTfOW9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voCArTfOW9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voCArTfOW9 .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: #ffffff;
}
.cid-voCArTfOW9 .navbar.opened {
  transition: all 0.3s;
}
.cid-voCArTfOW9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voCArTfOW9 .navbar .navbar-logo img {
  width: auto;
}
.cid-voCArTfOW9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voCArTfOW9 .navbar.collapsed {
  justify-content: center;
}
.cid-voCArTfOW9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voCArTfOW9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-voCArTfOW9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voCArTfOW9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voCArTfOW9 .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-voCArTfOW9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voCArTfOW9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voCArTfOW9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voCArTfOW9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voCArTfOW9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voCArTfOW9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voCArTfOW9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voCArTfOW9 .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-voCArTfOW9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voCArTfOW9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voCArTfOW9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voCArTfOW9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voCArTfOW9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voCArTfOW9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voCArTfOW9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voCArTfOW9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-voCArTfOW9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voCArTfOW9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voCArTfOW9 .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-voCArTfOW9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voCArTfOW9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voCArTfOW9 .dropdown-item.active,
.cid-voCArTfOW9 .dropdown-item:active {
  background-color: transparent;
}
.cid-voCArTfOW9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voCArTfOW9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voCArTfOW9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voCArTfOW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voCArTfOW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voCArTfOW9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voCArTfOW9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voCArTfOW9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voCArTfOW9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voCArTfOW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-voCArTfOW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voCArTfOW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voCArTfOW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voCArTfOW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voCArTfOW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voCArTfOW9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voCArTfOW9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voCArTfOW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voCArTfOW9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voCArTfOW9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voCArTfOW9 .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-voCArTfOW9 .navbar {
    height: 70px;
  }
  .cid-voCArTfOW9 .navbar.opened {
    height: auto;
  }
  .cid-voCArTfOW9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voCArVgTmz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCArVgTmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArVgTmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCArVgTmz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-voCArVgTmz .card {
    margin-bottom: 2rem!important;
  }
  .cid-voCArVgTmz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voCArVgTmz .link-wrap {
    align-items: center;
  }
}
.cid-voCArVgTmz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCArVQ6vN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-voCArVQ6vN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArVQ6vN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCArVQ6vN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCArVQ6vN .row {
  flex-direction: row-reverse;
}
.cid-voCArVQ6vN img {
  width: 100%;
}
.cid-voCArWjgH3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCArWjgH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArWjgH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCArWjgH3 .mbr-section-title {
  color: #ffffff;
}
.cid-voCArWGNKk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCArWGNKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArWGNKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCArWGNKk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCArWGNKk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCArWGNKk .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCArX53Bn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCArX53Bn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArX53Bn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCArX53Bn .mbr-section-title {
  color: #ffffff;
}
.cid-voCBLaWdll {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voCBLaWdll .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCBLaWdll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCBLaWdll .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-voCBLaWdll .mbr-section-title,
.cid-voCBLaWdll .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-voCBLaWdll .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-voCBLaWdll .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-voCBu4osGB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCBu4osGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCBu4osGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCBu4osGB .mbr-section-title {
  color: #ffffff;
}
.cid-voCArXu1fv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCArXu1fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArXu1fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCArXu1fv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCArXu1fv .row {
  flex-direction: row-reverse;
}
.cid-voCArXu1fv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCArXu1fv .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCArXVuhq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCArXVuhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArXVuhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCArXVuhq .mbr-section-title {
  color: #ffffff;
}
.cid-voCArYjcQJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCArYjcQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArYjcQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCArYjcQJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCArYjcQJ .row {
  flex-direction: row-reverse;
}
.cid-voCArYjcQJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCArYjcQJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCArYJCJD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCArYJCJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArYJCJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCArYJCJD .mbr-section-title {
  color: #ffffff;
}
.cid-voCArZ9dLR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCArZ9dLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArZ9dLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCArZ9dLR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCArZ9dLR .row {
  flex-direction: row-reverse;
}
.cid-voCArZ9dLR img {
  width: 100%;
}
.cid-voCArZzn3n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCArZzn3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArZzn3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCArZzn3n .mbr-section-title {
  color: #ffffff;
}
.cid-voCArZXMzn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCArZXMzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCArZXMzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCArZXMzn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCArZXMzn .row {
  flex-direction: row-reverse;
}
.cid-voCArZXMzn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCArZXMzn .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCArZXMzn .mbr-text {
  color: #1f1a31;
}
.cid-voCAs0n0Ca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCAs0n0Ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs0n0Ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs0n0Ca .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-voCAs0n0Ca .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-voCAs0n0Ca .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCAs0n0Ca .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-voCAs0n0Ca .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-voCAs0n0Ca .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-voCAs0n0Ca .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-voCAs0n0Ca .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-voCAs0n0Ca .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-voCAs0n0Ca .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-voCAs0n0Ca .card-title {
  color: #e43f3f;
}
.cid-voCAs0Xds3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voCAs0Xds3 .JCB {
  border: 3px solid #2e2e2e;
  padding: 10px;
  border-radius: 15px;
  background-color: #fdb831;
}
.cid-voCAs0Xds3 .WarningBox {
  float: left;
  margin: 5px 70px;
  width: 70px;
  border: 0px solid #2e2e2e;
  padding-top: 2px;
  margin-top: 1px;
}
.cid-voCAs0Xds3 .mbr-text {
  color: #000000;
}
.cid-voCAs1k8wF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCAs1k8wF .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs1k8wF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs1k8wF .mbr-section-title {
  color: #ffffff;
}
.cid-voCAs1JEIY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCAs1JEIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs1JEIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCAs1JEIY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCAs1JEIY .row {
  flex-direction: row-reverse;
}
.cid-voCAs1JEIY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCAs1JEIY .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCAs1JEIY .mbr-text {
  color: #1f1a31;
}
.cid-voCAs2cjmg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-voCAs2cjmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs2cjmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs2cjmg .mbr-section-title {
  color: #ffffff;
}
.cid-voCAs2C4m7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCAs2C4m7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs2C4m7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voCAs2C4m7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voCAs2C4m7 .row {
  flex-direction: row-reverse;
}
.cid-voCAs2C4m7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCAs2C4m7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-voCAs2C4m7 .mbr-text {
  color: #1f1a31;
}
.cid-voCAs4urSz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #023740;
}
.cid-voCAs4urSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs4urSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs4urSz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-voCAs4urSz .row {
    flex-direction: column-reverse;
  }
  .cid-voCAs4urSz .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-voCAs4urSz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-voCAs4urSz .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-voCAs4urSz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-voCAs4urSz .card-title {
  color: #ffffff;
}
.cid-voCAs4urSz .mbr-text,
.cid-voCAs4urSz .mbr-section-btn {
  color: #ffffff;
}
.cid-voCAs4WvOL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCAs4WvOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs4WvOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs4WvOL .mbr-section-title {
  color: #000000;
}
.cid-voCAs5rTzD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voCAs5rTzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs5rTzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs5rTzD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00ad41;
  margin-left: 1rem;
}
.cid-voCAs5rTzD .panel-group {
  border: none;
}
.cid-voCAs5rTzD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-voCAs5rTzD .panel-body,
.cid-voCAs5rTzD .card-header {
  padding: 1rem 0;
}
.cid-voCAs5rTzD .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-voCAs5rTzD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-voCAs5rTzD .panel-title-edit P {
  text-align: justify;
}
.cid-voCAs5rTzD .panel-text {
  text-align: justify;
}
.cid-voCAs5rTzD .panel-title-edit DIV {
  text-align: left;
}
.cid-voCAs61KvG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b4d3d9;
}
.cid-voCAs61KvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs61KvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs61KvG .mbr-section-title {
  color: #232323;
}
.cid-voCAs6wRyl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b4d3d9;
}
.cid-voCAs6wRyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs6wRyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs6wRyl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCAs6wRyl .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-voCAs6wRyl .mbr-section-title {
  color: #232323;
}
.cid-voCAs6wRyl .mbr-text,
.cid-voCAs6wRyl .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-voCAs71y4R {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-voCAs71y4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-voCAs71y4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voCAs71y4R .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voCAs71y4R .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-voCAs7CkZb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voCAs7CkZb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-voCAs7CkZb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-voCAs7CkZb .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #173f5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-voCAs88TjH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-voCAs88TjH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-voCAs88TjH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-voCAs88TjH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-voCAs88TjH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-voCAs88TjH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-voCAs88TjH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-voCAs88TjH .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-voCAs88TjH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-voCAs88TjH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-voCAs88TjH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-voCAs88TjH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voCAs88TjH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voCAs88TjH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-voCAs88TjH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vp38hReKLt .navbar-dropdown {
  position: relative !important;
}
.cid-vp38hReKLt .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-vp38hReKLt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vp38hReKLt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vp38hReKLt .dropdown-item:hover,
.cid-vp38hReKLt .dropdown-item:focus {
  background: #00ad41 !important;
  color: white !important;
}
.cid-vp38hReKLt .dropdown-item:hover span {
  color: white;
}
.cid-vp38hReKLt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vp38hReKLt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vp38hReKLt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vp38hReKLt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vp38hReKLt .nav-link {
  position: relative;
}
.cid-vp38hReKLt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vp38hReKLt .container {
    flex-wrap: nowrap;
  }
}
.cid-vp38hReKLt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vp38hReKLt .dropdown-menu,
.cid-vp38hReKLt .navbar.opened {
  background: #ffffff !important;
}
.cid-vp38hReKLt .nav-item:focus,
.cid-vp38hReKLt .nav-link:focus {
  outline: none;
}
.cid-vp38hReKLt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vp38hReKLt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vp38hReKLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vp38hReKLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vp38hReKLt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vp38hReKLt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vp38hReKLt .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: #ffffff;
}
.cid-vp38hReKLt .navbar.opened {
  transition: all 0.3s;
}
.cid-vp38hReKLt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vp38hReKLt .navbar .navbar-logo img {
  width: auto;
}
.cid-vp38hReKLt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vp38hReKLt .navbar.collapsed {
  justify-content: center;
}
.cid-vp38hReKLt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vp38hReKLt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vp38hReKLt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vp38hReKLt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vp38hReKLt .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-vp38hReKLt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vp38hReKLt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vp38hReKLt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vp38hReKLt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vp38hReKLt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vp38hReKLt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vp38hReKLt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vp38hReKLt .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-vp38hReKLt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vp38hReKLt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vp38hReKLt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vp38hReKLt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vp38hReKLt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vp38hReKLt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vp38hReKLt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vp38hReKLt .navbar.navbar-short {
  min-height: 60px;
}
.cid-vp38hReKLt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vp38hReKLt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vp38hReKLt .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-vp38hReKLt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vp38hReKLt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vp38hReKLt .dropdown-item.active,
.cid-vp38hReKLt .dropdown-item:active {
  background-color: transparent;
}
.cid-vp38hReKLt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vp38hReKLt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vp38hReKLt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vp38hReKLt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vp38hReKLt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vp38hReKLt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vp38hReKLt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vp38hReKLt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vp38hReKLt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vp38hReKLt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-vp38hReKLt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vp38hReKLt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vp38hReKLt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vp38hReKLt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vp38hReKLt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vp38hReKLt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vp38hReKLt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vp38hReKLt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vp38hReKLt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vp38hReKLt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vp38hReKLt .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-vp38hReKLt .navbar {
    height: 70px;
  }
  .cid-vp38hReKLt .navbar.opened {
    height: auto;
  }
  .cid-vp38hReKLt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vp38hUReUE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vp38hUReUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hUReUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38hUReUE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vp38hUReUE .card {
    margin-bottom: 2rem!important;
  }
  .cid-vp38hUReUE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vp38hUReUE .link-wrap {
    align-items: center;
  }
}
.cid-vp38hUReUE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vp38hVxwjt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-vp38hVxwjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hVxwjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp38hVxwjt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp38hVxwjt .row {
  flex-direction: row-reverse;
}
.cid-vp38hVxwjt img {
  width: 100%;
}
.cid-vp38hVTkoX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vp38hVTkoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hVTkoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38hVTkoX .mbr-section-title {
  color: #ffffff;
}
.cid-vp38hWn05P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38hWn05P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hWn05P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp38hWn05P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp38hWn05P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vp38hWn05P .text-wrapper {
    padding: 2rem;
  }
}
.cid-vp38hWI0lt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vp38hWI0lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hWI0lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38hWI0lt .mbr-section-title {
  color: #ffffff;
}
.cid-vp38hWI0lt .mbr-text,
.cid-vp38hWI0lt .mbr-section-btn {
  color: #ffffff;
}
.cid-vp38hX1XLQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38hX1XLQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vp38hX1XLQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vp38hX1XLQ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #023740;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vp38hXkbpz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vp38hXkbpz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vp38hXkbpz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vp38hXkbpz .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #023740;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vp38hXCUta {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vp38hXCUta .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hXCUta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38hXCUta .mbr-section-title {
  color: #ffffff;
}
.cid-vp38hXWjXU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38hXWjXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hXWjXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp38hXWjXU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp38hXWjXU .row {
  flex-direction: row-reverse;
}
.cid-vp38hXWjXU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vp38hXWjXU .text-wrapper {
    padding: 2rem;
  }
}
.cid-vp38hYitAD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vp38hYitAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hYitAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38hYitAD .mbr-section-title {
  color: #ffffff;
}
.cid-vp38hYO84q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38hYO84q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hYO84q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp38hYO84q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp38hYO84q .row {
  flex-direction: row-reverse;
}
.cid-vp38hYO84q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vp38hYO84q .text-wrapper {
    padding: 2rem;
  }
}
.cid-vp38hZcRri {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vp38hZcRri .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hZcRri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38hZcRri .mbr-section-title {
  color: #ffffff;
}
.cid-vp38hZyRqV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vp38hZyRqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hZyRqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp38hZyRqV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp38hZyRqV .row {
  flex-direction: row-reverse;
}
.cid-vp38hZyRqV img {
  width: 100%;
}
.cid-vp38hZVBcG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vp38hZVBcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38hZVBcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38hZVBcG .mbr-section-title {
  color: #ffffff;
}
.cid-vp38i0hLk6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38i0hLk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i0hLk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp38i0hLk6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp38i0hLk6 .row {
  flex-direction: row-reverse;
}
.cid-vp38i0hLk6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vp38i0hLk6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vp38i0hLk6 .mbr-text {
  color: #1f1a31;
}
.cid-vp38i0ODiG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38i0ODiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i0ODiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i0ODiG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vp38i0ODiG .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-vp38i0ODiG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vp38i0ODiG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vp38i0ODiG .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vp38i0ODiG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vp38i0ODiG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vp38i0ODiG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vp38i0ODiG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vp38i0ODiG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vp38i0ODiG .card-title {
  color: #e43f3f;
}
.cid-vp38i1rrrN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp38i1rrrN .JCB {
  border: 3px solid #2e2e2e;
  padding: 10px;
  border-radius: 15px;
  background-color: #fdb831;
}
.cid-vp38i1rrrN .WarningBox {
  float: left;
  margin: 5px 70px;
  width: 70px;
  border: 0px solid #2e2e2e;
  padding-top: 2px;
  margin-top: 1px;
}
.cid-vp38i1rrrN .mbr-text {
  color: #000000;
}
.cid-vp38i1OxuN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vp38i1OxuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i1OxuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i1OxuN .mbr-section-title {
  color: #ffffff;
}
.cid-vp38i2do0F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38i2do0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i2do0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp38i2do0F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp38i2do0F .row {
  flex-direction: row-reverse;
}
.cid-vp38i2do0F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vp38i2do0F .text-wrapper {
    padding: 2rem;
  }
}
.cid-vp38i2do0F .mbr-text {
  color: #1f1a31;
}
.cid-vp38i2OG84 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #023740;
}
.cid-vp38i2OG84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i2OG84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i2OG84 .mbr-section-title {
  color: #ffffff;
}
.cid-vp38i3dEs5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38i3dEs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i3dEs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vp38i3dEs5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vp38i3dEs5 .row {
  flex-direction: row-reverse;
}
.cid-vp38i3dEs5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vp38i3dEs5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vp38i3dEs5 .mbr-text {
  color: #1f1a31;
}
.cid-vp38i3DkOt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #023740;
}
.cid-vp38i3DkOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i3DkOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i3DkOt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vp38i3DkOt .row {
    flex-direction: column-reverse;
  }
  .cid-vp38i3DkOt .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vp38i3DkOt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vp38i3DkOt .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vp38i3DkOt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vp38i3DkOt .card-title {
  color: #ffffff;
}
.cid-vp38i3DkOt .mbr-text,
.cid-vp38i3DkOt .mbr-section-btn {
  color: #ffffff;
}
.cid-vp38i43qhB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38i43qhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i43qhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i43qhB .mbr-section-title {
  color: #000000;
}
.cid-vp38i4EDhz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vp38i4EDhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i4EDhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i4EDhz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00ad41;
  margin-left: 1rem;
}
.cid-vp38i4EDhz .panel-group {
  border: none;
}
.cid-vp38i4EDhz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vp38i4EDhz .panel-body,
.cid-vp38i4EDhz .card-header {
  padding: 1rem 0;
}
.cid-vp38i4EDhz .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-vp38i4EDhz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vp38i4EDhz .panel-title-edit P {
  text-align: justify;
}
.cid-vp38i4EDhz .panel-text {
  text-align: justify;
}
.cid-vp38i4EDhz .panel-title-edit DIV {
  text-align: left;
}
.cid-vp38i59RmI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b4d3d9;
}
.cid-vp38i59RmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i59RmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i59RmI .mbr-section-title {
  color: #232323;
}
.cid-vp38i5AOBO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b4d3d9;
}
.cid-vp38i5AOBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i5AOBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i5AOBO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vp38i5AOBO .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vp38i5AOBO .mbr-section-title {
  color: #232323;
}
.cid-vp38i5AOBO .mbr-text,
.cid-vp38i5AOBO .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vp38i63XK7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vp38i63XK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp38i63XK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp38i63XK7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vp38i63XK7 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vp38i6BArh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vp38i6BArh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vp38i6BArh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vp38i6BArh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #173f5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vp38i73kzT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vp38i73kzT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vp38i73kzT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vp38i73kzT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vp38i73kzT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vp38i73kzT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vp38i73kzT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vp38i73kzT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vp38i73kzT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vp38i73kzT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vp38i73kzT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vp38i73kzT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vp38i73kzT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vp38i73kzT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vp38i73kzT .media-container-row .row-copirayt p {
  width: 100%;
}
