body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.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: #134ac9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #134ac9 !important;
  border-color: #134ac9 !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: #0c2d7a !important;
  border-color: #0c2d7a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c2d7a !important;
  border-color: #0c2d7a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: transparent;
  color: #134ac9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c2d7a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #134ac9 !important;
  border-color: #134ac9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #134ac9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0a286c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #134ac9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #134ac9;
  border-color: #134ac9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #134ac9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b0c6f8;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #134ac9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #134ac9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #134ac9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #134ac9;
}
.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: #134ac9;
  border-bottom-color: #134ac9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #134ac9 !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: #ff6666 !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='%23134ac9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tLZhHS3VQE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLZhHS3VQE nav.navbar {
  position: fixed;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLZhHS3VQE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLZhHS3VQE .dropdown-item:hover,
.cid-tLZhHS3VQE .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-tLZhHS3VQE .dropdown-item:hover span {
  color: white;
}
.cid-tLZhHS3VQE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLZhHS3VQE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLZhHS3VQE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLZhHS3VQE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLZhHS3VQE .nav-link {
  position: relative;
}
.cid-tLZhHS3VQE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLZhHS3VQE .container {
    flex-wrap: nowrap;
  }
}
.cid-tLZhHS3VQE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLZhHS3VQE .dropdown-menu,
.cid-tLZhHS3VQE .navbar.opened {
  background: #ffffff !important;
}
.cid-tLZhHS3VQE .nav-item:focus,
.cid-tLZhHS3VQE .nav-link:focus {
  outline: none;
}
.cid-tLZhHS3VQE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLZhHS3VQE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLZhHS3VQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLZhHS3VQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLZhHS3VQE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLZhHS3VQE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar.opened {
  transition: all 0.3s;
}
.cid-tLZhHS3VQE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLZhHS3VQE .navbar .navbar-logo img {
  width: auto;
}
.cid-tLZhHS3VQE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLZhHS3VQE .navbar.collapsed {
  justify-content: center;
}
.cid-tLZhHS3VQE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLZhHS3VQE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLZhHS3VQE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLZhHS3VQE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLZhHS3VQE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLZhHS3VQE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLZhHS3VQE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLZhHS3VQE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLZhHS3VQE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLZhHS3VQE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLZhHS3VQE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLZhHS3VQE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLZhHS3VQE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLZhHS3VQE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLZhHS3VQE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLZhHS3VQE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLZhHS3VQE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLZhHS3VQE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLZhHS3VQE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLZhHS3VQE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLZhHS3VQE .dropdown-item.active,
.cid-tLZhHS3VQE .dropdown-item:active {
  background-color: transparent;
}
.cid-tLZhHS3VQE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLZhHS3VQE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLZhHS3VQE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLZhHS3VQE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLZhHS3VQE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLZhHS3VQE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLZhHS3VQE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLZhHS3VQE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLZhHS3VQE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLZhHS3VQE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLZhHS3VQE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLZhHS3VQE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLZhHS3VQE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLZhHS3VQE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLZhHS3VQE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLZhHS3VQE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLZhHS3VQE .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-tLZhHS3VQE .navbar {
    height: 70px;
  }
  .cid-tLZhHS3VQE .navbar.opened {
    height: auto;
  }
  .cid-tLZhHS3VQE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMCS9T4gv4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-tMCS9T4gv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMCS9T4gv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMCS9T4gv4 .mbr-section-title {
  color: #ffffff;
}
.cid-uV9AOooqwI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uV9AOooqwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9AOooqwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9AOooqwI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGmSslqnla {
  background-color: #fafafa;
}
.cid-uGmSslqnla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmSslqnla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmSslqnla .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGmSslqnla .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uGmSslqnla .mbr-section-title {
  color: #232323;
}
.cid-uGmSslqnla .mbr-text,
.cid-uGmSslqnla .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uUI20QISJd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUI20QISJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI20QISJd .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-uUI20QISJd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUI20QISJd .row {
  flex-direction: row-reverse;
}
.cid-uUI20QISJd img {
  width: 100%;
}
.cid-uGmTtFnDry {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31966a;
}
.cid-uGmTtFnDry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmTtFnDry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmTtFnDry .mbr-text {
  color: #c1c1c1;
}
.cid-uGmTtFnDry H3 {
  color: #ffffff;
}
.cid-tLuPqYs9AI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tLuPqYs9AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuPqYs9AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuPqYs9AI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLuPqYs9AI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLuPqYs9AI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLuPqYs9AI .mbr-text,
.cid-tLuPqYs9AI .mbr-section-btn {
  color: #232323;
}
.cid-uXSOPZmuKZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31966a;
}
.cid-uXSOPZmuKZ .mbr-text {
  color: #ffffff;
}
.cid-uYgycZz3AR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYgycZz3AR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgycZz3AR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgycZz3AR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYgycZz3AR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYgycZz3AR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUwoNMxpq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUwoNMxpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUwoNMxpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUwoNMxpq .mbr-text,
.cid-uXUwoNMxpq .mbr-section-btn {
  color: #232323;
}
.cid-uXUwoNMxpq .card-title,
.cid-uXUwoNMxpq .card-box {
  color: #ffffff;
}
.cid-uXUwoNMxpq .mbr-text,
.cid-uXUwoNMxpq .link-wrap {
  color: #ffffff;
}
.cid-uXUwoNMxpq .card-box .mbr-text,
.cid-uXUwoNMxpq .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uV9gWUgKn2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV9gWUgKn2 img,
.cid-uV9gWUgKn2 .item-img {
  width: 100%;
}
.cid-uV9gWUgKn2 .item:focus,
.cid-uV9gWUgKn2 span:focus {
  outline: none;
}
.cid-uV9gWUgKn2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uV9gWUgKn2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uV9gWUgKn2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV9gWUgKn2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uV9gWUgKn2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uV9gWUgKn2 .mbr-section-title {
  color: #232323;
}
.cid-uV9gWUgKn2 .mbr-text,
.cid-uV9gWUgKn2 .mbr-section-btn {
  text-align: left;
}
.cid-uV9gWUgKn2 .item-title {
  text-align: left;
}
.cid-uV9gWUgKn2 .item-subtitle {
  text-align: left;
}
.cid-uV9gWUgKn2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uVruTLgHrC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uVruTLgHrC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uXSPMzIOAC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXSPMzIOAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSPMzIOAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSPMzIOAC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSPMzIOAC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSPMzIOAC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXSR4OCc0w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXSR4OCc0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSR4OCc0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSR4OCc0w .mbr-text,
.cid-uXSR4OCc0w .mbr-section-btn {
  color: #232323;
}
.cid-uXSR4OCc0w .card-title,
.cid-uXSR4OCc0w .card-box {
  color: #ffffff;
}
.cid-uXSR4OCc0w .mbr-text,
.cid-uXSR4OCc0w .link-wrap {
  color: #ffffff;
}
.cid-uXSR4OCc0w .card-box .mbr-text,
.cid-uXSR4OCc0w .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX7dF5e57u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uX7dF5e57u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7dF5e57u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7dF5e57u .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uYgBI93mKQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYgBI93mKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgBI93mKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgBI93mKQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYgBI93mKQ .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uXSRsL82DN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXSRsL82DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSRsL82DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSRsL82DN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXSRsL82DN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXSRsL82DN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uVrwWSVskg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uVrwWSVskg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uWDp2jjH5x {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWDp2jjH5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDp2jjH5x .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-uWDp2jjH5x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWDp2jjH5x .row {
  flex-direction: row-reverse;
}
.cid-uWDp2jjH5x img {
  width: 100%;
}
.cid-uWASnodHgH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWASnodHgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWASnodHgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWASnodHgH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uWASnodHgH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uWASnodHgH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uX7b3Kejo3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX7b3Kejo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7b3Kejo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7b3Kejo3 .mbr-text,
.cid-uX7b3Kejo3 .mbr-section-btn {
  color: #232323;
}
.cid-uX7b3Kejo3 .card-title,
.cid-uX7b3Kejo3 .card-box {
  color: #ffffff;
}
.cid-uX7b3Kejo3 .mbr-text,
.cid-uX7b3Kejo3 .link-wrap {
  color: #ffffff;
}
.cid-uX7b3Kejo3 .card-box .mbr-text,
.cid-uX7b3Kejo3 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uVrznaHfg7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31966a;
}
.cid-uVrznaHfg7 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uVrznaHfg7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVrA6bcDNq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #daf2e4;
}
.cid-uVrA6bcDNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVrA6bcDNq .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-uVrA6bcDNq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVrA6bcDNq .row {
  flex-direction: row-reverse;
}
.cid-uVrA6bcDNq img {
  width: 100%;
}
.cid-uVrAE0cyvg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #daf2e4;
}
.cid-uVrAE0cyvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVrAE0cyvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9WO1jzsY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uV9WO1jzsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9WO1jzsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9WO1jzsY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uX7anDlvGt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX7anDlvGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7anDlvGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7anDlvGt .mbr-text,
.cid-uX7anDlvGt .mbr-section-btn {
  color: #232323;
}
.cid-uX7anDlvGt .card-title,
.cid-uX7anDlvGt .card-box {
  color: #ffffff;
}
.cid-uX7anDlvGt .mbr-text,
.cid-uX7anDlvGt .link-wrap {
  color: #ffffff;
}
.cid-uX7anDlvGt .card-box .mbr-text,
.cid-uX7anDlvGt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUIbPbQvG2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uUIbPbQvG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIbPbQvG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUIbPbQvG2 .card-wrapper {
  background: #31966a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUIbPbQvG2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUIbPbQvG2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUIbPbQvG2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uUIbPbQvG2 .mbr-text,
.cid-uUIbPbQvG2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUIbPbQvG2 .card-title,
.cid-uUIbPbQvG2 .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-tLuV7nSCY2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLuV7nSCY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuV7nSCY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuV7nSCY2 .img-wrapper {
  text-align: center;
}
.cid-tLuV7nSCY2 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tLuV7nSCY2 .row {
  align-items: flex-start;
}
.cid-tLuV7nSCY2 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tLuV7nSCY2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tLuV7nSCY2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuV7nSCY2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uXT2Uvy8hC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXT2Uvy8hC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT2Uvy8hC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT2Uvy8hC .mbr-text,
.cid-uXT2Uvy8hC .mbr-section-btn {
  color: #232323;
}
.cid-uXT2Uvy8hC .card-title,
.cid-uXT2Uvy8hC .card-box {
  color: #ffffff;
}
.cid-uXT2Uvy8hC .mbr-text,
.cid-uXT2Uvy8hC .link-wrap {
  color: #ffffff;
}
.cid-uXT2Uvy8hC .card-box .mbr-text,
.cid-uXT2Uvy8hC .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uX7bHSdtIX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uX7bHSdtIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7bHSdtIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7bHSdtIX .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uX7bIZgcUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX7bIZgcUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7bIZgcUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7bIZgcUv .mbr-text,
.cid-uX7bIZgcUv .mbr-section-btn {
  color: #232323;
}
.cid-uX7bIZgcUv .card-title,
.cid-uX7bIZgcUv .card-box {
  color: #ffffff;
}
.cid-uX7bIZgcUv .mbr-text,
.cid-uX7bIZgcUv .link-wrap {
  color: #ffffff;
}
.cid-uX7bIZgcUv .card-box .mbr-text,
.cid-uX7bIZgcUv .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tLv9wOUX1T {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #54b387;
}
.cid-tLv9wOUX1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLv9wOUX1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLv9wOUX1T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLv9wOUX1T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLv9wOUX1T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLv9wOUX1T .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLv9wOUX1T .mbr-text,
.cid-tLv9wOUX1T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLS5LTd4cU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-tLS5LTd4cU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLS5LTd4cU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLS5LTd4cU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWJDaef9tT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWJDaef9tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWJDaef9tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWJDaef9tT .mbr-text,
.cid-uWJDaef9tT .mbr-section-btn {
  color: #232323;
}
.cid-uWJDaef9tT .card-title,
.cid-uWJDaef9tT .card-box {
  color: #ffffff;
}
.cid-uWJDaef9tT .mbr-text,
.cid-uWJDaef9tT .link-wrap {
  color: #ffffff;
}
.cid-uWJDaef9tT .card-box .mbr-text,
.cid-uWJDaef9tT .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uXTIAab3s4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uXTIAab3s4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTIAab3s4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTIAab3s4 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uXTIG8qX0m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXTIG8qX0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTIG8qX0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTIG8qX0m .mbr-text,
.cid-uXTIG8qX0m .mbr-section-btn {
  color: #232323;
}
.cid-uXTIG8qX0m .card-title,
.cid-uXTIG8qX0m .card-box {
  color: #ffffff;
}
.cid-uXTIG8qX0m .mbr-text,
.cid-uXTIG8qX0m .link-wrap {
  color: #ffffff;
}
.cid-uXTIG8qX0m .card-box .mbr-text,
.cid-uXTIG8qX0m .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uYgQIq7ei9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYgQIq7ei9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgQIq7ei9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgQIq7ei9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uYgQIq7ei9 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uYgQZ8SVcj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYgQZ8SVcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgQZ8SVcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgQZ8SVcj .mbr-text,
.cid-uYgQZ8SVcj .mbr-section-btn {
  color: #232323;
}
.cid-uYgQZ8SVcj .card-title,
.cid-uYgQZ8SVcj .card-box {
  color: #ffffff;
}
.cid-uYgQZ8SVcj .mbr-text,
.cid-uYgQZ8SVcj .link-wrap {
  color: #ffffff;
}
.cid-uYgQZ8SVcj .card-box .mbr-text,
.cid-uYgQZ8SVcj .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uYgUesfraN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYgUesfraN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgUesfraN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgUesfraN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uYgUesfraN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uX0vlGTeWn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uX0vlGTeWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0vlGTeWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0vlGTeWn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uX0vlGTeWn .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uVrLxBLyTG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31966a;
}
.cid-uVrLxBLyTG .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uVrLxBLyTG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVrLypyyEl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #daf2e4;
}
.cid-uVrLypyyEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVrLypyyEl .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-uVrLypyyEl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVrLypyyEl .row {
  flex-direction: row-reverse;
}
.cid-uVrLypyyEl img {
  width: 100%;
}
.cid-uV9sXpSvQ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #daf2e4;
}
.cid-uV9sXpSvQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9sXpSvQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvNPIihEA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-tLvNPIihEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvNPIihEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvNPIihEA .mbr-section-title {
  color: #ffffff;
}
.cid-tLvSaK2auY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLvSaK2auY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvSaK2auY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvSaK2auY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLvSaK2auY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLvSaK2auY .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #134ac9;
}
.cid-tLvSaK2auY .panel-body,
.cid-tLvSaK2auY .card-header {
  padding: 1rem 0;
}
.cid-tLvSaK2auY .panel-title-edit {
  color: #000000;
}
.cid-uGyh6Ok938 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uGyh6Ok938 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGyh6Ok938 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGyh6Ok938 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uYgSIqdqZ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXT8dMyP1Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXT8dMyP1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXT8dMyP1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXT8dMyP1Y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXT8dMyP1Y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXT8dMyP1Y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLvZ1oY2hR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWDQdAFYuZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWDQdAFYuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDQdAFYuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDQdAFYuZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uWDQdAFYuZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uWDQdAFYuZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uWDQdAFYuZ .list {
  color: #4479d9;
}
.cid-tLw34lctBm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-tLw34lctBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw34lctBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLw34lctBm .mbr-section-title {
  color: #ffffff;
}
.cid-tLw3eVqFiP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #54b387;
}
.cid-tLw3eVqFiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw3eVqFiP .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-tLw3eVqFiP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLw3eVqFiP .row {
  flex-direction: row-reverse;
}
.cid-tLw3eVqFiP img {
  width: 100%;
}
.cid-tLw3eVqFiP .mbr-description {
  color: #ffffff;
}
.cid-tLw77WeYpz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #31966a;
}
.cid-tLw77WeYpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw77WeYpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLw77WeYpz .mbr-text,
.cid-tLw77WeYpz .mbr-section-btn {
  color: #ffffff;
}
.cid-tLwbO91c7M {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tLwbO91c7M .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLwQuQyLCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .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-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLwJ2tPhAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLwJ2tPhAO .mbr-section-subtitle {
  text-align: center;
}
.cid-tLwQuQyLCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .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-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLwMDsiyG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLwMDsiyG7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tLwQuQyLCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .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-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLwOqR04Lz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLwOqR04Lz .mbr-section-subtitle {
  text-align: center;
}
.cid-tLwQuQyLCE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .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-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYhNSSx2Gm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYhNSSx2Gm nav.navbar {
  position: fixed;
}
.cid-uYhNSSx2Gm .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-uYhNSSx2Gm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYhNSSx2Gm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYhNSSx2Gm .dropdown-item:hover,
.cid-uYhNSSx2Gm .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYhNSSx2Gm .dropdown-item:hover span {
  color: white;
}
.cid-uYhNSSx2Gm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYhNSSx2Gm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYhNSSx2Gm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYhNSSx2Gm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYhNSSx2Gm .nav-link {
  position: relative;
}
.cid-uYhNSSx2Gm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYhNSSx2Gm .container {
    flex-wrap: nowrap;
  }
}
.cid-uYhNSSx2Gm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYhNSSx2Gm .dropdown-menu,
.cid-uYhNSSx2Gm .navbar.opened {
  background: #ffffff !important;
}
.cid-uYhNSSx2Gm .nav-item:focus,
.cid-uYhNSSx2Gm .nav-link:focus {
  outline: none;
}
.cid-uYhNSSx2Gm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYhNSSx2Gm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYhNSSx2Gm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYhNSSx2Gm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYhNSSx2Gm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhNSSx2Gm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYhNSSx2Gm .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-uYhNSSx2Gm .navbar.opened {
  transition: all 0.3s;
}
.cid-uYhNSSx2Gm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYhNSSx2Gm .navbar .navbar-logo img {
  width: auto;
}
.cid-uYhNSSx2Gm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYhNSSx2Gm .navbar.collapsed {
  justify-content: center;
}
.cid-uYhNSSx2Gm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYhNSSx2Gm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYhNSSx2Gm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYhNSSx2Gm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYhNSSx2Gm .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-uYhNSSx2Gm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYhNSSx2Gm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYhNSSx2Gm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYhNSSx2Gm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYhNSSx2Gm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYhNSSx2Gm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYhNSSx2Gm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYhNSSx2Gm .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-uYhNSSx2Gm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYhNSSx2Gm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYhNSSx2Gm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYhNSSx2Gm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYhNSSx2Gm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYhNSSx2Gm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYhNSSx2Gm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYhNSSx2Gm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYhNSSx2Gm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYhNSSx2Gm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYhNSSx2Gm .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-uYhNSSx2Gm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYhNSSx2Gm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYhNSSx2Gm .dropdown-item.active,
.cid-uYhNSSx2Gm .dropdown-item:active {
  background-color: transparent;
}
.cid-uYhNSSx2Gm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYhNSSx2Gm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYhNSSx2Gm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYhNSSx2Gm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYhNSSx2Gm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYhNSSx2Gm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYhNSSx2Gm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYhNSSx2Gm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYhNSSx2Gm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYhNSSx2Gm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYhNSSx2Gm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYhNSSx2Gm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhNSSx2Gm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhNSSx2Gm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYhNSSx2Gm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhNSSx2Gm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYhNSSx2Gm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYhNSSx2Gm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhNSSx2Gm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYhNSSx2Gm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYhNSSx2Gm .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-uYhNSSx2Gm .navbar {
    height: 70px;
  }
  .cid-uYhNSSx2Gm .navbar.opened {
    height: auto;
  }
  .cid-uYhNSSx2Gm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYhNSTrMdo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYhNSTrMdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNSTrMdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNSTrMdo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYhNSTrMdo .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYhNSTrMdo .mbr-text,
