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: #fafafa !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #fecf07 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #fecf07 !important;
  border-color: #fecf07 !important;
  color: #060500 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ae8d01 !important;
  border-color: #ae8d01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #060500 !important;
  background-color: #ae8d01 !important;
  border-color: #ae8d01 !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: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #fecf07;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ae8d01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #060500 !important;
  background-color: #fecf07 !important;
  border-color: #fecf07 !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: #fafafa !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #fecf07 !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: #c7c7c7 !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: #9e8001 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #fecf07;
}
.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: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #fff6d2;
}
.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: #fafafa !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: #fafafa;
}
/* 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: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.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: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !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='%23fafafa' %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 .navbar-dropdown {
  position: relative !important;
}
.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: #fafafa !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: #0e9283 !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: #0e9283;
}
.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: #0e9283;
}
.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: #000000;
}
.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;
}
.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: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.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-tLuPqYs9AI {
  padding-top: 0rem;
  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;
  text-align: left;
}
.cid-tLuPqYs9AI .mbr-section-title {
  text-align: left;
}
.cid-tLqit2o876 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLqit2o876 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLqit2o876 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLqit2o876 .mbr-section-title {
  color: #ffffff;
}
.cid-tLujowtRM5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tLujowtRM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLujowtRM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLujowtRM5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tLujowtRM5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tLujowtRM5 .card-wrap {
  background: #9fdbf8;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tLujowtRM5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tLujowtRM5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tLujowtRM5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLujowtRM5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tLujowtRM5 .social-row {
  text-align: center;
}
.cid-tLujowtRM5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tLujowtRM5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tLujowtRM5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tLujowtRM5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tLujowtRM5 .card-title,
.cid-tLujowtRM5 .social-row {
  color: #1d35c7;
}
.cid-tLuUV4smJQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLuUV4smJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuUV4smJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuUV4smJQ .mbr-section-title {
  color: #ffffff;
}
.cid-tLuV7nSCY2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6592e6;
}
.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: #fafafa;
}
@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-tLuV7nSCY2 .card-subtitle {
  color: #22a5e5;
}
.cid-tLv69dbAHK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLv69dbAHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLv69dbAHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLv69dbAHK .mbr-section-title {
  color: #ffffff;
}
.cid-tLv69dbAHK .mbr-section-subtitle {
  color: #fffc00;
}
.cid-u8ck4yLpNb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8ck4yLpNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ck4yLpNb .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-u8ck4yLpNb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8ck4yLpNb .row {
  flex-direction: row-reverse;
}
.cid-u8ck4yLpNb img {
  width: 100%;
}
.cid-tLulPUuKfr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLulPUuKfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLulPUuKfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLulPUuKfr .mbr-section-title {
  color: #ffffff;
}
.cid-tLuzyT2ZLa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLuzyT2ZLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuzyT2ZLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuzyT2ZLa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLuzyT2ZLa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLuzyT2ZLa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLuzyT2ZLa .mbr-text,
.cid-tLuzyT2ZLa .mbr-section-btn {
  text-align: left;
}
.cid-tLuTpvXGyO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLuTpvXGyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuTpvXGyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuTpvXGyO .mbr-section-title {
  color: #ffffff;
}
.cid-tLuTTTP8Zb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucfVRW3FtP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-ucfVRW3FtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucfVRW3FtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucfVRW3FtP .mbr-section-title {
  color: #ffffff;
}
.cid-tLv9wOUX1T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.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: #232323;
}
.cid-tLv9wOUX1T .mbr-text,
.cid-tLv9wOUX1T .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tLvbWzAZVq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLvbWzAZVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvbWzAZVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvbWzAZVq .mbr-section-title {
  color: #ffffff;
}
.cid-ug1YfoeHbL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ug1YfoeHbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug1YfoeHbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug1YfoeHbL .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ug1YfoeHbL .item {
    margin-bottom: 4rem;
  }
}
.cid-ug1YfoeHbL .item:last-child .icon-box:before {
  display: none;
}
.cid-ug1YfoeHbL .item.last .icon-box:before {
  display: none;
}
.cid-ug1YfoeHbL .icon-box {
  background: #119209;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ug1YfoeHbL .icon-box {
    margin-right: 1rem;
  }
}
.cid-ug1YfoeHbL .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #119209;
  transform: translate(-50%, 0);
}
.cid-ug1YfoeHbL span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ug1YfoeHbL .card {
    margin-bottom: 2rem;
  }
  .cid-ug1YfoeHbL .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ug1YfoeHbL .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ug1YfoeHbL .icon-box::before {
    top: 114%;
  }
}
.cid-ug1YfoeHbL .mbr-text,
.cid-ug1YfoeHbL .mbr-section-btn {
  text-align: left;
}
.cid-tLvt29WgS9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLvt29WgS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvt29WgS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvt29WgS9 .mbr-section-title {
  color: #ffffff;
}
.cid-tLvt29WgS9 .mbr-section-subtitle {
  color: #fffc00;
}
.cid-u8ckxEHtxD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8ckxEHtxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ckxEHtxD .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-u8ckxEHtxD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8ckxEHtxD .row {
  flex-direction: row-reverse;
}
.cid-u8ckxEHtxD img {
  width: 100%;
}
.cid-tLvNdJMoKN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLvNdJMoKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvNdJMoKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvNdJMoKN .mbr-section-title {
  color: #ffffff;
}
.cid-urrU1ydVAX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urrU1ydVAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-urrU1ydVAX .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-urrU1ydVAX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urrU1ydVAX .row {
  flex-direction: row-reverse;
}
.cid-urrU1ydVAX img {
  width: 100%;
}
.cid-urrU1ydVAX .mbr-text {
  text-align: center;
}
.cid-tLvNPIihEA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.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: 0rem;
  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: #fafafa;
}
.cid-tLvSaK2auY .panel-body,
.cid-tLvSaK2auY .card-header {
  padding: 1rem 0;
}
.cid-tLvSaK2auY .panel-title-edit {
  color: #000000;
}
.cid-tLvVnYDcew {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-tLvVnYDcew .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvVnYDcew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvVnYDcew .mbr-section-title {
  color: #ffffff;
}
.cid-tLvVGqvRgS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLvVGqvRgS .mbr-text {
  text-align: center;
}
.cid-tLvWaPp7yp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLvWaPp7yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvWaPp7yp .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-tLvWaPp7yp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLvWaPp7yp .row {
  flex-direction: row-reverse;
}
.cid-tLvWaPp7yp img {
  width: 100%;
}
.cid-tLw34lctBm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.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: 0rem;
  background-color: #ffffff;
}
.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: #232323;
}
.cid-ug4A2PiIw3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ug4A2PiIw3 .mbr-text {
  text-align: center;
}
.cid-tLw77WeYpz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.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: #f34141;
}
.cid-ucP7hojCP6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-ucP7hojCP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucP7hojCP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucP7hojCP6 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ucP7hojCP6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ucP7hojCP6 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #272727;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ucP7hojCP6 .list {
  color: #fafafa;
}
.cid-tLwbO91c7M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tLwbO91c7M .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLwbO91c7M .mbr-section-subtitle {
  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-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-u9KDgEVcsP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9KDgEVcsP .mbr-section-subtitle {
  text-align: center;
}
.cid-u9KDgFaBTf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u9KDgFaBTf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9KDgFaBTf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u9KDgFaBTf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u9KDgFaBTf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9KDgFaBTf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9KDgFaBTf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u9KDgFaBTf .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-u9KDgFaBTf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u9KDgFaBTf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9KDgFaBTf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u9KDgFaBTf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9KDgFaBTf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9KDgFaBTf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9KDgFaBTf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLZhHS3VQE .navbar-dropdown {
  position: relative !important;
}
.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: #fafafa !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: #0e9283 !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: #0e9283;
}
.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: #0e9283;
}
.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: #000000;
}
.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;
}
.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-uryWN6nW7R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uryWN6nW7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryWN6nW7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryWN6nW7R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uryWN6nW7R .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uryWN6nW7R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uryWN6nW7R .mbr-text,
.cid-uryWN6nW7R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uryWN6nW7R .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uryKmcO1sH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryLrGaBoF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryLrGaBoF img,
.cid-uryLrGaBoF .item-img {
  width: 100%;
}
.cid-uryLrGaBoF .item:focus,
.cid-uryLrGaBoF span:focus {
  outline: none;
}
.cid-uryLrGaBoF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uryLrGaBoF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uryLrGaBoF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uryLrGaBoF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uryLrGaBoF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uryLrGaBoF .mbr-section-title {
  color: #232323;
}
.cid-uryLrGaBoF .mbr-text,
.cid-uryLrGaBoF .mbr-section-btn {
  text-align: left;
}
.cid-uryLrGaBoF .item-title {
  text-align: left;
}
.cid-uryLrGaBoF .item-subtitle {
  text-align: center;
}
.cid-uryXOuA4Qq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uryXOuA4Qq .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uryXs0PjRo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uryXs0PjRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryXs0PjRo .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-uryXs0PjRo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uryXs0PjRo .row {
  flex-direction: row-reverse;
}
.cid-uryXs0PjRo img {
  width: 100%;
}
.cid-uryMRiXSsw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-uryMRiXSsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryMRiXSsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryMRiXSsw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uryMRiXSsw .team-card:hover {
  transform: translateY(-10px);
}
.cid-uryMRiXSsw .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uryMRiXSsw .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uryMRiXSsw .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uryMRiXSsw .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uryMRiXSsw .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uryMRiXSsw .social-row {
  text-align: center;
}
.cid-uryMRiXSsw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uryMRiXSsw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uryMRiXSsw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uryMRiXSsw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uryOvnrNBk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uryOL6CH4m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uryRBjo5vc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uryRQIjNp3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uryRQIjNp3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uryRQIjNp3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uryRQIjNp3 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uryYlRgzrY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uryYlRgzrY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uryYj87TwS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uryYj87TwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryYj87TwS .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-uryYj87TwS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uryYj87TwS .row {
  flex-direction: row-reverse;
}
.cid-uryYj87TwS img {
  width: 100%;
}
.cid-urySxWG85y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urySJTiJvc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urySZ90OD5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryZK8UwBQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-uryZK8UwBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryZK8UwBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryZK8UwBQ .mbr-section-title {
  color: #ffffff;
}
.cid-uryZIdCQz3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryZIdCQz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryZIdCQz3 .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-uryZIdCQz3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uryZIdCQz3 .row {
  flex-direction: row-reverse;
}
.cid-uryZIdCQz3 img {
  width: 100%;
}
.cid-uryZIdCQz3 .mbr-description {
  color: #232323;
}
.cid-uryZLkV760 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uryZLkV760 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryZLkV760 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryZLkV760 .mbr-text,
.cid-uryZLkV760 .mbr-section-btn {
  color: #f34141;
}
.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-urzcO25Tbi .navbar-dropdown {
  position: relative !important;
}
.cid-urzcO25Tbi .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-urzcO25Tbi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urzcO25Tbi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urzcO25Tbi .dropdown-item:hover,
.cid-urzcO25Tbi .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urzcO25Tbi .dropdown-item:hover span {
  color: white;
}
.cid-urzcO25Tbi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urzcO25Tbi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urzcO25Tbi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urzcO25Tbi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urzcO25Tbi .nav-link {
  position: relative;
}
.cid-urzcO25Tbi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urzcO25Tbi .container {
    flex-wrap: nowrap;
  }
}
.cid-urzcO25Tbi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urzcO25Tbi .dropdown-menu,
.cid-urzcO25Tbi .navbar.opened {
  background: #0e9283 !important;
}
.cid-urzcO25Tbi .nav-item:focus,
.cid-urzcO25Tbi .nav-link:focus {
  outline: none;
}
.cid-urzcO25Tbi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urzcO25Tbi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urzcO25Tbi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urzcO25Tbi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urzcO25Tbi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urzcO25Tbi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urzcO25Tbi .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: #0e9283;
}
.cid-urzcO25Tbi .navbar.opened {
  transition: all 0.3s;
}
.cid-urzcO25Tbi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urzcO25Tbi .navbar .navbar-logo img {
  width: auto;
}
.cid-urzcO25Tbi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urzcO25Tbi .navbar.collapsed {
  justify-content: center;
}
.cid-urzcO25Tbi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urzcO25Tbi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urzcO25Tbi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urzcO25Tbi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urzcO25Tbi .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-urzcO25Tbi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urzcO25Tbi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urzcO25Tbi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urzcO25Tbi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urzcO25Tbi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urzcO25Tbi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urzcO25Tbi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urzcO25Tbi .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-urzcO25Tbi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urzcO25Tbi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urzcO25Tbi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urzcO25Tbi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urzcO25Tbi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urzcO25Tbi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urzcO25Tbi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urzcO25Tbi .navbar.navbar-short {
  min-height: 60px;
}
.cid-urzcO25Tbi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urzcO25Tbi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urzcO25Tbi .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-urzcO25Tbi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urzcO25Tbi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urzcO25Tbi .dropdown-item.active,
.cid-urzcO25Tbi .dropdown-item:active {
  background-color: transparent;
}
.cid-urzcO25Tbi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urzcO25Tbi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urzcO25Tbi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urzcO25Tbi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urzcO25Tbi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urzcO25Tbi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urzcO25Tbi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urzcO25Tbi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urzcO25Tbi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urzcO25Tbi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urzcO25Tbi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urzcO25Tbi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urzcO25Tbi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urzcO25Tbi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urzcO25Tbi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urzcO25Tbi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urzcO25Tbi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urzcO25Tbi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urzcO25Tbi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urzcO25Tbi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urzcO25Tbi .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-urzcO25Tbi .navbar {
    height: 70px;
  }
  .cid-urzcO25Tbi .navbar.opened {
    height: auto;
  }
  .cid-urzcO25Tbi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urzcO0Ygxt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urzcO0Ygxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzcO0Ygxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzcO0Ygxt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urzcO0Ygxt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urzcO0Ygxt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urzcO0Ygxt .mbr-text,
.cid-urzcO0Ygxt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urzcO0Ygxt .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urzcO1F5kg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urzcO1F5kg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urzcO39fhE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urzcO39fhE img,
.cid-urzcO39fhE .item-img {
  width: 100%;
}
.cid-urzcO39fhE .item:focus,
.cid-urzcO39fhE span:focus {
  outline: none;
}
.cid-urzcO39fhE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urzcO39fhE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urzcO39fhE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urzcO39fhE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urzcO39fhE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urzcO39fhE .mbr-section-title {
  color: #232323;
}
.cid-urzcO39fhE .mbr-text,
.cid-urzcO39fhE .mbr-section-btn {
  text-align: left;
}
.cid-urzcO39fhE .item-title {
  text-align: left;
}
.cid-urzcO39fhE .item-subtitle {
  text-align: center;
}
.cid-urzcO3ypju {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urzcO3ypju .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urzcO3ypju .mbr-text {
  color: #ffffff;
}
.cid-urzcO3OUWT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzcO3OUWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzcO3OUWT .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-urzcO3OUWT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzcO3OUWT .row {
  flex-direction: row-reverse;
}
.cid-urzcO3OUWT img {
  width: 100%;
}
.cid-urzcO4eK2c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urzcO4eK2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzcO4eK2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzcO4eK2c .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urzcO4eK2c .team-card:hover {
  transform: translateY(-10px);
}
.cid-urzcO4eK2c .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urzcO4eK2c .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urzcO4eK2c .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urzcO4eK2c .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urzcO4eK2c .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urzcO4eK2c .social-row {
  text-align: center;
}
.cid-urzcO4eK2c .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urzcO4eK2c .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urzcO4eK2c .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urzcO4eK2c .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urzcO4JyC0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzcO53BVH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzcO5kt2D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzcO5DRdz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzcO5DRdz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urzcO5DRdz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urzcO5DRdz .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urzcO5WkMB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urzcO5WkMB .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urzcO5WkMB .mbr-text {
  color: #ffffff;
}
.cid-urzcO6dj2A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzcO6dj2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzcO6dj2A .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-urzcO6dj2A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzcO6dj2A .row {
  flex-direction: row-reverse;
}
.cid-urzcO6dj2A img {
  width: 100%;
}
.cid-urzcO6wLWV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzcO6OdYn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urzcO7615X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-urzcO7tCR9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urzcO7tCR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzcO7tCR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzcO7tCR9 .mbr-section-title {
  color: #ffffff;
}
.cid-urzcO7NUaR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urzcO7NUaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzcO7NUaR .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-urzcO7NUaR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzcO7NUaR .row {
  flex-direction: row-reverse;
}
.cid-urzcO7NUaR img {
  width: 100%;
}
.cid-urzcO7NUaR .mbr-description {
  color: #232323;
}
.cid-urzcO87Uqd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzcO87Uqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzcO87Uqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzcO87Uqd .mbr-text,
.cid-urzcO87Uqd .mbr-section-btn {
  color: #f34141;
}
.cid-urzcO8sUkz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urzcO8sUkz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urzcO8sUkz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urzcO8sUkz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urzcO8sUkz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urzcO8sUkz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urzcO8sUkz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urzcO8sUkz .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-urzcO8sUkz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urzcO8sUkz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urzcO8sUkz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urzcO8sUkz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urzcO8sUkz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urzcO8sUkz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urzcO8sUkz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urzrVBN3QT .navbar-dropdown {
  position: relative !important;
}
.cid-urzrVBN3QT .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-urzrVBN3QT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urzrVBN3QT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urzrVBN3QT .dropdown-item:hover,
.cid-urzrVBN3QT .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urzrVBN3QT .dropdown-item:hover span {
  color: white;
}
.cid-urzrVBN3QT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urzrVBN3QT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urzrVBN3QT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urzrVBN3QT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urzrVBN3QT .nav-link {
  position: relative;
}
.cid-urzrVBN3QT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urzrVBN3QT .container {
    flex-wrap: nowrap;
  }
}
.cid-urzrVBN3QT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urzrVBN3QT .dropdown-menu,
.cid-urzrVBN3QT .navbar.opened {
  background: #0e9283 !important;
}
.cid-urzrVBN3QT .nav-item:focus,
.cid-urzrVBN3QT .nav-link:focus {
  outline: none;
}
.cid-urzrVBN3QT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urzrVBN3QT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urzrVBN3QT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urzrVBN3QT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urzrVBN3QT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urzrVBN3QT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urzrVBN3QT .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: #0e9283;
}
.cid-urzrVBN3QT .navbar.opened {
  transition: all 0.3s;
}
.cid-urzrVBN3QT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urzrVBN3QT .navbar .navbar-logo img {
  width: auto;
}
.cid-urzrVBN3QT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urzrVBN3QT .navbar.collapsed {
  justify-content: center;
}
.cid-urzrVBN3QT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urzrVBN3QT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urzrVBN3QT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urzrVBN3QT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urzrVBN3QT .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-urzrVBN3QT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urzrVBN3QT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urzrVBN3QT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urzrVBN3QT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urzrVBN3QT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urzrVBN3QT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urzrVBN3QT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urzrVBN3QT .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-urzrVBN3QT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urzrVBN3QT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urzrVBN3QT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urzrVBN3QT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urzrVBN3QT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urzrVBN3QT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urzrVBN3QT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urzrVBN3QT .navbar.navbar-short {
  min-height: 60px;
}
.cid-urzrVBN3QT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urzrVBN3QT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urzrVBN3QT .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-urzrVBN3QT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urzrVBN3QT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urzrVBN3QT .dropdown-item.active,
.cid-urzrVBN3QT .dropdown-item:active {
  background-color: transparent;
}
.cid-urzrVBN3QT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urzrVBN3QT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urzrVBN3QT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urzrVBN3QT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urzrVBN3QT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urzrVBN3QT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urzrVBN3QT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urzrVBN3QT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urzrVBN3QT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urzrVBN3QT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urzrVBN3QT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urzrVBN3QT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urzrVBN3QT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urzrVBN3QT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urzrVBN3QT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urzrVBN3QT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urzrVBN3QT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urzrVBN3QT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urzrVBN3QT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urzrVBN3QT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urzrVBN3QT .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-urzrVBN3QT .navbar {
    height: 70px;
  }
  .cid-urzrVBN3QT .navbar.opened {
    height: auto;
  }
  .cid-urzrVBN3QT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urzrVB1qoa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urzrVB1qoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzrVB1qoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzrVB1qoa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urzrVB1qoa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urzrVB1qoa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urzrVB1qoa .mbr-text,
.cid-urzrVB1qoa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urzrVB1qoa .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urzrVBtG5t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urzrVBtG5t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urzrVCmEJt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urzrVCmEJt img,
.cid-urzrVCmEJt .item-img {
  width: 100%;
}
.cid-urzrVCmEJt .item:focus,
.cid-urzrVCmEJt span:focus {
  outline: none;
}
.cid-urzrVCmEJt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urzrVCmEJt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urzrVCmEJt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urzrVCmEJt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urzrVCmEJt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urzrVCmEJt .mbr-section-title {
  color: #232323;
}
.cid-urzrVCmEJt .mbr-text,
.cid-urzrVCmEJt .mbr-section-btn {
  text-align: left;
}
.cid-urzrVCmEJt .item-title {
  text-align: left;
}
.cid-urzrVCmEJt .item-subtitle {
  text-align: center;
}
.cid-urzrVD3ira {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urzrVD3ira .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urzrVD3ira .mbr-text {
  color: #ffffff;
}
.cid-urzrVDsvHR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzrVDsvHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzrVDsvHR .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-urzrVDsvHR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzrVDsvHR .row {
  flex-direction: row-reverse;
}
.cid-urzrVDsvHR img {
  width: 100%;
}
.cid-urzrVDVZue {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urzrVDVZue .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzrVDVZue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzrVDVZue .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urzrVDVZue .team-card:hover {
  transform: translateY(-10px);
}
.cid-urzrVDVZue .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urzrVDVZue .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urzrVDVZue .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urzrVDVZue .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urzrVDVZue .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urzrVDVZue .social-row {
  text-align: center;
}
.cid-urzrVDVZue .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urzrVDVZue .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urzrVDVZue .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urzrVDVZue .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urzrVFdc6m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzrVFyJ0D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzrVFVWcQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzrVGb1db {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzrVGb1db .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urzrVGb1db .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urzrVGb1db .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urzrVGvR9w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urzrVGvR9w .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urzrVGvR9w .mbr-text {
  color: #ffffff;
}
.cid-urzrVGMbi0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzrVGMbi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzrVGMbi0 .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-urzrVGMbi0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzrVGMbi0 .row {
  flex-direction: row-reverse;
}
.cid-urzrVGMbi0 img {
  width: 100%;
}
.cid-urzrVHbA7T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzrVHtHqm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urzrVHMDSm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-urzrVI4TZ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urzrVI4TZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzrVI4TZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzrVI4TZ8 .mbr-section-title {
  color: #ffffff;
}
.cid-urzrVIptKf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urzrVIptKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzrVIptKf .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-urzrVIptKf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzrVIptKf .row {
  flex-direction: row-reverse;
}
.cid-urzrVIptKf img {
  width: 100%;
}
.cid-urzrVIptKf .mbr-description {
  color: #232323;
}
.cid-urzrVIKgFo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzrVIKgFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzrVIKgFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzrVIKgFo .mbr-text,
.cid-urzrVIKgFo .mbr-section-btn {
  color: #f34141;
}
.cid-urzrVJ4PaN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urzrVJ4PaN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urzrVJ4PaN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urzrVJ4PaN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urzrVJ4PaN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urzrVJ4PaN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urzrVJ4PaN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urzrVJ4PaN .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-urzrVJ4PaN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urzrVJ4PaN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urzrVJ4PaN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urzrVJ4PaN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urzrVJ4PaN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urzrVJ4PaN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urzrVJ4PaN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urzwRiSNwJ .navbar-dropdown {
  position: relative !important;
}
.cid-urzwRiSNwJ .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-urzwRiSNwJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urzwRiSNwJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urzwRiSNwJ .dropdown-item:hover,
.cid-urzwRiSNwJ .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urzwRiSNwJ .dropdown-item:hover span {
  color: white;
}
.cid-urzwRiSNwJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urzwRiSNwJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urzwRiSNwJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urzwRiSNwJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urzwRiSNwJ .nav-link {
  position: relative;
}
.cid-urzwRiSNwJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urzwRiSNwJ .container {
    flex-wrap: nowrap;
  }
}
.cid-urzwRiSNwJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urzwRiSNwJ .dropdown-menu,
.cid-urzwRiSNwJ .navbar.opened {
  background: #0e9283 !important;
}
.cid-urzwRiSNwJ .nav-item:focus,
.cid-urzwRiSNwJ .nav-link:focus {
  outline: none;
}
.cid-urzwRiSNwJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urzwRiSNwJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urzwRiSNwJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urzwRiSNwJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urzwRiSNwJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urzwRiSNwJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urzwRiSNwJ .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: #0e9283;
}
.cid-urzwRiSNwJ .navbar.opened {
  transition: all 0.3s;
}
.cid-urzwRiSNwJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urzwRiSNwJ .navbar .navbar-logo img {
  width: auto;
}
.cid-urzwRiSNwJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urzwRiSNwJ .navbar.collapsed {
  justify-content: center;
}
.cid-urzwRiSNwJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urzwRiSNwJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urzwRiSNwJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urzwRiSNwJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urzwRiSNwJ .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-urzwRiSNwJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urzwRiSNwJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urzwRiSNwJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urzwRiSNwJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urzwRiSNwJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urzwRiSNwJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urzwRiSNwJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urzwRiSNwJ .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-urzwRiSNwJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urzwRiSNwJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urzwRiSNwJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urzwRiSNwJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urzwRiSNwJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urzwRiSNwJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urzwRiSNwJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urzwRiSNwJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-urzwRiSNwJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urzwRiSNwJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urzwRiSNwJ .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-urzwRiSNwJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urzwRiSNwJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urzwRiSNwJ .dropdown-item.active,
.cid-urzwRiSNwJ .dropdown-item:active {
  background-color: transparent;
}
.cid-urzwRiSNwJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urzwRiSNwJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urzwRiSNwJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urzwRiSNwJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urzwRiSNwJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urzwRiSNwJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urzwRiSNwJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urzwRiSNwJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urzwRiSNwJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urzwRiSNwJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urzwRiSNwJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urzwRiSNwJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urzwRiSNwJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urzwRiSNwJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urzwRiSNwJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urzwRiSNwJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urzwRiSNwJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urzwRiSNwJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urzwRiSNwJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urzwRiSNwJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urzwRiSNwJ .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-urzwRiSNwJ .navbar {
    height: 70px;
  }
  .cid-urzwRiSNwJ .navbar.opened {
    height: auto;
  }
  .cid-urzwRiSNwJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urzwRi1w0y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urzwRi1w0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzwRi1w0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzwRi1w0y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urzwRi1w0y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urzwRi1w0y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urzwRi1w0y .mbr-text,
.cid-urzwRi1w0y .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urzwRi1w0y .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urzwRixitD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urzwRixitD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urzwRjsGPi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urzwRjsGPi img,
.cid-urzwRjsGPi .item-img {
  width: 100%;
}
.cid-urzwRjsGPi .item:focus,
.cid-urzwRjsGPi span:focus {
  outline: none;
}
.cid-urzwRjsGPi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urzwRjsGPi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urzwRjsGPi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urzwRjsGPi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urzwRjsGPi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urzwRjsGPi .mbr-section-title {
  color: #232323;
}
.cid-urzwRjsGPi .mbr-text,
.cid-urzwRjsGPi .mbr-section-btn {
  text-align: left;
}
.cid-urzwRjsGPi .item-title {
  text-align: left;
}
.cid-urzwRjsGPi .item-subtitle {
  text-align: center;
}
.cid-urzwRkbxwJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urzwRkbxwJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urzwRkbxwJ .mbr-text {
  color: #ffffff;
}
.cid-urzwRkAxBl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzwRkAxBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzwRkAxBl .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-urzwRkAxBl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzwRkAxBl .row {
  flex-direction: row-reverse;
}
.cid-urzwRkAxBl img {
  width: 100%;
}
.cid-urzwRl4IaK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urzwRl4IaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzwRl4IaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzwRl4IaK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urzwRl4IaK .team-card:hover {
  transform: translateY(-10px);
}
.cid-urzwRl4IaK .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urzwRl4IaK .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urzwRl4IaK .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urzwRl4IaK .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urzwRl4IaK .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urzwRl4IaK .social-row {
  text-align: center;
}
.cid-urzwRl4IaK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urzwRl4IaK .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urzwRl4IaK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urzwRl4IaK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urzwRm6sfF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzwRmnrlg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzwRmESwn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzwRmXdUk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzwRmXdUk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urzwRmXdUk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urzwRmXdUk .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urzwRng2BK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urzwRng2BK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urzwRng2BK .mbr-text {
  color: #ffffff;
}
.cid-urzwRnxls1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzwRnxls1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzwRnxls1 .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-urzwRnxls1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzwRnxls1 .row {
  flex-direction: row-reverse;
}
.cid-urzwRnxls1 img {
  width: 100%;
}
.cid-urzwRnYeKz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzwRofI1u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urzwRoxVcW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-urzwRoPMbo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urzwRoPMbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzwRoPMbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzwRoPMbo .mbr-section-title {
  color: #ffffff;
}
.cid-urzwRp996O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urzwRp996O .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzwRp996O .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-urzwRp996O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urzwRp996O .row {
  flex-direction: row-reverse;
}
.cid-urzwRp996O img {
  width: 100%;
}
.cid-urzwRp996O .mbr-description {
  color: #232323;
}
.cid-urzwRpwnGL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urzwRpwnGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzwRpwnGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzwRpwnGL .mbr-text,
.cid-urzwRpwnGL .mbr-section-btn {
  color: #f34141;
}
.cid-urzwRpR0aI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urzwRpR0aI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urzwRpR0aI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urzwRpR0aI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urzwRpR0aI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urzwRpR0aI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urzwRpR0aI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urzwRpR0aI .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-urzwRpR0aI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urzwRpR0aI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urzwRpR0aI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urzwRpR0aI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urzwRpR0aI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urzwRpR0aI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urzwRpR0aI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urCqNntj4e .navbar-dropdown {
  position: relative !important;
}
.cid-urCqNntj4e .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-urCqNntj4e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urCqNntj4e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urCqNntj4e .dropdown-item:hover,
.cid-urCqNntj4e .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urCqNntj4e .dropdown-item:hover span {
  color: white;
}
.cid-urCqNntj4e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urCqNntj4e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urCqNntj4e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urCqNntj4e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urCqNntj4e .nav-link {
  position: relative;
}
.cid-urCqNntj4e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urCqNntj4e .container {
    flex-wrap: nowrap;
  }
}
.cid-urCqNntj4e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urCqNntj4e .dropdown-menu,
.cid-urCqNntj4e .navbar.opened {
  background: #0e9283 !important;
}
.cid-urCqNntj4e .nav-item:focus,
.cid-urCqNntj4e .nav-link:focus {
  outline: none;
}
.cid-urCqNntj4e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urCqNntj4e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urCqNntj4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urCqNntj4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urCqNntj4e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urCqNntj4e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urCqNntj4e .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: #0e9283;
}
.cid-urCqNntj4e .navbar.opened {
  transition: all 0.3s;
}
.cid-urCqNntj4e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urCqNntj4e .navbar .navbar-logo img {
  width: auto;
}
.cid-urCqNntj4e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urCqNntj4e .navbar.collapsed {
  justify-content: center;
}
.cid-urCqNntj4e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urCqNntj4e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urCqNntj4e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urCqNntj4e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urCqNntj4e .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-urCqNntj4e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urCqNntj4e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urCqNntj4e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urCqNntj4e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urCqNntj4e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urCqNntj4e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urCqNntj4e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urCqNntj4e .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-urCqNntj4e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urCqNntj4e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urCqNntj4e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urCqNntj4e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urCqNntj4e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urCqNntj4e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urCqNntj4e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urCqNntj4e .navbar.navbar-short {
  min-height: 60px;
}
.cid-urCqNntj4e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urCqNntj4e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urCqNntj4e .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-urCqNntj4e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urCqNntj4e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urCqNntj4e .dropdown-item.active,
.cid-urCqNntj4e .dropdown-item:active {
  background-color: transparent;
}
.cid-urCqNntj4e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urCqNntj4e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urCqNntj4e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urCqNntj4e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urCqNntj4e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urCqNntj4e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urCqNntj4e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urCqNntj4e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urCqNntj4e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urCqNntj4e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urCqNntj4e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urCqNntj4e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urCqNntj4e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urCqNntj4e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urCqNntj4e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urCqNntj4e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urCqNntj4e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urCqNntj4e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urCqNntj4e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urCqNntj4e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urCqNntj4e .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-urCqNntj4e .navbar {
    height: 70px;
  }
  .cid-urCqNntj4e .navbar.opened {
    height: auto;
  }
  .cid-urCqNntj4e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urCqNnRCDX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urCqNnRCDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCqNnRCDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCqNnRCDX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urCqNnRCDX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urCqNnRCDX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urCqNnRCDX .mbr-text,
.cid-urCqNnRCDX .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urCqNnRCDX .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urCqNoduXF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urCqNoduXF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urCqNovRFh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urCqNovRFh img,
.cid-urCqNovRFh .item-img {
  width: 100%;
}
.cid-urCqNovRFh .item:focus,
.cid-urCqNovRFh span:focus {
  outline: none;
}
.cid-urCqNovRFh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urCqNovRFh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urCqNovRFh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urCqNovRFh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urCqNovRFh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urCqNovRFh .mbr-section-title {
  color: #232323;
}
.cid-urCqNovRFh .mbr-text,
.cid-urCqNovRFh .mbr-section-btn {
  text-align: left;
}
.cid-urCqNovRFh .item-title {
  text-align: left;
}
.cid-urCqNovRFh .item-subtitle {
  text-align: center;
}
.cid-urCqNp9FYM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urCqNp9FYM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCqNp9FYM .mbr-text {
  color: #ffffff;
}
.cid-urCqNpq8Rp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCqNpq8Rp .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCqNpq8Rp .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-urCqNpq8Rp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCqNpq8Rp .row {
  flex-direction: row-reverse;
}
.cid-urCqNpq8Rp img {
  width: 100%;
}
.cid-urCqNpLFu6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urCqNpLFu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCqNpLFu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCqNpLFu6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urCqNpLFu6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-urCqNpLFu6 .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urCqNpLFu6 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urCqNpLFu6 .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urCqNpLFu6 .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urCqNpLFu6 .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urCqNpLFu6 .social-row {
  text-align: center;
}
.cid-urCqNpLFu6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urCqNpLFu6 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urCqNpLFu6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urCqNpLFu6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urCqNqtn14 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCqNqKNTT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCqNr2U2e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-urCqNrkUst {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCqNrkUst .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urCqNrkUst .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urCqNrkUst .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urCqNrD3EQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urCqNrD3EQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCqNrD3EQ .mbr-text {
  color: #ffffff;
}
.cid-urCqNrXniz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCqNrXniz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCqNrXniz .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-urCqNrXniz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCqNrXniz .row {
  flex-direction: row-reverse;
}
.cid-urCqNrXniz img {
  width: 100%;
}
.cid-urCqNskgQq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCqNsUoVD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-urCqNtgoHF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urCqNtgoHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCqNtgoHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCqNtgoHF .mbr-section-title {
  color: #ffffff;
}
.cid-urCqNtCih1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urCqNtCih1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCqNtCih1 .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-urCqNtCih1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCqNtCih1 .row {
  flex-direction: row-reverse;
}
.cid-urCqNtCih1 img {
  width: 100%;
}
.cid-urCqNtCih1 .mbr-description {
  color: #232323;
}
.cid-urCqNtXbho {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCqNtXbho .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCqNtXbho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCqNtXbho .mbr-text,
.cid-urCqNtXbho .mbr-section-btn {
  color: #f34141;
}
.cid-urCqNukiYe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urCqNukiYe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urCqNukiYe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urCqNukiYe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urCqNukiYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urCqNukiYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urCqNukiYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urCqNukiYe .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-urCqNukiYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urCqNukiYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urCqNukiYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urCqNukiYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urCqNukiYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urCqNukiYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urCqNukiYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urCEkeoqiP .navbar-dropdown {
  position: relative !important;
}
.cid-urCEkeoqiP .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-urCEkeoqiP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urCEkeoqiP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urCEkeoqiP .dropdown-item:hover,
.cid-urCEkeoqiP .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urCEkeoqiP .dropdown-item:hover span {
  color: white;
}
.cid-urCEkeoqiP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urCEkeoqiP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urCEkeoqiP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urCEkeoqiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urCEkeoqiP .nav-link {
  position: relative;
}
.cid-urCEkeoqiP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urCEkeoqiP .container {
    flex-wrap: nowrap;
  }
}
.cid-urCEkeoqiP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urCEkeoqiP .dropdown-menu,
.cid-urCEkeoqiP .navbar.opened {
  background: #0e9283 !important;
}
.cid-urCEkeoqiP .nav-item:focus,
.cid-urCEkeoqiP .nav-link:focus {
  outline: none;
}
.cid-urCEkeoqiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urCEkeoqiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urCEkeoqiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urCEkeoqiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urCEkeoqiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urCEkeoqiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urCEkeoqiP .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: #0e9283;
}
.cid-urCEkeoqiP .navbar.opened {
  transition: all 0.3s;
}
.cid-urCEkeoqiP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urCEkeoqiP .navbar .navbar-logo img {
  width: auto;
}
.cid-urCEkeoqiP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urCEkeoqiP .navbar.collapsed {
  justify-content: center;
}
.cid-urCEkeoqiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urCEkeoqiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urCEkeoqiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urCEkeoqiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urCEkeoqiP .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-urCEkeoqiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urCEkeoqiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urCEkeoqiP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urCEkeoqiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urCEkeoqiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urCEkeoqiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urCEkeoqiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urCEkeoqiP .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-urCEkeoqiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urCEkeoqiP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urCEkeoqiP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urCEkeoqiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urCEkeoqiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urCEkeoqiP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urCEkeoqiP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urCEkeoqiP .navbar.navbar-short {
  min-height: 60px;
}
.cid-urCEkeoqiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urCEkeoqiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urCEkeoqiP .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-urCEkeoqiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urCEkeoqiP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urCEkeoqiP .dropdown-item.active,
.cid-urCEkeoqiP .dropdown-item:active {
  background-color: transparent;
}
.cid-urCEkeoqiP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urCEkeoqiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urCEkeoqiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urCEkeoqiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urCEkeoqiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urCEkeoqiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urCEkeoqiP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urCEkeoqiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urCEkeoqiP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urCEkeoqiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urCEkeoqiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urCEkeoqiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urCEkeoqiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urCEkeoqiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urCEkeoqiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urCEkeoqiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urCEkeoqiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urCEkeoqiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urCEkeoqiP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urCEkeoqiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urCEkeoqiP .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-urCEkeoqiP .navbar {
    height: 70px;
  }
  .cid-urCEkeoqiP .navbar.opened {
    height: auto;
  }
  .cid-urCEkeoqiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urCEkeCiac {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urCEkeCiac .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCEkeCiac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCEkeCiac .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urCEkeCiac .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urCEkeCiac .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urCEkeCiac .mbr-text,
.cid-urCEkeCiac .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urCEkeCiac .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urCEkeXIRQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urCEkeXIRQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urCEkfaYOE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urCEkfaYOE img,
.cid-urCEkfaYOE .item-img {
  width: 100%;
}
.cid-urCEkfaYOE .item:focus,
.cid-urCEkfaYOE span:focus {
  outline: none;
}
.cid-urCEkfaYOE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urCEkfaYOE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urCEkfaYOE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urCEkfaYOE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urCEkfaYOE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urCEkfaYOE .mbr-section-title {
  color: #232323;
}
.cid-urCEkfaYOE .mbr-text,
.cid-urCEkfaYOE .mbr-section-btn {
  text-align: left;
}
.cid-urCEkfaYOE .item-title {
  text-align: left;
}
.cid-urCEkfaYOE .item-subtitle {
  text-align: center;
}
.cid-urCEkfyqNs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urCEkfyqNs .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCEkfyqNs .mbr-text {
  color: #ffffff;
}
.cid-urCEkfLKrQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCEkfLKrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCEkfLKrQ .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-urCEkfLKrQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCEkfLKrQ .row {
  flex-direction: row-reverse;
}
.cid-urCEkfLKrQ img {
  width: 100%;
}
.cid-urCEkg3Dn6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urCEkg3Dn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCEkg3Dn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCEkg3Dn6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urCEkg3Dn6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-urCEkg3Dn6 .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urCEkg3Dn6 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urCEkg3Dn6 .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urCEkg3Dn6 .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urCEkg3Dn6 .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urCEkg3Dn6 .social-row {
  text-align: center;
}
.cid-urCEkg3Dn6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urCEkg3Dn6 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urCEkg3Dn6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urCEkg3Dn6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urCEkgAxoE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCEkgOC7E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCEkh2qPr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-urCEkhjAHu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCEkhjAHu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urCEkhjAHu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urCEkhjAHu .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urCEkhyBzV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urCEkhyBzV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCEkhyBzV .mbr-text {
  color: #ffffff;
}
.cid-urCEkhNDWo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCEkhNDWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCEkhNDWo .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-urCEkhNDWo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCEkhNDWo .row {
  flex-direction: row-reverse;
}
.cid-urCEkhNDWo img {
  width: 100%;
}
.cid-urCG2l0EXQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCEki5tZH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCEkiGcQL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urCEkiGcQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCEkiGcQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCEkiGcQL .mbr-section-title {
  color: #ffffff;
}
.cid-urCEkiWfdO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urCEkiWfdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCEkiWfdO .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-urCEkiWfdO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCEkiWfdO .row {
  flex-direction: row-reverse;
}
.cid-urCEkiWfdO img {
  width: 100%;
}
.cid-urCEkiWfdO .mbr-description {
  color: #232323;
}
.cid-urCEkjcFJe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCEkjcFJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCEkjcFJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCEkjcFJe .mbr-text,
.cid-urCEkjcFJe .mbr-section-btn {
  color: #f34141;
}
.cid-urCEkjt8gm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urCEkjt8gm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urCEkjt8gm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urCEkjt8gm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urCEkjt8gm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urCEkjt8gm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urCEkjt8gm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urCEkjt8gm .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-urCEkjt8gm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urCEkjt8gm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urCEkjt8gm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urCEkjt8gm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urCEkjt8gm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urCEkjt8gm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urCEkjt8gm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urCHxm0GZ2 .navbar-dropdown {
  position: relative !important;
}
.cid-urCHxm0GZ2 .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-urCHxm0GZ2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urCHxm0GZ2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urCHxm0GZ2 .dropdown-item:hover,
.cid-urCHxm0GZ2 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urCHxm0GZ2 .dropdown-item:hover span {
  color: white;
}
.cid-urCHxm0GZ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urCHxm0GZ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urCHxm0GZ2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urCHxm0GZ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urCHxm0GZ2 .nav-link {
  position: relative;
}
.cid-urCHxm0GZ2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urCHxm0GZ2 .container {
    flex-wrap: nowrap;
  }
}
.cid-urCHxm0GZ2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urCHxm0GZ2 .dropdown-menu,
.cid-urCHxm0GZ2 .navbar.opened {
  background: #0e9283 !important;
}
.cid-urCHxm0GZ2 .nav-item:focus,
.cid-urCHxm0GZ2 .nav-link:focus {
  outline: none;
}
.cid-urCHxm0GZ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urCHxm0GZ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urCHxm0GZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urCHxm0GZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urCHxm0GZ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urCHxm0GZ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urCHxm0GZ2 .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: #0e9283;
}
.cid-urCHxm0GZ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-urCHxm0GZ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urCHxm0GZ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-urCHxm0GZ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urCHxm0GZ2 .navbar.collapsed {
  justify-content: center;
}
.cid-urCHxm0GZ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urCHxm0GZ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urCHxm0GZ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urCHxm0GZ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urCHxm0GZ2 .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-urCHxm0GZ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urCHxm0GZ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urCHxm0GZ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urCHxm0GZ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urCHxm0GZ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urCHxm0GZ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urCHxm0GZ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urCHxm0GZ2 .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-urCHxm0GZ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urCHxm0GZ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urCHxm0GZ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urCHxm0GZ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urCHxm0GZ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urCHxm0GZ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urCHxm0GZ2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urCHxm0GZ2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urCHxm0GZ2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urCHxm0GZ2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urCHxm0GZ2 .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-urCHxm0GZ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urCHxm0GZ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urCHxm0GZ2 .dropdown-item.active,
.cid-urCHxm0GZ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-urCHxm0GZ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urCHxm0GZ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urCHxm0GZ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urCHxm0GZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urCHxm0GZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urCHxm0GZ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urCHxm0GZ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urCHxm0GZ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urCHxm0GZ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urCHxm0GZ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urCHxm0GZ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urCHxm0GZ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urCHxm0GZ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urCHxm0GZ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urCHxm0GZ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urCHxm0GZ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urCHxm0GZ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urCHxm0GZ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urCHxm0GZ2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urCHxm0GZ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urCHxm0GZ2 .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-urCHxm0GZ2 .navbar {
    height: 70px;
  }
  .cid-urCHxm0GZ2 .navbar.opened {
    height: auto;
  }
  .cid-urCHxm0GZ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urCHxmjUDE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urCHxmjUDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCHxmjUDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCHxmjUDE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urCHxmjUDE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urCHxmjUDE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urCHxmjUDE .mbr-text,
.cid-urCHxmjUDE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urCHxmjUDE .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urCHxmCEnw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urCHxmCEnw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urCHxmVrcz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urCHxmVrcz img,
.cid-urCHxmVrcz .item-img {
  width: 100%;
}
.cid-urCHxmVrcz .item:focus,
.cid-urCHxmVrcz span:focus {
  outline: none;
}
.cid-urCHxmVrcz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urCHxmVrcz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urCHxmVrcz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urCHxmVrcz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urCHxmVrcz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urCHxmVrcz .mbr-section-title {
  color: #232323;
}
.cid-urCHxmVrcz .mbr-text,
.cid-urCHxmVrcz .mbr-section-btn {
  text-align: left;
}
.cid-urCHxmVrcz .item-title {
  text-align: left;
}
.cid-urCHxmVrcz .item-subtitle {
  text-align: center;
}
.cid-urCHxnjALl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urCHxnjALl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCHxnjALl .mbr-text {
  color: #ffffff;
}
.cid-urCHxnww15 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCHxnww15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCHxnww15 .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-urCHxnww15 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCHxnww15 .row {
  flex-direction: row-reverse;
}
.cid-urCHxnww15 img {
  width: 100%;
}
.cid-urCHxnMzqe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urCHxnMzqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCHxnMzqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCHxnMzqe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urCHxnMzqe .team-card:hover {
  transform: translateY(-10px);
}
.cid-urCHxnMzqe .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urCHxnMzqe .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urCHxnMzqe .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urCHxnMzqe .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urCHxnMzqe .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urCHxnMzqe .social-row {
  text-align: center;
}
.cid-urCHxnMzqe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urCHxnMzqe .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urCHxnMzqe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urCHxnMzqe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urCHxoh6Gi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCHxoBww5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCHxoReB2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-urCHxp5r2O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCHxp5r2O .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urCHxp5r2O .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urCHxp5r2O .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urCHxpkvbg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urCHxpkvbg .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCHxpkvbg .mbr-text {
  color: #ffffff;
}
.cid-urCHxpzSmf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCHxpzSmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCHxpzSmf .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-urCHxpzSmf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCHxpzSmf .row {
  flex-direction: row-reverse;
}
.cid-urCHxpzSmf img {
  width: 100%;
}
.cid-urCHxpQGHm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCHxq5qHV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCLti5veR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCHxqjmLL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urCHxqjmLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCHxqjmLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCHxqjmLL .mbr-section-title {
  color: #ffffff;
}
.cid-urCHxqCATY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urCHxqCATY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCHxqCATY .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-urCHxqCATY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urCHxqCATY .row {
  flex-direction: row-reverse;
}
.cid-urCHxqCATY img {
  width: 100%;
}
.cid-urCHxqCATY .mbr-description {
  color: #232323;
}
.cid-urCHxqQzvF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCHxqQzvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCHxqQzvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCHxqQzvF .mbr-text,
.cid-urCHxqQzvF .mbr-section-btn {
  color: #f34141;
}
.cid-urCHxr6UOx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urCHxr6UOx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urCHxr6UOx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urCHxr6UOx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urCHxr6UOx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urCHxr6UOx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urCHxr6UOx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urCHxr6UOx .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-urCHxr6UOx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urCHxr6UOx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urCHxr6UOx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urCHxr6UOx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urCHxr6UOx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urCHxr6UOx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urCHxr6UOx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urIRB3QafY .navbar-dropdown {
  position: relative !important;
}
.cid-urIRB3QafY .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-urIRB3QafY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urIRB3QafY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urIRB3QafY .dropdown-item:hover,
.cid-urIRB3QafY .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urIRB3QafY .dropdown-item:hover span {
  color: white;
}
.cid-urIRB3QafY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urIRB3QafY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urIRB3QafY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urIRB3QafY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urIRB3QafY .nav-link {
  position: relative;
}
.cid-urIRB3QafY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urIRB3QafY .container {
    flex-wrap: nowrap;
  }
}
.cid-urIRB3QafY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urIRB3QafY .dropdown-menu,
.cid-urIRB3QafY .navbar.opened {
  background: #0e9283 !important;
}
.cid-urIRB3QafY .nav-item:focus,
.cid-urIRB3QafY .nav-link:focus {
  outline: none;
}
.cid-urIRB3QafY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urIRB3QafY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urIRB3QafY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urIRB3QafY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urIRB3QafY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urIRB3QafY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urIRB3QafY .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: #0e9283;
}
.cid-urIRB3QafY .navbar.opened {
  transition: all 0.3s;
}
.cid-urIRB3QafY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urIRB3QafY .navbar .navbar-logo img {
  width: auto;
}
.cid-urIRB3QafY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urIRB3QafY .navbar.collapsed {
  justify-content: center;
}
.cid-urIRB3QafY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urIRB3QafY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urIRB3QafY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urIRB3QafY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urIRB3QafY .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-urIRB3QafY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urIRB3QafY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urIRB3QafY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urIRB3QafY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urIRB3QafY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urIRB3QafY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urIRB3QafY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urIRB3QafY .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-urIRB3QafY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urIRB3QafY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urIRB3QafY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urIRB3QafY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urIRB3QafY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urIRB3QafY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urIRB3QafY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urIRB3QafY .navbar.navbar-short {
  min-height: 60px;
}
.cid-urIRB3QafY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urIRB3QafY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urIRB3QafY .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-urIRB3QafY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urIRB3QafY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urIRB3QafY .dropdown-item.active,
.cid-urIRB3QafY .dropdown-item:active {
  background-color: transparent;
}
.cid-urIRB3QafY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urIRB3QafY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urIRB3QafY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urIRB3QafY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urIRB3QafY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urIRB3QafY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urIRB3QafY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urIRB3QafY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urIRB3QafY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urIRB3QafY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urIRB3QafY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urIRB3QafY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urIRB3QafY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urIRB3QafY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urIRB3QafY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urIRB3QafY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urIRB3QafY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urIRB3QafY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urIRB3QafY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urIRB3QafY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urIRB3QafY .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-urIRB3QafY .navbar {
    height: 70px;
  }
  .cid-urIRB3QafY .navbar.opened {
    height: auto;
  }
  .cid-urIRB3QafY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urIRB44geh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urIRB44geh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urIRB44geh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urIRB44geh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urIRB44geh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urIRB44geh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urIRB44geh .mbr-text,
.cid-urIRB44geh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urIRB44geh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urIRB4ifuy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urIRB4ifuy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urIRB4tvDX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urIRB4tvDX img,
.cid-urIRB4tvDX .item-img {
  width: 100%;
}
.cid-urIRB4tvDX .item:focus,
.cid-urIRB4tvDX span:focus {
  outline: none;
}
.cid-urIRB4tvDX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urIRB4tvDX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urIRB4tvDX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urIRB4tvDX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urIRB4tvDX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urIRB4tvDX .mbr-section-title {
  color: #232323;
}
.cid-urIRB4tvDX .mbr-text,
.cid-urIRB4tvDX .mbr-section-btn {
  text-align: left;
}
.cid-urIRB4tvDX .item-title {
  text-align: left;
}
.cid-urIRB4tvDX .item-subtitle {
  text-align: center;
}
.cid-urIRB4QO10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urIRB4QO10 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urIRB4QO10 .mbr-text {
  color: #ffffff;
}
.cid-urIRB53uWD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urIRB53uWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urIRB53uWD .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-urIRB53uWD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urIRB53uWD .row {
  flex-direction: row-reverse;
}
.cid-urIRB53uWD img {
  width: 100%;
}
.cid-urIRB5k0Ll {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urIRB5k0Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-urIRB5k0Ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urIRB5k0Ll .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urIRB5k0Ll .team-card:hover {
  transform: translateY(-10px);
}
.cid-urIRB5k0Ll .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urIRB5k0Ll .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urIRB5k0Ll .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urIRB5k0Ll .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urIRB5k0Ll .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urIRB5k0Ll .social-row {
  text-align: center;
}
.cid-urIRB5k0Ll .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urIRB5k0Ll .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urIRB5k0Ll .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urIRB5k0Ll .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urIRB5OBbd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urIRB62hhK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urIRB6gLKK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-urIRB6u5LS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urIRB6u5LS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urIRB6u5LS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urIRB6u5LS .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urIRB6J2yU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urIRB6J2yU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urIRB6J2yU .mbr-text {
  color: #ffffff;
}
.cid-urIRB6X5i2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urIRB6X5i2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urIRB6X5i2 .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-urIRB6X5i2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urIRB6X5i2 .row {
  flex-direction: row-reverse;
}
.cid-urIRB6X5i2 img {
  width: 100%;
}
.cid-urIRB7rTSZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urIRB7U7QA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urIRB7U7QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urIRB7U7QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urIRB7U7QA .mbr-section-title {
  color: #ffffff;
}
.cid-urIRB8bcOq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urIRB8bcOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urIRB8bcOq .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-urIRB8bcOq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urIRB8bcOq .row {
  flex-direction: row-reverse;
}
.cid-urIRB8bcOq img {
  width: 100%;
}
.cid-urIRB8bcOq .mbr-description {
  color: #232323;
}
.cid-urIRB8pDii {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urIRB8pDii .mbr-fallback-image.disabled {
  display: none;
}
.cid-urIRB8pDii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urIRB8pDii .mbr-text,
.cid-urIRB8pDii .mbr-section-btn {
  color: #f34141;
}
.cid-urIRB8HVO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urIRB8HVO7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urIRB8HVO7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urIRB8HVO7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urIRB8HVO7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urIRB8HVO7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urIRB8HVO7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urIRB8HVO7 .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-urIRB8HVO7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urIRB8HVO7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urIRB8HVO7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urIRB8HVO7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urIRB8HVO7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urIRB8HVO7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urIRB8HVO7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urJ60P5eMT .navbar-dropdown {
  position: relative !important;
}
.cid-urJ60P5eMT .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-urJ60P5eMT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urJ60P5eMT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urJ60P5eMT .dropdown-item:hover,
.cid-urJ60P5eMT .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urJ60P5eMT .dropdown-item:hover span {
  color: white;
}
.cid-urJ60P5eMT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urJ60P5eMT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urJ60P5eMT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urJ60P5eMT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urJ60P5eMT .nav-link {
  position: relative;
}
.cid-urJ60P5eMT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urJ60P5eMT .container {
    flex-wrap: nowrap;
  }
}
.cid-urJ60P5eMT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urJ60P5eMT .dropdown-menu,
.cid-urJ60P5eMT .navbar.opened {
  background: #0e9283 !important;
}
.cid-urJ60P5eMT .nav-item:focus,
.cid-urJ60P5eMT .nav-link:focus {
  outline: none;
}
.cid-urJ60P5eMT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urJ60P5eMT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urJ60P5eMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urJ60P5eMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urJ60P5eMT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urJ60P5eMT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urJ60P5eMT .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: #0e9283;
}
.cid-urJ60P5eMT .navbar.opened {
  transition: all 0.3s;
}
.cid-urJ60P5eMT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urJ60P5eMT .navbar .navbar-logo img {
  width: auto;
}
.cid-urJ60P5eMT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urJ60P5eMT .navbar.collapsed {
  justify-content: center;
}
.cid-urJ60P5eMT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urJ60P5eMT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urJ60P5eMT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urJ60P5eMT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urJ60P5eMT .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-urJ60P5eMT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urJ60P5eMT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urJ60P5eMT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urJ60P5eMT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urJ60P5eMT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urJ60P5eMT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urJ60P5eMT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urJ60P5eMT .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-urJ60P5eMT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urJ60P5eMT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urJ60P5eMT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urJ60P5eMT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urJ60P5eMT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urJ60P5eMT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urJ60P5eMT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urJ60P5eMT .navbar.navbar-short {
  min-height: 60px;
}
.cid-urJ60P5eMT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urJ60P5eMT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urJ60P5eMT .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-urJ60P5eMT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urJ60P5eMT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urJ60P5eMT .dropdown-item.active,
.cid-urJ60P5eMT .dropdown-item:active {
  background-color: transparent;
}
.cid-urJ60P5eMT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urJ60P5eMT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urJ60P5eMT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urJ60P5eMT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urJ60P5eMT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urJ60P5eMT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urJ60P5eMT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urJ60P5eMT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urJ60P5eMT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urJ60P5eMT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urJ60P5eMT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urJ60P5eMT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urJ60P5eMT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urJ60P5eMT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urJ60P5eMT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urJ60P5eMT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urJ60P5eMT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urJ60P5eMT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urJ60P5eMT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urJ60P5eMT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urJ60P5eMT .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-urJ60P5eMT .navbar {
    height: 70px;
  }
  .cid-urJ60P5eMT .navbar.opened {
    height: auto;
  }
  .cid-urJ60P5eMT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urJ60Pjkbf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urJ60Pjkbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJ60Pjkbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urJ60Pjkbf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urJ60Pjkbf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urJ60Pjkbf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urJ60Pjkbf .mbr-text,
.cid-urJ60Pjkbf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urJ60Pjkbf .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urJ60PD5gb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urJ60PD5gb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urJ60PRFu4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urJ60PRFu4 img,
.cid-urJ60PRFu4 .item-img {
  width: 100%;
}
.cid-urJ60PRFu4 .item:focus,
.cid-urJ60PRFu4 span:focus {
  outline: none;
}
.cid-urJ60PRFu4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urJ60PRFu4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urJ60PRFu4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urJ60PRFu4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urJ60PRFu4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urJ60PRFu4 .mbr-section-title {
  color: #232323;
}
.cid-urJ60PRFu4 .mbr-text,
.cid-urJ60PRFu4 .mbr-section-btn {
  text-align: left;
}
.cid-urJ60PRFu4 .item-title {
  text-align: left;
}
.cid-urJ60PRFu4 .item-subtitle {
  text-align: center;
}
.cid-urJ60QdZbP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urJ60QdZbP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urJ60QdZbP .mbr-text {
  color: #ffffff;
}
.cid-urJ60QryO4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60QryO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJ60QryO4 .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-urJ60QryO4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urJ60QryO4 .row {
  flex-direction: row-reverse;
}
.cid-urJ60QryO4 img {
  width: 100%;
}
.cid-urJ60QGoIA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urJ60QGoIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJ60QGoIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urJ60QGoIA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urJ60QGoIA .team-card:hover {
  transform: translateY(-10px);
}
.cid-urJ60QGoIA .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urJ60QGoIA .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urJ60QGoIA .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urJ60QGoIA .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urJ60QGoIA .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urJ60QGoIA .social-row {
  text-align: center;
}
.cid-urJ60QGoIA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urJ60QGoIA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urJ60QGoIA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urJ60QGoIA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urJ60RdDlf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60Rr17U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60RGgcj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-urJ60RTlK9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60RTlK9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urJ60RTlK9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urJ60RTlK9 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urJ60SblM6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urJ60SblM6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urJ60SblM6 .mbr-text {
  color: #ffffff;
}
.cid-urJ60SpfIM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60SpfIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJ60SpfIM .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-urJ60SpfIM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urJ60SpfIM .row {
  flex-direction: row-reverse;
}
.cid-urJ60SpfIM img {
  width: 100%;
}
.cid-urJ60SK2sT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60T1mqf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60TjY9b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60TIwbx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urJ60TIwbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJ60TIwbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urJ60TIwbx .mbr-section-title {
  color: #ffffff;
}
.cid-urJ60TZy42 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urJ60TZy42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJ60TZy42 .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-urJ60TZy42 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urJ60TZy42 .row {
  flex-direction: row-reverse;
}
.cid-urJ60TZy42 img {
  width: 100%;
}
.cid-urJ60TZy42 .mbr-description {
  color: #232323;
}
.cid-urJ60UfJWk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJ60UfJWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJ60UfJWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urJ60UfJWk .mbr-text,
.cid-urJ60UfJWk .mbr-section-btn {
  color: #f34141;
}
.cid-urJ60UxQVs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urJ60UxQVs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urJ60UxQVs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urJ60UxQVs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urJ60UxQVs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urJ60UxQVs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urJ60UxQVs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urJ60UxQVs .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-urJ60UxQVs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urJ60UxQVs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urJ60UxQVs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urJ60UxQVs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urJ60UxQVs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urJ60UxQVs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urJ60UxQVs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urJsrbqvaI .navbar-dropdown {
  position: relative !important;
}
.cid-urJsrbqvaI .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-urJsrbqvaI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urJsrbqvaI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urJsrbqvaI .dropdown-item:hover,
.cid-urJsrbqvaI .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urJsrbqvaI .dropdown-item:hover span {
  color: white;
}
.cid-urJsrbqvaI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urJsrbqvaI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urJsrbqvaI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urJsrbqvaI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urJsrbqvaI .nav-link {
  position: relative;
}
.cid-urJsrbqvaI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urJsrbqvaI .container {
    flex-wrap: nowrap;
  }
}
.cid-urJsrbqvaI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urJsrbqvaI .dropdown-menu,
.cid-urJsrbqvaI .navbar.opened {
  background: #0e9283 !important;
}
.cid-urJsrbqvaI .nav-item:focus,
.cid-urJsrbqvaI .nav-link:focus {
  outline: none;
}
.cid-urJsrbqvaI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urJsrbqvaI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urJsrbqvaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urJsrbqvaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urJsrbqvaI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urJsrbqvaI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urJsrbqvaI .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: #0e9283;
}
.cid-urJsrbqvaI .navbar.opened {
  transition: all 0.3s;
}
.cid-urJsrbqvaI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urJsrbqvaI .navbar .navbar-logo img {
  width: auto;
}
.cid-urJsrbqvaI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urJsrbqvaI .navbar.collapsed {
  justify-content: center;
}
.cid-urJsrbqvaI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urJsrbqvaI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urJsrbqvaI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urJsrbqvaI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urJsrbqvaI .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-urJsrbqvaI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urJsrbqvaI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urJsrbqvaI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urJsrbqvaI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urJsrbqvaI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urJsrbqvaI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urJsrbqvaI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urJsrbqvaI .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-urJsrbqvaI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urJsrbqvaI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urJsrbqvaI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urJsrbqvaI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urJsrbqvaI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urJsrbqvaI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urJsrbqvaI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urJsrbqvaI .navbar.navbar-short {
  min-height: 60px;
}
.cid-urJsrbqvaI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urJsrbqvaI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urJsrbqvaI .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-urJsrbqvaI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urJsrbqvaI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urJsrbqvaI .dropdown-item.active,
.cid-urJsrbqvaI .dropdown-item:active {
  background-color: transparent;
}
.cid-urJsrbqvaI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urJsrbqvaI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urJsrbqvaI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urJsrbqvaI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urJsrbqvaI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urJsrbqvaI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urJsrbqvaI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urJsrbqvaI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urJsrbqvaI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urJsrbqvaI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urJsrbqvaI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urJsrbqvaI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urJsrbqvaI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urJsrbqvaI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urJsrbqvaI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urJsrbqvaI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urJsrbqvaI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urJsrbqvaI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urJsrbqvaI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urJsrbqvaI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urJsrbqvaI .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-urJsrbqvaI .navbar {
    height: 70px;
  }
  .cid-urJsrbqvaI .navbar.opened {
    height: auto;
  }
  .cid-urJsrbqvaI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urJsrbLZBd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urJsrbLZBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJsrbLZBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urJsrbLZBd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urJsrbLZBd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urJsrbLZBd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urJsrbLZBd .mbr-text,
.cid-urJsrbLZBd .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urJsrbLZBd .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urJsrc3ZmB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urJsrc3ZmB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urJsrciTDM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urJsrciTDM img,
.cid-urJsrciTDM .item-img {
  width: 100%;
}
.cid-urJsrciTDM .item:focus,
.cid-urJsrciTDM span:focus {
  outline: none;
}
.cid-urJsrciTDM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urJsrciTDM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urJsrciTDM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urJsrciTDM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urJsrciTDM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urJsrciTDM .mbr-section-title {
  color: #232323;
}
.cid-urJsrciTDM .mbr-text,
.cid-urJsrciTDM .mbr-section-btn {
  text-align: left;
}
.cid-urJsrciTDM .item-title {
  text-align: left;
}
.cid-urJsrciTDM .item-subtitle {
  text-align: center;
}
.cid-urJsrcF9IA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urJsrcF9IA .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urJsrcF9IA .mbr-text {
  color: #ffffff;
}
.cid-urJsrcSN59 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJsrcSN59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJsrcSN59 .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-urJsrcSN59 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urJsrcSN59 .row {
  flex-direction: row-reverse;
}
.cid-urJsrcSN59 img {
  width: 100%;
}
.cid-urJsrdaAjH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urJsrdaAjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJsrdaAjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urJsrdaAjH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urJsrdaAjH .team-card:hover {
  transform: translateY(-10px);
}
.cid-urJsrdaAjH .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urJsrdaAjH .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urJsrdaAjH .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urJsrdaAjH .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urJsrdaAjH .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urJsrdaAjH .social-row {
  text-align: center;
}
.cid-urJsrdaAjH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urJsrdaAjH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urJsrdaAjH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urJsrdaAjH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urJsrdPSPv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJsrek8ZQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJsreDgXn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-urJsreVC0D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJsreVC0D .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urJsreVC0D .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urJsreVC0D .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urJsrfl0GK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urJsrfl0GK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urJsrfl0GK .mbr-text {
  color: #ffffff;
}
.cid-urJsrfCPFp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJsrfCPFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJsrfCPFp .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-urJsrfCPFp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urJsrfCPFp .row {
  flex-direction: row-reverse;
}
.cid-urJsrfCPFp img {
  width: 100%;
}
.cid-urJsrggtuO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJsrgCSyg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJwaUB2Uk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJsrgSZv4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urJsrgSZv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJsrgSZv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urJsrgSZv4 .mbr-section-title {
  color: #ffffff;
}
.cid-urJsrhbt08 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urJsrhbt08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJsrhbt08 .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-urJsrhbt08 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urJsrhbt08 .row {
  flex-direction: row-reverse;
}
.cid-urJsrhbt08 img {
  width: 100%;
}
.cid-urJsrhbt08 .mbr-description {
  color: #232323;
}
.cid-urJsrhsjTc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urJsrhsjTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-urJsrhsjTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urJsrhsjTc .mbr-text,
.cid-urJsrhsjTc .mbr-section-btn {
  color: #f34141;
}
.cid-urJsrhOMNm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urJsrhOMNm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urJsrhOMNm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urJsrhOMNm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urJsrhOMNm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urJsrhOMNm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urJsrhOMNm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urJsrhOMNm .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-urJsrhOMNm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urJsrhOMNm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urJsrhOMNm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urJsrhOMNm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urJsrhOMNm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urJsrhOMNm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urJsrhOMNm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urOPU5IedQ .navbar-dropdown {
  position: relative !important;
}
.cid-urOPU5IedQ .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-urOPU5IedQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urOPU5IedQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urOPU5IedQ .dropdown-item:hover,
.cid-urOPU5IedQ .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urOPU5IedQ .dropdown-item:hover span {
  color: white;
}
.cid-urOPU5IedQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urOPU5IedQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urOPU5IedQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urOPU5IedQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urOPU5IedQ .nav-link {
  position: relative;
}
.cid-urOPU5IedQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urOPU5IedQ .container {
    flex-wrap: nowrap;
  }
}
.cid-urOPU5IedQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urOPU5IedQ .dropdown-menu,
.cid-urOPU5IedQ .navbar.opened {
  background: #0e9283 !important;
}
.cid-urOPU5IedQ .nav-item:focus,
.cid-urOPU5IedQ .nav-link:focus {
  outline: none;
}
.cid-urOPU5IedQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urOPU5IedQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urOPU5IedQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urOPU5IedQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urOPU5IedQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urOPU5IedQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urOPU5IedQ .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: #0e9283;
}
.cid-urOPU5IedQ .navbar.opened {
  transition: all 0.3s;
}
.cid-urOPU5IedQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urOPU5IedQ .navbar .navbar-logo img {
  width: auto;
}
.cid-urOPU5IedQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urOPU5IedQ .navbar.collapsed {
  justify-content: center;
}
.cid-urOPU5IedQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urOPU5IedQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urOPU5IedQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urOPU5IedQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urOPU5IedQ .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-urOPU5IedQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urOPU5IedQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urOPU5IedQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urOPU5IedQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urOPU5IedQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urOPU5IedQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urOPU5IedQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urOPU5IedQ .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-urOPU5IedQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urOPU5IedQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urOPU5IedQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urOPU5IedQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urOPU5IedQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urOPU5IedQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urOPU5IedQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urOPU5IedQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-urOPU5IedQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urOPU5IedQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urOPU5IedQ .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-urOPU5IedQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urOPU5IedQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urOPU5IedQ .dropdown-item.active,
.cid-urOPU5IedQ .dropdown-item:active {
  background-color: transparent;
}
.cid-urOPU5IedQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urOPU5IedQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urOPU5IedQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urOPU5IedQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urOPU5IedQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urOPU5IedQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urOPU5IedQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urOPU5IedQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urOPU5IedQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urOPU5IedQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urOPU5IedQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urOPU5IedQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urOPU5IedQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urOPU5IedQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urOPU5IedQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urOPU5IedQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urOPU5IedQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urOPU5IedQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urOPU5IedQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urOPU5IedQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urOPU5IedQ .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-urOPU5IedQ .navbar {
    height: 70px;
  }
  .cid-urOPU5IedQ .navbar.opened {
    height: auto;
  }
  .cid-urOPU5IedQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urOPU61Sxy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urOPU61Sxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOPU61Sxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOPU61Sxy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urOPU61Sxy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urOPU61Sxy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urOPU61Sxy .mbr-text,
.cid-urOPU61Sxy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urOPU61Sxy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urOPU6kxdq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urOPU6kxdq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urOPU6ERlk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urOPU6ERlk img,
.cid-urOPU6ERlk .item-img {
  width: 100%;
}
.cid-urOPU6ERlk .item:focus,
.cid-urOPU6ERlk span:focus {
  outline: none;
}
.cid-urOPU6ERlk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urOPU6ERlk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urOPU6ERlk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urOPU6ERlk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urOPU6ERlk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urOPU6ERlk .mbr-section-title {
  color: #232323;
}
.cid-urOPU6ERlk .mbr-text,
.cid-urOPU6ERlk .mbr-section-btn {
  text-align: left;
}
.cid-urOPU6ERlk .item-title {
  text-align: left;
}
.cid-urOPU6ERlk .item-subtitle {
  text-align: center;
}
.cid-urOPU7deqq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urOPU7deqq .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urOPU7deqq .mbr-text {
  color: #ffffff;
}
.cid-urOPU7sesh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOPU7sesh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOPU7sesh .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-urOPU7sesh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOPU7sesh .row {
  flex-direction: row-reverse;
}
.cid-urOPU7sesh img {
  width: 100%;
}
.cid-urOPU7OyR3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urOPU7OyR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOPU7OyR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOPU7OyR3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urOPU7OyR3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-urOPU7OyR3 .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urOPU7OyR3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urOPU7OyR3 .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urOPU7OyR3 .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urOPU7OyR3 .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urOPU7OyR3 .social-row {
  text-align: center;
}
.cid-urOPU7OyR3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urOPU7OyR3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urOPU7OyR3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urOPU7OyR3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urOPU8rtQb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOPU8It8R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOPU94iOW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-urOPU9nlGK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOPU9nlGK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urOPU9nlGK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urOPU9nlGK .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urOPU9FucU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urOPU9FucU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urOPU9FucU .mbr-text {
  color: #ffffff;
}
.cid-urOPU9YZku {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOPU9YZku .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOPU9YZku .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-urOPU9YZku .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOPU9YZku .row {
  flex-direction: row-reverse;
}
.cid-urOPU9YZku img {
  width: 100%;
}
.cid-urORBrbVTp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOPUagyKS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOPUaw5Ry {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-urOPUaOejO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urOPUaOejO .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOPUaOejO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOPUaOejO .mbr-section-title {
  color: #ffffff;
}
.cid-urOPUb9kql {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urOPUb9kql .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOPUb9kql .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-urOPUb9kql .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOPUb9kql .row {
  flex-direction: row-reverse;
}
.cid-urOPUb9kql img {
  width: 100%;
}
.cid-urOPUb9kql .mbr-description {
  color: #232323;
}
.cid-urOPUbtXmS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOPUbtXmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOPUbtXmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOPUbtXmS .mbr-text,
.cid-urOPUbtXmS .mbr-section-btn {
  color: #f34141;
}
.cid-urOPUbPZdB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urOPUbPZdB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urOPUbPZdB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urOPUbPZdB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urOPUbPZdB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urOPUbPZdB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urOPUbPZdB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urOPUbPZdB .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-urOPUbPZdB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urOPUbPZdB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urOPUbPZdB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urOPUbPZdB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urOPUbPZdB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urOPUbPZdB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urOPUbPZdB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urOVgndv8h .navbar-dropdown {
  position: relative !important;
}
.cid-urOVgndv8h .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-urOVgndv8h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urOVgndv8h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urOVgndv8h .dropdown-item:hover,
.cid-urOVgndv8h .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urOVgndv8h .dropdown-item:hover span {
  color: white;
}
.cid-urOVgndv8h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urOVgndv8h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urOVgndv8h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urOVgndv8h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urOVgndv8h .nav-link {
  position: relative;
}
.cid-urOVgndv8h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urOVgndv8h .container {
    flex-wrap: nowrap;
  }
}
.cid-urOVgndv8h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urOVgndv8h .dropdown-menu,
.cid-urOVgndv8h .navbar.opened {
  background: #0e9283 !important;
}
.cid-urOVgndv8h .nav-item:focus,
.cid-urOVgndv8h .nav-link:focus {
  outline: none;
}
.cid-urOVgndv8h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urOVgndv8h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urOVgndv8h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urOVgndv8h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urOVgndv8h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urOVgndv8h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urOVgndv8h .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: #0e9283;
}
.cid-urOVgndv8h .navbar.opened {
  transition: all 0.3s;
}
.cid-urOVgndv8h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urOVgndv8h .navbar .navbar-logo img {
  width: auto;
}
.cid-urOVgndv8h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urOVgndv8h .navbar.collapsed {
  justify-content: center;
}
.cid-urOVgndv8h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urOVgndv8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urOVgndv8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urOVgndv8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urOVgndv8h .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-urOVgndv8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urOVgndv8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urOVgndv8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urOVgndv8h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urOVgndv8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urOVgndv8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urOVgndv8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urOVgndv8h .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-urOVgndv8h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urOVgndv8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urOVgndv8h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urOVgndv8h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urOVgndv8h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urOVgndv8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urOVgndv8h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urOVgndv8h .navbar.navbar-short {
  min-height: 60px;
}
.cid-urOVgndv8h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urOVgndv8h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urOVgndv8h .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-urOVgndv8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urOVgndv8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urOVgndv8h .dropdown-item.active,
.cid-urOVgndv8h .dropdown-item:active {
  background-color: transparent;
}
.cid-urOVgndv8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urOVgndv8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urOVgndv8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urOVgndv8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urOVgndv8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urOVgndv8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urOVgndv8h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urOVgndv8h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urOVgndv8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urOVgndv8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urOVgndv8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urOVgndv8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urOVgndv8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urOVgndv8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urOVgndv8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urOVgndv8h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urOVgndv8h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urOVgndv8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urOVgndv8h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urOVgndv8h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urOVgndv8h .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-urOVgndv8h .navbar {
    height: 70px;
  }
  .cid-urOVgndv8h .navbar.opened {
    height: auto;
  }
  .cid-urOVgndv8h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urOVgnBqds {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urOVgnBqds .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOVgnBqds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOVgnBqds .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urOVgnBqds .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urOVgnBqds .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urOVgnBqds .mbr-text,
.cid-urOVgnBqds .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urOVgnBqds .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urOVgo4Hhz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urOVgo4Hhz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urOVgotj38 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urOVgotj38 img,
.cid-urOVgotj38 .item-img {
  width: 100%;
}
.cid-urOVgotj38 .item:focus,
.cid-urOVgotj38 span:focus {
  outline: none;
}
.cid-urOVgotj38 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urOVgotj38 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urOVgotj38 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urOVgotj38 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urOVgotj38 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urOVgotj38 .mbr-section-title {
  color: #232323;
}
.cid-urOVgotj38 .mbr-text,
.cid-urOVgotj38 .mbr-section-btn {
  text-align: left;
}
.cid-urOVgotj38 .item-title {
  text-align: left;
}
.cid-urOVgotj38 .item-subtitle {
  text-align: center;
}
.cid-urOVgp02sZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urOVgp02sZ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urOVgp02sZ .mbr-text {
  color: #ffffff;
}
.cid-urOVgpir8J {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOVgpir8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOVgpir8J .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-urOVgpir8J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOVgpir8J .row {
  flex-direction: row-reverse;
}
.cid-urOVgpir8J img {
  width: 100%;
}
.cid-urOVgpD3wY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urOVgpD3wY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOVgpD3wY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOVgpD3wY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urOVgpD3wY .team-card:hover {
  transform: translateY(-10px);
}
.cid-urOVgpD3wY .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urOVgpD3wY .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urOVgpD3wY .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urOVgpD3wY .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urOVgpD3wY .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urOVgpD3wY .social-row {
  text-align: center;
}
.cid-urOVgpD3wY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urOVgpD3wY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urOVgpD3wY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urOVgpD3wY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urOVgqhxi1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOVgqAH3a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOVgqT9tC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-urOVgreuyU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOVgreuyU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urOVgreuyU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urOVgreuyU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urOVgrwdZy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urOVgrwdZy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urOVgrwdZy .mbr-text {
  color: #ffffff;
}
.cid-urOVgrRqzX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOVgrRqzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOVgrRqzX .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-urOVgrRqzX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOVgrRqzX .row {
  flex-direction: row-reverse;
}
.cid-urOVgrRqzX img {
  width: 100%;
}
.cid-urOVgsbPQE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOVgsQqc7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urOVgsQqc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOVgsQqc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOVgsQqc7 .mbr-section-title {
  color: #ffffff;
}
.cid-urOVgtfL52 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urOVgtfL52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOVgtfL52 .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-urOVgtfL52 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOVgtfL52 .row {
  flex-direction: row-reverse;
}
.cid-urOVgtfL52 img {
  width: 100%;
}
.cid-urOVgtfL52 .mbr-description {
  color: #232323;
}
.cid-urOVgtz4Qv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOVgtz4Qv .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOVgtz4Qv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOVgtz4Qv .mbr-text,
.cid-urOVgtz4Qv .mbr-section-btn {
  color: #f34141;
}
.cid-urOVgtWGlb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urOVgtWGlb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urOVgtWGlb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urOVgtWGlb .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urOVgtWGlb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urOVgtWGlb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urOVgtWGlb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urOVgtWGlb .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-urOVgtWGlb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urOVgtWGlb .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urOVgtWGlb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urOVgtWGlb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urOVgtWGlb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urOVgtWGlb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urOVgtWGlb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urOZ6QXZWk .navbar-dropdown {
  position: relative !important;
}
.cid-urOZ6QXZWk .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-urOZ6QXZWk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urOZ6QXZWk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urOZ6QXZWk .dropdown-item:hover,
.cid-urOZ6QXZWk .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-urOZ6QXZWk .dropdown-item:hover span {
  color: white;
}
.cid-urOZ6QXZWk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urOZ6QXZWk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urOZ6QXZWk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urOZ6QXZWk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urOZ6QXZWk .nav-link {
  position: relative;
}
.cid-urOZ6QXZWk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urOZ6QXZWk .container {
    flex-wrap: nowrap;
  }
}
.cid-urOZ6QXZWk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urOZ6QXZWk .dropdown-menu,
.cid-urOZ6QXZWk .navbar.opened {
  background: #0e9283 !important;
}
.cid-urOZ6QXZWk .nav-item:focus,
.cid-urOZ6QXZWk .nav-link:focus {
  outline: none;
}
.cid-urOZ6QXZWk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urOZ6QXZWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urOZ6QXZWk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urOZ6QXZWk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urOZ6QXZWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urOZ6QXZWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urOZ6QXZWk .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: #0e9283;
}
.cid-urOZ6QXZWk .navbar.opened {
  transition: all 0.3s;
}
.cid-urOZ6QXZWk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urOZ6QXZWk .navbar .navbar-logo img {
  width: auto;
}
.cid-urOZ6QXZWk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urOZ6QXZWk .navbar.collapsed {
  justify-content: center;
}
.cid-urOZ6QXZWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urOZ6QXZWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urOZ6QXZWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urOZ6QXZWk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urOZ6QXZWk .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-urOZ6QXZWk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urOZ6QXZWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urOZ6QXZWk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urOZ6QXZWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urOZ6QXZWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urOZ6QXZWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urOZ6QXZWk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urOZ6QXZWk .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-urOZ6QXZWk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urOZ6QXZWk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urOZ6QXZWk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urOZ6QXZWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urOZ6QXZWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urOZ6QXZWk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urOZ6QXZWk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urOZ6QXZWk .navbar.navbar-short {
  min-height: 60px;
}
.cid-urOZ6QXZWk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urOZ6QXZWk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urOZ6QXZWk .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-urOZ6QXZWk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urOZ6QXZWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urOZ6QXZWk .dropdown-item.active,
.cid-urOZ6QXZWk .dropdown-item:active {
  background-color: transparent;
}
.cid-urOZ6QXZWk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urOZ6QXZWk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urOZ6QXZWk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urOZ6QXZWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e9283;
}
.cid-urOZ6QXZWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urOZ6QXZWk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urOZ6QXZWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urOZ6QXZWk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urOZ6QXZWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urOZ6QXZWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urOZ6QXZWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urOZ6QXZWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urOZ6QXZWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urOZ6QXZWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urOZ6QXZWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urOZ6QXZWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urOZ6QXZWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urOZ6QXZWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urOZ6QXZWk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urOZ6QXZWk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urOZ6QXZWk .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-urOZ6QXZWk .navbar {
    height: 70px;
  }
  .cid-urOZ6QXZWk .navbar.opened {
    height: auto;
  }
  .cid-urOZ6QXZWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urOZ6RlUl4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urOZ6RlUl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOZ6RlUl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOZ6RlUl4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urOZ6RlUl4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urOZ6RlUl4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urOZ6RlUl4 .mbr-text,
.cid-urOZ6RlUl4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-urOZ6RlUl4 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-urOZ6RNitE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-urOZ6RNitE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urOZ6S700I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urOZ6S700I img,
.cid-urOZ6S700I .item-img {
  width: 100%;
}
.cid-urOZ6S700I .item:focus,
.cid-urOZ6S700I span:focus {
  outline: none;
}
.cid-urOZ6S700I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urOZ6S700I .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urOZ6S700I .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urOZ6S700I .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-urOZ6S700I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urOZ6S700I .mbr-section-title {
  color: #232323;
}
.cid-urOZ6S700I .mbr-text,
.cid-urOZ6S700I .mbr-section-btn {
  text-align: left;
}
.cid-urOZ6S700I .item-title {
  text-align: left;
}
.cid-urOZ6S700I .item-subtitle {
  text-align: center;
}
.cid-urOZ6SLFz2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urOZ6SLFz2 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urOZ6SLFz2 .mbr-text {
  color: #ffffff;
}
.cid-urOZ6T1oBo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOZ6T1oBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOZ6T1oBo .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-urOZ6T1oBo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOZ6T1oBo .row {
  flex-direction: row-reverse;
}
.cid-urOZ6T1oBo img {
  width: 100%;
}
.cid-urOZ6TmUNs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-urOZ6TmUNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOZ6TmUNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOZ6TmUNs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urOZ6TmUNs .team-card:hover {
  transform: translateY(-10px);
}
.cid-urOZ6TmUNs .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urOZ6TmUNs .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urOZ6TmUNs .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urOZ6TmUNs .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urOZ6TmUNs .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-urOZ6TmUNs .social-row {
  text-align: center;
}
.cid-urOZ6TmUNs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urOZ6TmUNs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urOZ6TmUNs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urOZ6TmUNs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urOZ6U72az {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOZ6UoRHp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOZ6UP4Vp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOZ6Vd9ta {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOZ6Vd9ta .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urOZ6Vd9ta .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urOZ6Vd9ta .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urOZ6VFKxN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-urOZ6VFKxN .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urOZ6VFKxN .mbr-text {
  color: #ffffff;
}
.cid-urOZ6W5PJK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOZ6W5PJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOZ6W5PJK .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-urOZ6W5PJK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOZ6W5PJK .row {
  flex-direction: row-reverse;
}
.cid-urOZ6W5PJK img {
  width: 100%;
}
.cid-urOZ6Wytx8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOZ6XdUCE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-urOZ6XA5E8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e9283;
}
.cid-urOZ6XA5E8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOZ6XA5E8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOZ6XA5E8 .mbr-section-title {
  color: #ffffff;
}
.cid-urOZ6Y17EQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urOZ6Y17EQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOZ6Y17EQ .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-urOZ6Y17EQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urOZ6Y17EQ .row {
  flex-direction: row-reverse;
}
.cid-urOZ6Y17EQ img {
  width: 100%;
}
.cid-urOZ6Y17EQ .mbr-description {
  color: #232323;
}
.cid-urOZ6YtRO3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urOZ6YtRO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOZ6YtRO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOZ6YtRO3 .mbr-text,
.cid-urOZ6YtRO3 .mbr-section-btn {
  color: #f34141;
}
.cid-urOZ6YO0d9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urOZ6YO0d9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urOZ6YO0d9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urOZ6YO0d9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urOZ6YO0d9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urOZ6YO0d9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urOZ6YO0d9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urOZ6YO0d9 .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-urOZ6YO0d9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urOZ6YO0d9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urOZ6YO0d9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urOZ6YO0d9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urOZ6YO0d9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urOZ6YO0d9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urOZ6YO0d9 .media-container-row .row-copirayt p {
  width: 100%;
}