.cid-uYhNSTrMdo .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhNSUj86z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYhNSUj86z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNSUj86z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNSUj86z .mbr-section-title {
  color: #ffffff;
}
.cid-uYhNSV4zPq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNSV4zPq .mbr-section-subtitle {
  text-align: center;
}
.cid-uYhNSV4zPq .mbr-text {
  color: #232323;
}
.cid-uYhNSVGYJe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhPqFnAPP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNSWmcKB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNSWmcKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNSWmcKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNSWmcKB ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhNSWmcKB li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhNSWmcKB ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhPMTT4lT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhPMTT4lT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhPMTT4lT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhPMTT4lT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhPMTT4lT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhPMTT4lT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhNSX6bU9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhNSXJ8HY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNSXJ8HY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNSXJ8HY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNSXJ8HY .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uYhNSYBfrP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhQkIHxfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhQkIHxfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhQkIHxfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhQkIHxfp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhQkIHxfp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhQkIHxfp ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhNSZwIhX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNT0dnSm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNT0dnSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNT0dnSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNT0dnSm .img-wrapper {
  text-align: center;
}
.cid-uYhNT0dnSm img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYhNT0dnSm .row {
  align-items: flex-start;
}
.cid-uYhNT0dnSm .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYhNT0dnSm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYhNT0dnSm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhNT0dnSm .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYhNT1phe9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNT1phe9 .mbr-text {
  color: #232323;
}
.cid-uYhNT2fQ9U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYhNT36sgo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNT36sgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNT36sgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNT36sgo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhNT36sgo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhNT36sgo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhRjf0iEO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhRjf0iEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhRjf0iEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhRjf0iEO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhRjf0iEO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhRjf0iEO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhNT3YzAy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhNT4OGF5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhRMnFjQV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhNT5GrN4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNT5GrN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNT5GrN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNT5GrN4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhNT5GrN4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhNT5GrN4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhNT6yUiN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhNT7rfuh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhNT8XuzC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhSzRYvTQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhSzRYvTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhSzRYvTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhSzRYvTQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhSzRYvTQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhSzRYvTQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhSTwtQ9F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhSTwtQ9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhSTwtQ9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhSTwtQ9F ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhSTwtQ9F li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhSTwtQ9F ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhSAioRWj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhNT9zIdh {
  background-color: #54b387;
}
.cid-uYhNT9zIdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNT9zIdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNT9zIdh .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYhNT9zIdh .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYhNT9zIdh .mbr-text,
.cid-uYhNT9zIdh .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhNTaq3YD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYhNTaq3YD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNTaq3YD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNTaq3YD .mbr-section-title {
  color: #ffffff;
}
.cid-uYhNTaq3YD .mbr-text,
.cid-uYhNTaq3YD .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhNTbh6kw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYhNTbh6kw .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYhNTbYzoa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYhNTbYzoa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYhNTbYzoa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYhNTbYzoa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYhNTbYzoa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYhNTbYzoa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYhNTbYzoa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYhNTbYzoa .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-uYhNTbYzoa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYhNTbYzoa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYhNTbYzoa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYhNTbYzoa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYhNTbYzoa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYhNTbYzoa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYhNTbYzoa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYhTcn86Fa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYhTcn86Fa nav.navbar {
  position: fixed;
}
.cid-uYhTcn86Fa .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-uYhTcn86Fa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYhTcn86Fa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYhTcn86Fa .dropdown-item:hover,
.cid-uYhTcn86Fa .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYhTcn86Fa .dropdown-item:hover span {
  color: white;
}
.cid-uYhTcn86Fa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYhTcn86Fa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYhTcn86Fa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYhTcn86Fa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYhTcn86Fa .nav-link {
  position: relative;
}
.cid-uYhTcn86Fa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYhTcn86Fa .container {
    flex-wrap: nowrap;
  }
}
.cid-uYhTcn86Fa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYhTcn86Fa .dropdown-menu,
.cid-uYhTcn86Fa .navbar.opened {
  background: #ffffff !important;
}
.cid-uYhTcn86Fa .nav-item:focus,
.cid-uYhTcn86Fa .nav-link:focus {
  outline: none;
}
.cid-uYhTcn86Fa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYhTcn86Fa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYhTcn86Fa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYhTcn86Fa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYhTcn86Fa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhTcn86Fa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYhTcn86Fa .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-uYhTcn86Fa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYhTcn86Fa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYhTcn86Fa .navbar .navbar-logo img {
  width: auto;
}
.cid-uYhTcn86Fa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYhTcn86Fa .navbar.collapsed {
  justify-content: center;
}
.cid-uYhTcn86Fa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYhTcn86Fa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYhTcn86Fa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYhTcn86Fa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYhTcn86Fa .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-uYhTcn86Fa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYhTcn86Fa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYhTcn86Fa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYhTcn86Fa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYhTcn86Fa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYhTcn86Fa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYhTcn86Fa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYhTcn86Fa .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-uYhTcn86Fa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYhTcn86Fa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYhTcn86Fa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYhTcn86Fa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYhTcn86Fa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYhTcn86Fa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYhTcn86Fa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYhTcn86Fa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYhTcn86Fa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYhTcn86Fa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYhTcn86Fa .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-uYhTcn86Fa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYhTcn86Fa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYhTcn86Fa .dropdown-item.active,
.cid-uYhTcn86Fa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYhTcn86Fa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYhTcn86Fa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYhTcn86Fa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYhTcn86Fa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYhTcn86Fa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYhTcn86Fa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYhTcn86Fa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYhTcn86Fa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYhTcn86Fa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYhTcn86Fa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYhTcn86Fa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYhTcn86Fa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhTcn86Fa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhTcn86Fa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYhTcn86Fa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhTcn86Fa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYhTcn86Fa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYhTcn86Fa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhTcn86Fa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYhTcn86Fa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYhTcn86Fa .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-uYhTcn86Fa .navbar {
    height: 70px;
  }
  .cid-uYhTcn86Fa .navbar.opened {
    height: auto;
  }
  .cid-uYhTcn86Fa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYhTco4ohk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYhTco4ohk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTco4ohk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTco4ohk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYhTco4ohk .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYhTco4ohk .mbr-text,
.cid-uYhTco4ohk .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhTcp50rj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYhTcp50rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTcp50rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTcp50rj .mbr-section-title {
  color: #ffffff;
}
.cid-uYhTcpJa7F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcpJa7F .mbr-section-subtitle {
  text-align: center;
}
.cid-uYhTcpJa7F .mbr-text {
  color: #232323;
}
.cid-uYhTcr3Vdp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcrJQkx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcrJQkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTcrJQkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTcrJQkx ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhTcrJQkx li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhTcrJQkx ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhU7gXodN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhUcLebyY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhTctgSLW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhTcuHtaQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhTcvlBcC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcvlBcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTcvlBcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTcvlBcC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhTcvlBcC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhTcvlBcC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhVgfIq0P {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhTcw9HpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcwOdsA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcwOdsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTcwOdsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTcwOdsA .img-wrapper {
  text-align: center;
}
.cid-uYhTcwOdsA img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYhTcwOdsA .row {
  align-items: flex-start;
}
.cid-uYhTcwOdsA .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYhTcwOdsA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYhTcwOdsA .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhTcwOdsA .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYhTcyhf2T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcyhf2T .mbr-text {
  color: #232323;
}
.cid-uYhTcz0w64 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYhTcCJZWx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhTcDsarV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcDsarV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTcDsarV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTcDsarV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhTcDsarV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhTcDsarV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhTcFRLUr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhTcGxLAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhTcGxLAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTcGxLAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTcGxLAX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhTcGxLAX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhTcGxLAX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhTcI428L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhTcIL13p {
  background-color: #54b387;
}
.cid-uYhTcIL13p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTcIL13p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTcIL13p .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYhTcIL13p .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYhTcIL13p .mbr-text,
.cid-uYhTcIL13p .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhTcJzGW5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYhTcJzGW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhTcJzGW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhTcJzGW5 .mbr-section-title {
  color: #ffffff;
}
.cid-uYhTcJzGW5 .mbr-text,
.cid-uYhTcJzGW5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhTcKvGdY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYhTcKvGdY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYhTcLhimv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYhTcLhimv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYhTcLhimv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYhTcLhimv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYhTcLhimv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYhTcLhimv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYhTcLhimv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYhTcLhimv .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-uYhTcLhimv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYhTcLhimv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYhTcLhimv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYhTcLhimv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYhTcLhimv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYhTcLhimv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYhTcLhimv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYhXlZrjVb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYhXlZrjVb nav.navbar {
  position: fixed;
}
.cid-uYhXlZrjVb .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-uYhXlZrjVb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYhXlZrjVb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYhXlZrjVb .dropdown-item:hover,
.cid-uYhXlZrjVb .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYhXlZrjVb .dropdown-item:hover span {
  color: white;
}
.cid-uYhXlZrjVb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYhXlZrjVb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYhXlZrjVb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYhXlZrjVb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYhXlZrjVb .nav-link {
  position: relative;
}
.cid-uYhXlZrjVb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYhXlZrjVb .container {
    flex-wrap: nowrap;
  }
}
.cid-uYhXlZrjVb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYhXlZrjVb .dropdown-menu,
.cid-uYhXlZrjVb .navbar.opened {
  background: #ffffff !important;
}
.cid-uYhXlZrjVb .nav-item:focus,
.cid-uYhXlZrjVb .nav-link:focus {
  outline: none;
}
.cid-uYhXlZrjVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYhXlZrjVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYhXlZrjVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYhXlZrjVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYhXlZrjVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhXlZrjVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYhXlZrjVb .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-uYhXlZrjVb .navbar.opened {
  transition: all 0.3s;
}
.cid-uYhXlZrjVb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYhXlZrjVb .navbar .navbar-logo img {
  width: auto;
}
.cid-uYhXlZrjVb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYhXlZrjVb .navbar.collapsed {
  justify-content: center;
}
.cid-uYhXlZrjVb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYhXlZrjVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYhXlZrjVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYhXlZrjVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYhXlZrjVb .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-uYhXlZrjVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYhXlZrjVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYhXlZrjVb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYhXlZrjVb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYhXlZrjVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYhXlZrjVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYhXlZrjVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYhXlZrjVb .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-uYhXlZrjVb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYhXlZrjVb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYhXlZrjVb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYhXlZrjVb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYhXlZrjVb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYhXlZrjVb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYhXlZrjVb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYhXlZrjVb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYhXlZrjVb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYhXlZrjVb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYhXlZrjVb .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-uYhXlZrjVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYhXlZrjVb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYhXlZrjVb .dropdown-item.active,
.cid-uYhXlZrjVb .dropdown-item:active {
  background-color: transparent;
}
.cid-uYhXlZrjVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYhXlZrjVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYhXlZrjVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYhXlZrjVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYhXlZrjVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYhXlZrjVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYhXlZrjVb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYhXlZrjVb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYhXlZrjVb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYhXlZrjVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYhXlZrjVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYhXlZrjVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhXlZrjVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhXlZrjVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYhXlZrjVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhXlZrjVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYhXlZrjVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYhXlZrjVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhXlZrjVb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYhXlZrjVb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYhXlZrjVb .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-uYhXlZrjVb .navbar {
    height: 70px;
  }
  .cid-uYhXlZrjVb .navbar.opened {
    height: auto;
  }
  .cid-uYhXlZrjVb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYhXm0kxXV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYhXm0kxXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXm0kxXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXm0kxXV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYhXm0kxXV .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYhXm0kxXV .mbr-text,
.cid-uYhXm0kxXV .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhXm1nTOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYhXm1nTOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXm1nTOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXm1nTOc .mbr-section-title {
  color: #ffffff;
}
.cid-uYhXm2aOqv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhXm2aOqv .mbr-section-subtitle {
  text-align: center;
}
.cid-uYhXm2aOqv .mbr-text {
  color: #232323;
}
.cid-uYhXm2NNwZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhY0Bfcjb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhXm3sFAg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhXm3sFAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXm3sFAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXm3sFAg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhXm3sFAg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhXm3sFAg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhYeJ1jGY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhYeJ1jGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhYeJ1jGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhYeJ1jGY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhYeJ1jGY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhYeJ1jGY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhXm4kV4O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhXm4YfaB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhXm7NY0w {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhXm8tJAd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhXm99dze {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhXm99dze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXm99dze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXm99dze .img-wrapper {
  text-align: center;
}
.cid-uYhXm99dze img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYhXm99dze .row {
  align-items: flex-start;
}
.cid-uYhXm99dze .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYhXm99dze .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYhXm99dze .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhXm99dze .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYhXmaz315 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhXmaz315 .mbr-text {
  color: #232323;
}
.cid-uYhZ34RDpS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhZ34RDpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhZ34RDpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhZ34RDpS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhZ34RDpS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhZ34RDpS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhZ2DiWAp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhZ2DiWAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhZ2DiWAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhZ2DiWAp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhZ2DiWAp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhZ2DiWAp ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhZ4iuGdQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhXmbdFrO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYhXmbTsbo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhXmcyiAz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhXmcyiAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXmcyiAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXmcyiAz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhXmcyiAz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhXmcyiAz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhZYDOYIE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYi09I0XLD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYi0avxNgf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYi0avxNgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYi0avxNgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYi0avxNgf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYi0avxNgf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYi0avxNgf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYi0b9mnNx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYi0c1wSEa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhXmdlkd0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhXme6fbo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhXme6fbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXme6fbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXme6fbo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhXme6fbo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhXme6fbo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYi0G9FGp9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYi0G9FGp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYi0G9FGp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYi0G9FGp9 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYi0G9FGp9 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYi0G9FGp9 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhXmeZUUZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhXmfGy4C {
  background-color: #54b387;
}
.cid-uYhXmfGy4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXmfGy4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXmfGy4C .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYhXmfGy4C .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYhXmfGy4C .mbr-text,
.cid-uYhXmfGy4C .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhXmguilc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYhXmguilc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXmguilc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXmguilc .mbr-section-title {
  color: #ffffff;
}
.cid-uYhXmguilc .mbr-text,
.cid-uYhXmguilc .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhXmhl7pr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYhXmhl7pr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYhXmi3bcn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYhXmi3bcn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYhXmi3bcn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYhXmi3bcn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYhXmi3bcn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYhXmi3bcn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYhXmi3bcn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYhXmi3bcn .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-uYhXmi3bcn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYhXmi3bcn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYhXmi3bcn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYhXmi3bcn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYhXmi3bcn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYhXmi3bcn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYhXmi3bcn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYid9pcHWK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYid9pcHWK nav.navbar {
  position: fixed;
}
.cid-uYid9pcHWK .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-uYid9pcHWK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYid9pcHWK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYid9pcHWK .dropdown-item:hover,
.cid-uYid9pcHWK .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYid9pcHWK .dropdown-item:hover span {
  color: white;
}
.cid-uYid9pcHWK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYid9pcHWK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYid9pcHWK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYid9pcHWK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYid9pcHWK .nav-link {
  position: relative;
}
.cid-uYid9pcHWK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYid9pcHWK .container {
    flex-wrap: nowrap;
  }
}
.cid-uYid9pcHWK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYid9pcHWK .dropdown-menu,
.cid-uYid9pcHWK .navbar.opened {
  background: #ffffff !important;
}
.cid-uYid9pcHWK .nav-item:focus,
.cid-uYid9pcHWK .nav-link:focus {
  outline: none;
}
.cid-uYid9pcHWK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYid9pcHWK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYid9pcHWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYid9pcHWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYid9pcHWK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYid9pcHWK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYid9pcHWK .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-uYid9pcHWK .navbar.opened {
  transition: all 0.3s;
}
.cid-uYid9pcHWK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYid9pcHWK .navbar .navbar-logo img {
  width: auto;
}
.cid-uYid9pcHWK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYid9pcHWK .navbar.collapsed {
  justify-content: center;
}
.cid-uYid9pcHWK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYid9pcHWK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYid9pcHWK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYid9pcHWK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYid9pcHWK .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-uYid9pcHWK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYid9pcHWK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYid9pcHWK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYid9pcHWK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYid9pcHWK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYid9pcHWK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYid9pcHWK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYid9pcHWK .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-uYid9pcHWK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYid9pcHWK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYid9pcHWK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYid9pcHWK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYid9pcHWK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYid9pcHWK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYid9pcHWK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYid9pcHWK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYid9pcHWK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYid9pcHWK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYid9pcHWK .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-uYid9pcHWK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYid9pcHWK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYid9pcHWK .dropdown-item.active,
.cid-uYid9pcHWK .dropdown-item:active {
  background-color: transparent;
}
.cid-uYid9pcHWK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYid9pcHWK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYid9pcHWK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYid9pcHWK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYid9pcHWK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYid9pcHWK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYid9pcHWK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYid9pcHWK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYid9pcHWK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYid9pcHWK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYid9pcHWK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYid9pcHWK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYid9pcHWK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYid9pcHWK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYid9pcHWK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYid9pcHWK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYid9pcHWK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYid9pcHWK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYid9pcHWK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYid9pcHWK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYid9pcHWK .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-uYid9pcHWK .navbar {
    height: 70px;
  }
  .cid-uYid9pcHWK .navbar.opened {
    height: auto;
  }
  .cid-uYid9pcHWK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYid9pV1WF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYid9pV1WF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYid9pV1WF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYid9pV1WF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYid9pV1WF .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYid9pV1WF .mbr-text,
.cid-uYid9pV1WF .mbr-section-btn {
  color: #ffffff;
}
.cid-uYid9qDEs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYid9qDEs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYid9qDEs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYid9qDEs5 .mbr-section-title {
  color: #ffffff;
}
.cid-uYid9ruZYp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYid9ruZYp .mbr-section-subtitle {
  text-align: center;
}
.cid-uYid9ruZYp .mbr-text {
  color: #232323;
}
.cid-uYid9s7Jy9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYid9sKk45 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYidZEF1sm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYid9uMwOQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYid9vnTjS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYieKPqnY7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYieKPqnY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYieKPqnY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYieKPqnY7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYieKPqnY7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYieKPqnY7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYid9w4Eh0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYid9wJKUZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYid9xomhk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYid9xomhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYid9xomhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYid9xomhk .img-wrapper {
  text-align: center;
}
.cid-uYid9xomhk img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYid9xomhk .row {
  align-items: flex-start;
}
.cid-uYid9xomhk .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYid9xomhk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYid9xomhk .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYid9xomhk .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYid9yvhj6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYid9yvhj6 .mbr-text {
  color: #232323;
}
.cid-uYid9zcyhE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYid9zcyhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYid9zcyhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYid9zcyhE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYid9zcyhE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYid9zcyhE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYifSnCsQL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYid9zX16L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYid9zX16L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYid9zX16L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYid9zX16L ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYid9zX16L li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYid9zX16L ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYid9AHQB9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYid9BqVwp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYid9CbS8s {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYid9HfoEi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYid9KneEa {
  background-color: #54b387;
}
.cid-uYid9KneEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYid9KneEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYid9KneEa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYid9KneEa .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYid9KneEa .mbr-text,
.cid-uYid9KneEa .mbr-section-btn {
  color: #ffffff;
}
.cid-uYid9Li479 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYid9Li479 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYid9Li479 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYid9Li479 .mbr-section-title {
  color: #ffffff;
}
.cid-uYid9Li479 .mbr-text,
.cid-uYid9Li479 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYid9MFRLJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYid9MFRLJ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYid9NzSTP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYid9NzSTP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYid9NzSTP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYid9NzSTP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYid9NzSTP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYid9NzSTP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYid9NzSTP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYid9NzSTP .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-uYid9NzSTP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYid9NzSTP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYid9NzSTP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYid9NzSTP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYid9NzSTP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYid9NzSTP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYid9NzSTP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYkeTVlfKL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYkeTVlfKL nav.navbar {
  position: fixed;
}
.cid-uYkeTVlfKL .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-uYkeTVlfKL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYkeTVlfKL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYkeTVlfKL .dropdown-item:hover,
.cid-uYkeTVlfKL .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYkeTVlfKL .dropdown-item:hover span {
  color: white;
}
.cid-uYkeTVlfKL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYkeTVlfKL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYkeTVlfKL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYkeTVlfKL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYkeTVlfKL .nav-link {
  position: relative;
}
.cid-uYkeTVlfKL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYkeTVlfKL .container {
    flex-wrap: nowrap;
  }
}
.cid-uYkeTVlfKL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYkeTVlfKL .dropdown-menu,
.cid-uYkeTVlfKL .navbar.opened {
  background: #ffffff !important;
}
.cid-uYkeTVlfKL .nav-item:focus,
.cid-uYkeTVlfKL .nav-link:focus {
  outline: none;
}
.cid-uYkeTVlfKL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYkeTVlfKL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYkeTVlfKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYkeTVlfKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYkeTVlfKL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYkeTVlfKL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYkeTVlfKL .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-uYkeTVlfKL .navbar.opened {
  transition: all 0.3s;
}
.cid-uYkeTVlfKL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYkeTVlfKL .navbar .navbar-logo img {
  width: auto;
}
.cid-uYkeTVlfKL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYkeTVlfKL .navbar.collapsed {
  justify-content: center;
}
.cid-uYkeTVlfKL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYkeTVlfKL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYkeTVlfKL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYkeTVlfKL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYkeTVlfKL .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-uYkeTVlfKL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYkeTVlfKL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYkeTVlfKL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYkeTVlfKL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYkeTVlfKL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYkeTVlfKL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYkeTVlfKL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYkeTVlfKL .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-uYkeTVlfKL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYkeTVlfKL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYkeTVlfKL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYkeTVlfKL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYkeTVlfKL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYkeTVlfKL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYkeTVlfKL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYkeTVlfKL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYkeTVlfKL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYkeTVlfKL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYkeTVlfKL .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-uYkeTVlfKL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYkeTVlfKL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYkeTVlfKL .dropdown-item.active,
.cid-uYkeTVlfKL .dropdown-item:active {
  background-color: transparent;
}
.cid-uYkeTVlfKL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYkeTVlfKL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYkeTVlfKL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYkeTVlfKL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYkeTVlfKL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYkeTVlfKL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYkeTVlfKL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYkeTVlfKL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYkeTVlfKL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYkeTVlfKL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYkeTVlfKL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYkeTVlfKL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkeTVlfKL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkeTVlfKL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYkeTVlfKL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkeTVlfKL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYkeTVlfKL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYkeTVlfKL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkeTVlfKL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYkeTVlfKL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYkeTVlfKL .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-uYkeTVlfKL .navbar {
    height: 70px;
  }
  .cid-uYkeTVlfKL .navbar.opened {
    height: auto;
  }
  .cid-uYkeTVlfKL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYkeTWc4A5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYkeTWc4A5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkeTWc4A5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkeTWc4A5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkeTWc4A5 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYkeTWc4A5 .mbr-text,
.cid-uYkeTWc4A5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkeTWSJm8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYkeTWSJm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkeTWSJm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkeTWSJm8 .mbr-section-title {
  color: #ffffff;
}
.cid-uYkeTXJe6o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkeTXJe6o .mbr-section-subtitle {
  text-align: center;
}
.cid-uYkeTXJe6o .mbr-text {
  color: #232323;
}
.cid-uYkeTYqZrE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkeTZ6SLO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkgdu8Fxs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkgdu8Fxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkgdu8Fxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkgdu8Fxs ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkgdu8Fxs li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkgdu8Fxs ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkgelAQoU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkeU23mWX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkeU2DXah {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkeU3cQou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkeU3cQou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkeU3cQou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkeU3cQou .img-wrapper {
  text-align: center;
}
.cid-uYkeU3cQou img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYkeU3cQou .row {
  align-items: flex-start;
}
.cid-uYkeU3cQou .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYkeU3cQou .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYkeU3cQou .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYkeU3cQou .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYkeU4y6CT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkeU4y6CT .mbr-text {
  color: #232323;
}
.cid-uYkeU6igu4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkeU80w21 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkibyunmd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkibyunmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkibyunmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkibyunmd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkibyunmd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkibyunmd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYki7egk7F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYki7egk7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYki7egk7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYki7egk7F ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYki7egk7F li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYki7egk7F ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkiabs886 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkiabs886 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkiabs886 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkiabs886 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkiabs886 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkiabs886 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkeU8Yeqy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYkj0cGmUI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkj1UzgT5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkj1UzgT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkj1UzgT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkj1UzgT5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkj1UzgT5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkj1UzgT5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkj3Q77D4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkeU9AXps {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkjDS3KQn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkjDS3KQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkjDS3KQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkjDS3KQn ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkjDS3KQn li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkjDS3KQn ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkjF3rfGE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkjF3rfGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkjF3rfGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkjF3rfGE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkjF3rfGE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkjF3rfGE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkeUag4Q7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkjFWcd7o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkjFWcd7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkjFWcd7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkjFWcd7o ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkjFWcd7o li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkjFWcd7o ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkjGJmD5F {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkeUaVl6W {
  background-color: #54b387;
}
.cid-uYkeUaVl6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkeUaVl6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkeUaVl6W .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkeUaVl6W .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYkeUaVl6W .mbr-text,
.cid-uYkeUaVl6W .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkeUbJ7OA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYkeUbJ7OA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkeUbJ7OA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkeUbJ7OA .mbr-section-title {
  color: #ffffff;
}
.cid-uYkeUbJ7OA .mbr-text,
.cid-uYkeUbJ7OA .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkeUcEnQh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYkeUcEnQh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYkeUdnTBe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYkeUdnTBe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYkeUdnTBe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYkeUdnTBe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYkeUdnTBe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYkeUdnTBe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYkeUdnTBe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYkeUdnTBe .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-uYkeUdnTBe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYkeUdnTBe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYkeUdnTBe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYkeUdnTBe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYkeUdnTBe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYkeUdnTBe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYkeUdnTBe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYkkOyBtiB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYkkOyBtiB nav.navbar {
  position: fixed;
}
.cid-uYkkOyBtiB .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-uYkkOyBtiB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYkkOyBtiB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYkkOyBtiB .dropdown-item:hover,
.cid-uYkkOyBtiB .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYkkOyBtiB .dropdown-item:hover span {
  color: white;
}
.cid-uYkkOyBtiB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYkkOyBtiB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYkkOyBtiB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYkkOyBtiB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYkkOyBtiB .nav-link {
  position: relative;
}
.cid-uYkkOyBtiB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYkkOyBtiB .container {
    flex-wrap: nowrap;
  }
}
.cid-uYkkOyBtiB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYkkOyBtiB .dropdown-menu,
.cid-uYkkOyBtiB .navbar.opened {
  background: #ffffff !important;
}
.cid-uYkkOyBtiB .nav-item:focus,
.cid-uYkkOyBtiB .nav-link:focus {
  outline: none;
}
.cid-uYkkOyBtiB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYkkOyBtiB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYkkOyBtiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYkkOyBtiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYkkOyBtiB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYkkOyBtiB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYkkOyBtiB .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-uYkkOyBtiB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYkkOyBtiB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYkkOyBtiB .navbar .navbar-logo img {
  width: auto;
}
.cid-uYkkOyBtiB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYkkOyBtiB .navbar.collapsed {
  justify-content: center;
}
.cid-uYkkOyBtiB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYkkOyBtiB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYkkOyBtiB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYkkOyBtiB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYkkOyBtiB .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-uYkkOyBtiB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYkkOyBtiB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYkkOyBtiB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYkkOyBtiB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYkkOyBtiB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYkkOyBtiB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYkkOyBtiB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYkkOyBtiB .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-uYkkOyBtiB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYkkOyBtiB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYkkOyBtiB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYkkOyBtiB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYkkOyBtiB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYkkOyBtiB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYkkOyBtiB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYkkOyBtiB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYkkOyBtiB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYkkOyBtiB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYkkOyBtiB .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-uYkkOyBtiB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYkkOyBtiB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYkkOyBtiB .dropdown-item.active,
.cid-uYkkOyBtiB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYkkOyBtiB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYkkOyBtiB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYkkOyBtiB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYkkOyBtiB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYkkOyBtiB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYkkOyBtiB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYkkOyBtiB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYkkOyBtiB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYkkOyBtiB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYkkOyBtiB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYkkOyBtiB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYkkOyBtiB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkkOyBtiB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkkOyBtiB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYkkOyBtiB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkkOyBtiB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYkkOyBtiB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYkkOyBtiB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkkOyBtiB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYkkOyBtiB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYkkOyBtiB .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-uYkkOyBtiB .navbar {
    height: 70px;
  }
  .cid-uYkkOyBtiB .navbar.opened {
    height: auto;
  }
  .cid-uYkkOyBtiB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYkkOznFwt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYkkOznFwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkOznFwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkOznFwt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkkOznFwt .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYkkOznFwt .mbr-text,
.cid-uYkkOznFwt .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkkOAn545 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYkkOAn545 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkOAn545 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkOAn545 .mbr-section-title {
  color: #ffffff;
}
.cid-uYkkOBhWSr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOBhWSr .mbr-section-subtitle {
  text-align: center;
}
.cid-uYkkOBhWSr .mbr-text {
  color: #232323;
}
.cid-uYkkOBZ00m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOFkIUG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOG0scw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOG0scw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkOG0scw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkOG0scw .img-wrapper {
  text-align: center;
}
.cid-uYkkOG0scw img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYkkOG0scw .row {
  align-items: flex-start;
}
.cid-uYkkOG0scw .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYkkOG0scw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYkkOG0scw .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYkkOG0scw .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYkkOH6qef {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOH6qef .mbr-text {
  color: #232323;
}
.cid-uYkkOHIbrP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOIr3rQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkkOLjHbx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYkkOM4jOT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOMOiSE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOMOiSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkOMOiSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkOMOiSE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkkOMOiSE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkkOMOiSE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkkONvQ1t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOOfbQf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkkOP0p5o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOP0p5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkOP0p5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkOP0p5o ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkkOP0p5o li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkkOP0p5o ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkkOPMw6D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkOPMw6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkOPMw6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkOPMw6D ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkkOPMw6D li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkkOPMw6D ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkkOQAOYx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkORptFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkkORptFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkORptFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkORptFl ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkkORptFl li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkkORptFl ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkkOSllrt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkkOTHuu3 {
  background-color: #54b387;
}
.cid-uYkkOTHuu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkOTHuu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkOTHuu3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkkOTHuu3 .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYkkOTHuu3 .mbr-text,
.cid-uYkkOTHuu3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkkOUPF28 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYkkOUPF28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkkOUPF28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkkOUPF28 .mbr-section-title {
  color: #ffffff;
}
.cid-uYkkOUPF28 .mbr-text,
.cid-uYkkOUPF28 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkkOVUiye {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYkkOVUiye .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYkkOWQ3QF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYkkOWQ3QF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYkkOWQ3QF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYkkOWQ3QF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYkkOWQ3QF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYkkOWQ3QF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYkkOWQ3QF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYkkOWQ3QF .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-uYkkOWQ3QF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYkkOWQ3QF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYkkOWQ3QF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYkkOWQ3QF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYkkOWQ3QF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYkkOWQ3QF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYkkOWQ3QF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYkoa2bqN2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYkoa2bqN2 nav.navbar {
  position: fixed;
}
.cid-uYkoa2bqN2 .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-uYkoa2bqN2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYkoa2bqN2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYkoa2bqN2 .dropdown-item:hover,
.cid-uYkoa2bqN2 .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYkoa2bqN2 .dropdown-item:hover span {
  color: white;
}
.cid-uYkoa2bqN2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYkoa2bqN2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYkoa2bqN2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYkoa2bqN2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYkoa2bqN2 .nav-link {
  position: relative;
}
.cid-uYkoa2bqN2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYkoa2bqN2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYkoa2bqN2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYkoa2bqN2 .dropdown-menu,
.cid-uYkoa2bqN2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYkoa2bqN2 .nav-item:focus,
.cid-uYkoa2bqN2 .nav-link:focus {
  outline: none;
}
.cid-uYkoa2bqN2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYkoa2bqN2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYkoa2bqN2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYkoa2bqN2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYkoa2bqN2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYkoa2bqN2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYkoa2bqN2 .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-uYkoa2bqN2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYkoa2bqN2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYkoa2bqN2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYkoa2bqN2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYkoa2bqN2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYkoa2bqN2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYkoa2bqN2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYkoa2bqN2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYkoa2bqN2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYkoa2bqN2 .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-uYkoa2bqN2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYkoa2bqN2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYkoa2bqN2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYkoa2bqN2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYkoa2bqN2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYkoa2bqN2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYkoa2bqN2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYkoa2bqN2 .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-uYkoa2bqN2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYkoa2bqN2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYkoa2bqN2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYkoa2bqN2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYkoa2bqN2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYkoa2bqN2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYkoa2bqN2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYkoa2bqN2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYkoa2bqN2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYkoa2bqN2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYkoa2bqN2 .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-uYkoa2bqN2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYkoa2bqN2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYkoa2bqN2 .dropdown-item.active,
.cid-uYkoa2bqN2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYkoa2bqN2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYkoa2bqN2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYkoa2bqN2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYkoa2bqN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYkoa2bqN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYkoa2bqN2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYkoa2bqN2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYkoa2bqN2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYkoa2bqN2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYkoa2bqN2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYkoa2bqN2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYkoa2bqN2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkoa2bqN2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkoa2bqN2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYkoa2bqN2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkoa2bqN2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYkoa2bqN2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYkoa2bqN2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkoa2bqN2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYkoa2bqN2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYkoa2bqN2 .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-uYkoa2bqN2 .navbar {
    height: 70px;
  }
  .cid-uYkoa2bqN2 .navbar.opened {
    height: auto;
  }
  .cid-uYkoa2bqN2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYkoa35dMh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYkoa35dMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoa35dMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoa35dMh .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkoa35dMh .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYkoa35dMh .mbr-text,
.cid-uYkoa35dMh .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkoa3SSXx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYkoa3SSXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoa3SSXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoa3SSXx .mbr-section-title {
  color: #ffffff;
}
.cid-uYkoa4KJJG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoa4KJJG .mbr-section-subtitle {
  text-align: center;
}
.cid-uYkoa4KJJG .mbr-text {
  color: #232323;
}
.cid-uYkoa5jSQz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoQmrVKu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkp1mMu0R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkp2GK3tC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkp2GK3tC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkp2GK3tC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkp2GK3tC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkp2GK3tC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkp2GK3tC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkpk7Kh5k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkpzd5ZMf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkpAjUw2f {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkpBGao1y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkpBGao1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkpBGao1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkpBGao1y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkpBGao1y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkpBGao1y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkpD1swnA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkpD1swnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkpD1swnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkpD1swnA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkpD1swnA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkpD1swnA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkpE9YckS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkpE9YckS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkpE9YckS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkpE9YckS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkpE9YckS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkpE9YckS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkqpPM1CN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkqpPM1CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkqpPM1CN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkqpPM1CN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkqpPM1CN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkqpPM1CN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkqqCMpOq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkoa5RAvm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoa6nNeK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoa6nNeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoa6nNeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoa6nNeK .img-wrapper {
  text-align: center;
}
.cid-uYkoa6nNeK img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYkoa6nNeK .row {
  align-items: flex-start;
}
.cid-uYkoa6nNeK .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYkoa6nNeK .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYkoa6nNeK .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYkoa6nNeK .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYkoa9ZAht {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoaaMVIo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoaaMVIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoaaMVIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoaaMVIo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkoaaMVIo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkoaaMVIo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkoabv88R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkrtBqR96 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkoacX3OP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoacX3OP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoacX3OP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoacX3OP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkoacX3OP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkoacX3OP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkoadH6VN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoadH6VN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoadH6VN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoadH6VN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkoadH6VN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkoadH6VN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkrSTdP8n {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkoaeEoda {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkso8vWeR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoaflGGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkoaflGGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoaflGGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoaflGGM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkoaflGGM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkoaflGGM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYksp2FIPr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYksp2FIPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYksp2FIPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYksp2FIPr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYksp2FIPr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYksp2FIPr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkspFBmLZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkspFBmLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkspFBmLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkspFBmLZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkspFBmLZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkspFBmLZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkoag53Tp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkt0Gepzg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkt0Gepzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkt0Gepzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkt0Gepzg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkt0Gepzg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkt0Gepzg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkt1nfKht {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkt1nfKht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkt1nfKht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkt1nfKht ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkt1nfKht li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkt1nfKht ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkt26nYZI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkt26nYZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkt26nYZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkt26nYZI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkt26nYZI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkt26nYZI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkt2WgJ0z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkoagMLqt {
  background-color: #54b387;
}
.cid-uYkoagMLqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoagMLqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoagMLqt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkoagMLqt .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYkoagMLqt .mbr-text,
.cid-uYkoagMLqt .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkoahAddE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYkoahAddE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkoahAddE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkoahAddE .mbr-section-title {
  color: #ffffff;
}
.cid-uYkoahAddE .mbr-text,
.cid-uYkoahAddE .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkoaijSfK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYkoaijSfK .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYkoaj9StH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYkoaj9StH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYkoaj9StH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYkoaj9StH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYkoaj9StH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYkoaj9StH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYkoaj9StH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYkoaj9StH .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-uYkoaj9StH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYkoaj9StH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYkoaj9StH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYkoaj9StH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYkoaj9StH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYkoaj9StH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYkoaj9StH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYkPoxsxUa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYkPoxsxUa nav.navbar {
  position: fixed;
}
.cid-uYkPoxsxUa .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-uYkPoxsxUa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYkPoxsxUa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYkPoxsxUa .dropdown-item:hover,
.cid-uYkPoxsxUa .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYkPoxsxUa .dropdown-item:hover span {
  color: white;
}
.cid-uYkPoxsxUa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYkPoxsxUa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYkPoxsxUa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYkPoxsxUa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYkPoxsxUa .nav-link {
  position: relative;
}
.cid-uYkPoxsxUa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYkPoxsxUa .container {
    flex-wrap: nowrap;
  }
}
.cid-uYkPoxsxUa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYkPoxsxUa .dropdown-menu,
.cid-uYkPoxsxUa .navbar.opened {
  background: #ffffff !important;
}
.cid-uYkPoxsxUa .nav-item:focus,
.cid-uYkPoxsxUa .nav-link:focus {
  outline: none;
}
.cid-uYkPoxsxUa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYkPoxsxUa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYkPoxsxUa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYkPoxsxUa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYkPoxsxUa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYkPoxsxUa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYkPoxsxUa .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-uYkPoxsxUa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYkPoxsxUa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYkPoxsxUa .navbar .navbar-logo img {
  width: auto;
}
.cid-uYkPoxsxUa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYkPoxsxUa .navbar.collapsed {
  justify-content: center;
}
.cid-uYkPoxsxUa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYkPoxsxUa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYkPoxsxUa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYkPoxsxUa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYkPoxsxUa .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-uYkPoxsxUa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYkPoxsxUa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYkPoxsxUa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYkPoxsxUa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYkPoxsxUa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYkPoxsxUa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYkPoxsxUa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYkPoxsxUa .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-uYkPoxsxUa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYkPoxsxUa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYkPoxsxUa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYkPoxsxUa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYkPoxsxUa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYkPoxsxUa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYkPoxsxUa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYkPoxsxUa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYkPoxsxUa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYkPoxsxUa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYkPoxsxUa .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-uYkPoxsxUa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYkPoxsxUa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYkPoxsxUa .dropdown-item.active,
.cid-uYkPoxsxUa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYkPoxsxUa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYkPoxsxUa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYkPoxsxUa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYkPoxsxUa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYkPoxsxUa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYkPoxsxUa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYkPoxsxUa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYkPoxsxUa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYkPoxsxUa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYkPoxsxUa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYkPoxsxUa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYkPoxsxUa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkPoxsxUa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkPoxsxUa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYkPoxsxUa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkPoxsxUa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYkPoxsxUa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYkPoxsxUa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkPoxsxUa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYkPoxsxUa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYkPoxsxUa .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-uYkPoxsxUa .navbar {
    height: 70px;
  }
  .cid-uYkPoxsxUa .navbar.opened {
    height: auto;
  }
  .cid-uYkPoxsxUa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYkPoy9JlC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYkPoy9JlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoy9JlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoy9JlC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkPoy9JlC .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYkPoy9JlC .mbr-text,
.cid-uYkPoy9JlC .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkPoyKKcg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYkPoyKKcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoyKKcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoyKKcg .mbr-section-title {
  color: #ffffff;
}
.cid-uYkPoztieE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoztieE .mbr-section-subtitle {
  text-align: center;
}
.cid-uYkPoztieE .mbr-text {
  color: #232323;
}
.cid-uYkPoA8ZGM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoIzi5g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoJoEjx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoJoEjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoJoEjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoJoEjx .img-wrapper {
  text-align: center;
}
.cid-uYkPoJoEjx img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYkPoJoEjx .row {
  align-items: flex-start;
}
.cid-uYkPoJoEjx .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYkPoJoEjx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYkPoJoEjx .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYkPoJoEjx .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYkPoKuwPG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoMQ8jK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkPoP5CMr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkPoQFoHH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoRlA7A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoRlA7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoRlA7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoRlA7A ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkPoRlA7A li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkPoRlA7A ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkRqcbmsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoTSmQe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkRF2i4Ld {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkSh7odcv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkSh7odcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkSh7odcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkSh7odcv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkSh7odcv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkSh7odcv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkSirWn3W {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkRRg2BaS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkPoUCDKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoUCDKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoUCDKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoUCDKJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkPoUCDKJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkPoUCDKJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkRPzQ40f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkRSN06hz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkPoVnREO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoVnREO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoVnREO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoVnREO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkPoVnREO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkPoVnREO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkPoW8bMk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkPoW8bMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoW8bMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoW8bMk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkPoW8bMk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkPoW8bMk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkPoXhrDa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkPoYgSqj {
  background-color: #54b387;
}
.cid-uYkPoYgSqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoYgSqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoYgSqj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkPoYgSqj .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYkPoYgSqj .mbr-text,
.cid-uYkPoYgSqj .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkPoZiET9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYkPoZiET9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkPoZiET9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkPoZiET9 .mbr-section-title {
  color: #ffffff;
}
.cid-uYkPoZiET9 .mbr-text,
.cid-uYkPoZiET9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkPp0d1Fz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYkPp0d1Fz .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYkPp14rev {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYkPp14rev .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYkPp14rev .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYkPp14rev .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYkPp14rev .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYkPp14rev .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYkPp14rev .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYkPp14rev .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-uYkPp14rev .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYkPp14rev .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYkPp14rev .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYkPp14rev .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYkPp14rev .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYkPp14rev .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYkPp14rev .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYkTeXarR0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYkTeXarR0 nav.navbar {
  position: fixed;
}
.cid-uYkTeXarR0 .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-uYkTeXarR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYkTeXarR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYkTeXarR0 .dropdown-item:hover,
.cid-uYkTeXarR0 .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uYkTeXarR0 .dropdown-item:hover span {
  color: white;
}
.cid-uYkTeXarR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYkTeXarR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYkTeXarR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYkTeXarR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYkTeXarR0 .nav-link {
  position: relative;
}
.cid-uYkTeXarR0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYkTeXarR0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYkTeXarR0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYkTeXarR0 .dropdown-menu,
.cid-uYkTeXarR0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYkTeXarR0 .nav-item:focus,
.cid-uYkTeXarR0 .nav-link:focus {
  outline: none;
}
.cid-uYkTeXarR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYkTeXarR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYkTeXarR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYkTeXarR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYkTeXarR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYkTeXarR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYkTeXarR0 .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-uYkTeXarR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYkTeXarR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYkTeXarR0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYkTeXarR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYkTeXarR0 .navbar.collapsed {
  justify-content: center;
}
.cid-uYkTeXarR0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYkTeXarR0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYkTeXarR0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYkTeXarR0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYkTeXarR0 .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-uYkTeXarR0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYkTeXarR0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYkTeXarR0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYkTeXarR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYkTeXarR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYkTeXarR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYkTeXarR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYkTeXarR0 .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-uYkTeXarR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYkTeXarR0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYkTeXarR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYkTeXarR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYkTeXarR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYkTeXarR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYkTeXarR0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYkTeXarR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYkTeXarR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYkTeXarR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYkTeXarR0 .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-uYkTeXarR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYkTeXarR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYkTeXarR0 .dropdown-item.active,
.cid-uYkTeXarR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYkTeXarR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYkTeXarR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYkTeXarR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYkTeXarR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYkTeXarR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYkTeXarR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYkTeXarR0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYkTeXarR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYkTeXarR0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYkTeXarR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYkTeXarR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYkTeXarR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkTeXarR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYkTeXarR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYkTeXarR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkTeXarR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYkTeXarR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYkTeXarR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYkTeXarR0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYkTeXarR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYkTeXarR0 .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-uYkTeXarR0 .navbar {
    height: 70px;
  }
  .cid-uYkTeXarR0 .navbar.opened {
    height: auto;
  }
  .cid-uYkTeXarR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYkTeY3Seu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uYkTeY3Seu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTeY3Seu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTeY3Seu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkTeY3Seu .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uYkTeY3Seu .mbr-text,
.cid-uYkTeY3Seu .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkTeYPHXT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYkTeYPHXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTeYPHXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTeYPHXT .mbr-section-title {
  color: #ffffff;
}
.cid-uYkTeZPLUz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTeZPLUz .mbr-section-subtitle {
  text-align: center;
}
.cid-uYkTeZPLUz .mbr-text {
  color: #232323;
}
.cid-uYkTf0qcXF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTTTcsuZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkTV1CCJq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTWJqtwT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTWJqtwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTWJqtwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTWJqtwT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkTWJqtwT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkTWJqtwT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkTXBNy4n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTXBNy4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTXBNy4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTXBNy4n ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkTXBNy4n li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkTXBNy4n ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkTZ2HWfA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTZ2HWfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTZ2HWfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTZ2HWfA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkTZ2HWfA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkTZ2HWfA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkUGqLkm0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkTf14Sst {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTf1ELKs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTf1ELKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTf1ELKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTf1ELKs .img-wrapper {
  text-align: center;
}
.cid-uYkTf1ELKs img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYkTf1ELKs .row {
  align-items: flex-start;
}
.cid-uYkTf1ELKs .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYkTf1ELKs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYkTf1ELKs .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYkTf1ELKs .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYkTf2XUDM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTf3IZwI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkVqBrsqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkVqBrsqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkVqBrsqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkVqBrsqf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkVqBrsqf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkVqBrsqf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkVwc7zsy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkVwc7zsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkVwc7zsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkVwc7zsy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkVwc7zsy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkVwc7zsy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkVwTRfbN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkVwTRfbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkVwTRfbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkVwTRfbN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkVwTRfbN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkVwTRfbN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkTf4Bj4v {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkTf5nMgW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTf65n1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTf65n1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTf65n1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTf65n1j ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkTf65n1j li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkTf65n1j ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkW9fNX9T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkW9fNX9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkW9fNX9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkW9fNX9T ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkW9fNX9T li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkW9fNX9T ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkTf6Y7hB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTf7Itgg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkWXC3yag {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkWXC3yag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkWXC3yag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkWXC3yag ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkWXC3yag li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkWXC3yag ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkWYYtAOM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkWYYtAOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkWYYtAOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkWYYtAOM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkWYYtAOM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkWYYtAOM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkX1zn1Jt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkTf8yX7X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkTf9dvLC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTf9dvLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTf9dvLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTf9dvLC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkTf9dvLC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkTf9dvLC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkX35YfmQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkX35YfmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkX35YfmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkX35YfmQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkX35YfmQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkX35YfmQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkTfd5tks {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkTfdO3fk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTfdO3fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTfdO3fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTfdO3fk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkTfdO3fk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkTfdO3fk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkTfeBTa5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYkTfeBTa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTfeBTa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTfeBTa5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYkTfeBTa5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYkTfeBTa5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYkTffuYLN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYkTfgblzR {
  background-color: #54b387;
}
.cid-uYkTfgblzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTfgblzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTfgblzR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYkTfgblzR .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uYkTfgblzR .mbr-text,
.cid-uYkTfgblzR .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkTfh2kDU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uYkTfh2kDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkTfh2kDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkTfh2kDU .mbr-section-title {
  color: #ffffff;
}
.cid-uYkTfh2kDU .mbr-text,
.cid-uYkTfh2kDU .mbr-section-btn {
  color: #ffffff;
}
.cid-uYkTfhUGg7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uYkTfhUGg7 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYkTfiGY4N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uYkTfiGY4N .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYkTfiGY4N .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYkTfiGY4N .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYkTfiGY4N .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYkTfiGY4N .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYkTfiGY4N .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYkTfiGY4N .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-uYkTfiGY4N .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYkTfiGY4N .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYkTfiGY4N .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uYkTfiGY4N .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYkTfiGY4N .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYkTfiGY4N .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYkTfiGY4N .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXohL1w7rO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXohL1w7rO nav.navbar {
  position: fixed;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXohL1w7rO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXohL1w7rO .dropdown-item:hover,
.cid-uXohL1w7rO .dropdown-item:focus {
  background: #134ac9 !important;
  color: white !important;
}
.cid-uXohL1w7rO .dropdown-item:hover span {
  color: white;
}
.cid-uXohL1w7rO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXohL1w7rO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXohL1w7rO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXohL1w7rO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXohL1w7rO .nav-link {
  position: relative;
}
.cid-uXohL1w7rO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXohL1w7rO .container {
    flex-wrap: nowrap;
  }
}
.cid-uXohL1w7rO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXohL1w7rO .dropdown-menu,
.cid-uXohL1w7rO .navbar.opened {
  background: #ffffff !important;
}
.cid-uXohL1w7rO .nav-item:focus,
.cid-uXohL1w7rO .nav-link:focus {
  outline: none;
}
.cid-uXohL1w7rO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXohL1w7rO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXohL1w7rO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXohL1w7rO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXohL1w7rO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXohL1w7rO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .navbar.opened {
  transition: all 0.3s;
}
.cid-uXohL1w7rO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXohL1w7rO .navbar .navbar-logo img {
  width: auto;
}
.cid-uXohL1w7rO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXohL1w7rO .navbar.collapsed {
  justify-content: center;
}
.cid-uXohL1w7rO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXohL1w7rO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXohL1w7rO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXohL1w7rO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXohL1w7rO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXohL1w7rO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXohL1w7rO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXohL1w7rO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXohL1w7rO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXohL1w7rO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXohL1w7rO .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-uXohL1w7rO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXohL1w7rO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXohL1w7rO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXohL1w7rO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXohL1w7rO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXohL1w7rO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXohL1w7rO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXohL1w7rO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXohL1w7rO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXohL1w7rO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXohL1w7rO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXohL1w7rO .dropdown-item.active,
.cid-uXohL1w7rO .dropdown-item:active {
  background-color: transparent;
}
.cid-uXohL1w7rO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXohL1w7rO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXohL1w7rO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXohL1w7rO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXohL1w7rO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXohL1w7rO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXohL1w7rO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXohL1w7rO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXohL1w7rO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXohL1w7rO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXohL1w7rO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXohL1w7rO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXohL1w7rO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXohL1w7rO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXohL1w7rO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXohL1w7rO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXohL1w7rO .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-uXohL1w7rO .navbar {
    height: 70px;
  }
  .cid-uXohL1w7rO .navbar.opened {
    height: auto;
  }
  .cid-uXohL1w7rO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWDxeavzP2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #54b387;
}
.cid-uWDxeavzP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDxeavzP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDxeavzP2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWDxeavzP2 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uWDxeavzP2 .mbr-text,
.cid-uWDxeavzP2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWDxTcXi2z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWDxTcXi2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDxTcXi2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDxTcXi2z .mbr-section-title {
  color: #ffffff;
}
.cid-uWzwgqW6gw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWzwgqW6gw .mbr-section-subtitle {
  text-align: center;
}
.cid-uWzwgqW6gw .mbr-text {
  color: #232323;
}
.cid-uXUzUqI0KG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUzWQLsbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXUzWQLsbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUzWQLsbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUzWQLsbz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXUzWQLsbz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXUzWQLsbz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXUAqMZuSI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXoifPPB9t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXoifPPB9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXoifPPB9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXoifPPB9t .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uXUAHRHEes {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXUAVqR1B9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhJHL9wLz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhJHL9wLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhJHL9wLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhJHL9wLz .img-wrapper {
  text-align: center;
}
.cid-uYhJHL9wLz img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uYhJHL9wLz .row {
  align-items: flex-start;
}
.cid-uYhJHL9wLz .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYhJHL9wLz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uYhJHL9wLz .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhJHL9wLz .card-wrapper {
    padding: 1rem;
  }
}
.cid-uWDzB80BF8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWDzB80BF8 .mbr-text {
  color: #232323;
}
.cid-uYhKpyui0k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXlVlaJbEK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXlVlaJbEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlVlaJbEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlVlaJbEK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uXlVlaJbEK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uXlVlaJbEK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXURvrulD8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXURwixcEU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhLeGfccv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhLeGfccv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhLeGfccv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhLeGfccv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhLeGfccv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhLeGfccv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uYhLfq03Zo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhLCXHzWh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhLFkt0KP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhLFkt0KP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhLFkt0KP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhLFkt0KP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uYhLFkt0KP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uYhLFkt0KP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #134ac9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uXlZheJBFC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWDAiisisP {
  background-color: #54b387;
}
.cid-uWDAiisisP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDAiisisP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDAiisisP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWDAiisisP .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-uWDAiisisP .mbr-text,
.cid-uWDAiisisP .mbr-section-btn {
  color: #ffffff;
}
.cid-uWDAjoR5zY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31966a;
}
.cid-uWDAjoR5zY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDAjoR5zY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDAjoR5zY .mbr-section-title {
  color: #ffffff;
}
.cid-uWDAjoR5zY .mbr-text,
.cid-uWDAjoR5zY .mbr-section-btn {
  color: #ffffff;
}
.cid-uWDGqst5qI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWDGqst5qI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uWzwgrtkBg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uWzwgrtkBg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWzwgrtkBg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWzwgrtkBg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWzwgrtkBg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWzwgrtkBg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWzwgrtkBg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWzwgrtkBg .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-uWzwgrtkBg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWzwgrtkBg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWzwgrtkBg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWzwgrtkBg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWzwgrtkBg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWzwgrtkBg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWzwgrtkBg .media-container-row .row-copirayt p {
  width: 100%;
}
