.btn {
  border-width: 2px;
}
body {
  font-family: 'Epilogue', sans-serif;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #84c1c7 !important;
}
.bg-success {
  background-color: #314825 !important;
}
.bg-info {
  background-color: #2e7a9e !important;
}
.bg-warning {
  background-color: #ee3102 !important;
}
.bg-danger {
  background-color: #2e7a9e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #84c1c7 !important;
  border-color: #84c1c7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4ca0a8 !important;
  border-color: #4ca0a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4ca0a8 !important;
  border-color: #4ca0a8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54595f !important;
  border-color: #54595f !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: #2b2e31 !important;
  border-color: #2b2e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b2e31 !important;
  border-color: #2b2e31 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2e7a9e !important;
  border-color: #2e7a9e !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: #1a465b !important;
  border-color: #1a465b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a465b !important;
  border-color: #1a465b !important;
}
.btn-success,
.btn-success:active {
  background-color: #314825 !important;
  border-color: #314825 !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: #0a0f08 !important;
  border-color: #0a0f08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2e7a9e !important;
  border-color: #2e7a9e !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: #1a465b !important;
  border-color: #1a465b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a465b !important;
  border-color: #1a465b !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: #84c1c7;
  color: #84c1c7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4ca0a8 !important;
  background-color: transparent!important;
  border-color: #4ca0a8 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #84c1c7 !important;
  border-color: #84c1c7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #54595f;
  color: #54595f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2b2e31 !important;
  background-color: transparent!important;
  border-color: #2b2e31 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54595f !important;
  border-color: #54595f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2e7a9e;
  color: #2e7a9e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1a465b !important;
  background-color: transparent!important;
  border-color: #1a465b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2e7a9e !important;
  border-color: #2e7a9e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #314825;
  color: #314825;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0f08 !important;
  background-color: transparent!important;
  border-color: #0a0f08 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #314825 !important;
  border-color: #314825 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ee3102;
  color: #ee3102;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #981f01 !important;
  background-color: transparent!important;
  border-color: #981f01 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #2e7a9e;
  color: #2e7a9e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1a465b !important;
  background-color: transparent!important;
  border-color: #1a465b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2e7a9e !important;
  border-color: #2e7a9e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #84c1c7 !important;
}
.text-secondary {
  color: #54595f !important;
}
.text-success {
  color: #314825 !important;
}
.text-info {
  color: #2e7a9e !important;
}
.text-warning {
  color: #ee3102 !important;
}
.text-danger {
  color: #2e7a9e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #48969d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #242629 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #030502 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #173d4f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #891c01 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #173d4f !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: #84c1c7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2e7a9e;
}
.alert-warning {
  background-color: #ee3102;
}
.alert-danger {
  background-color: #2e7a9e;
}
.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: #84c1c7;
  border-color: #84c1c7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #84c1c7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcedef;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a1c58e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #75b7d7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fecabe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #75b7d7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #84c1c7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #84c1c7;
}
/* 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: #84c1c7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #84c1c7;
}
.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: #84c1c7;
  border-bottom-color: #84c1c7;
}
.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: #84c1c7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #54595f !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='%2384c1c7' %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-up3m8DYBfz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up3m8DYBfz .menu-text {
  padding: 0 2rem;
  color: #2e7a9e;
}
@media (max-width: 992px) {
  .cid-up3m8DYBfz .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-up3m8DYBfz .iconfont-wrapper {
  color: #2e7a9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-up3m8DYBfz .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-up3m8DYBfz .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-up3m8DYBfz .container {
    padding: 0 1rem;
  }
}
.cid-up3m8DYBfz .menu-tite {
  background: #84c1c7;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #2e7a9e;
}
.cid-up3m8DYBfz .nav-link {
  position: relative;
}
.cid-up3m8DYBfz .nav-link:hover {
  color: #2e7a9e !important;
}
.cid-up3m8DYBfz nav.navbar {
  position: fixed;
}
.cid-up3m8DYBfz .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-up3m8DYBfz .navbar.opened {
  transition: all 0.3s;
}
.cid-up3m8DYBfz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up3m8DYBfz .navbar .navbar-logo img {
  width: auto;
}
.cid-up3m8DYBfz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up3m8DYBfz .navbar.collapsed {
  justify-content: center;
}
.cid-up3m8DYBfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up3m8DYBfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up3m8DYBfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-up3m8DYBfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up3m8DYBfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up3m8DYBfz .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-up3m8DYBfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up3m8DYBfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up3m8DYBfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up3m8DYBfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up3m8DYBfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up3m8DYBfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up3m8DYBfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up3m8DYBfz .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-up3m8DYBfz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up3m8DYBfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up3m8DYBfz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up3m8DYBfz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up3m8DYBfz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up3m8DYBfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up3m8DYBfz .navbar.navbar-short {
  min-height: 60px;
}
.cid-up3m8DYBfz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up3m8DYBfz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up3m8DYBfz .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-up3m8DYBfz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up3m8DYBfz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up3m8DYBfz .dropdown-item:hover,
.cid-up3m8DYBfz .dropdown-item:focus {
  background: #84c1c7 !important;
  color: white !important;
}
.cid-up3m8DYBfz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up3m8DYBfz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up3m8DYBfz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-up3m8DYBfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up3m8DYBfz .dropdown-menu,
.cid-up3m8DYBfz .navbar.opened {
  background: #ffffff !important;
}
.cid-up3m8DYBfz .nav-item:focus,
.cid-up3m8DYBfz .nav-link:focus {
  outline: none;
}
.cid-up3m8DYBfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up3m8DYBfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up3m8DYBfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up3m8DYBfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up3m8DYBfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up3m8DYBfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up3m8DYBfz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up3m8DYBfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up3m8DYBfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up3m8DYBfz .dropdown-item.active,
.cid-up3m8DYBfz .dropdown-item:active {
  background-color: transparent;
}
.cid-up3m8DYBfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up3m8DYBfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up3m8DYBfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up3m8DYBfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up3m8DYBfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up3m8DYBfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up3m8DYBfz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up3m8DYBfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up3m8DYBfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up3m8DYBfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e7a9e;
}
.cid-up3m8DYBfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up3m8DYBfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3m8DYBfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3m8DYBfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up3m8DYBfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3m8DYBfz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up3m8DYBfz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up3m8DYBfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3m8DYBfz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up3m8DYBfz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up3m8DYBfz .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-up3m8DYBfz .navbar {
    height: 70px;
  }
  .cid-up3m8DYBfz .navbar.opened {
    height: auto;
  }
  .cid-up3m8DYBfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueRH4YONdz {
  background-image: url("../../../assets/images/topo-luciana-stecconi-8-1920x1080.png");
}
.cid-ueRH4YONdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRH4YONdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueRH4YONdz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueRH4YONdz .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-up3mC8jypq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-up3mC8jypq .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3mC8jypq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-up3mC8jypq .container {
    padding: 0 30px;
  }
}
.cid-up3mC8jypq .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-up3mC8jypq .content-wrapper {
    display: block;
  }
}
.cid-up3mC8jypq .content-wrapper .card {
  justify-content: center;
}
.cid-up3mC8jypq .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-up3mC8jypq .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-up3mC8jypq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-up3mC8jypq .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-up3mC8jypq .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-up3mC8jypq .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-up3mC8jypq .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up3mC8jypq .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cde1e7;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-up3mC8jypq .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-up3mC8jypq .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-up3mC8jypq .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-up3mC8jypq .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-up3mC8jypq .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #2e7a9e;
}
@media (max-width: 992px) {
  .cid-up3mC8jypq .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-up3mC8jypq .mbr-section-title {
  color: #144031;
}
.cid-up3mC8jypq .mbr-text {
  color: #2e7a9e;
}
.cid-up3mC8jypq .list {
  color: #144031;
}
.cid-up3mC8jypq .mbr-section-title,
.cid-up3mC8jypq .mbr-section-btn {
  color: #2e7a9e;
}
.cid-up3mC8jypq .list,
.cid-up3mC8jypq .item-wrap {
  color: #2e7a9e;
}
.cid-up3mHa8ylO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-up3mHa8ylO h2,
.cid-up3mHa8ylO h3,
.cid-up3mHa8ylO h4,
.cid-up3mHa8ylO h5 {
  margin: 0;
}
.cid-up3mHa8ylO .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-up3mHa8ylO .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-up3mHa8ylO .mbr-section-title {
  color: #2e7a9e;
  text-align: center;
  margin: 0;
}
.cid-up3mHa8ylO .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-up3mHa8ylO .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-up3mHa8ylO .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-up3mHa8ylO .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-up3mHa8ylO .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-up3mHa8ylO .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-up3mHa8ylO .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-up3mHa8ylO .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-up3mHa8ylO .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-up3mHa8ylO .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-up3mHa8ylO .card:hover {
  cursor: pointer;
}
.cid-up3mHa8ylO .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-up3mHa8ylO .mbr-card-title {
  color: #2e7a9e;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-up3mHa8ylO .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-up3mHa8ylO .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uvEvMEF507 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvEvMEF507 li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uvEvMEF507 li:last-child {
  margin-bottom: 0;
}
.cid-uvEvMEF507 .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uvEvMEF507 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uvEvMEF507 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uvEvMEF507 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvEvMEF507 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvEvMEF507 .mbr-section-title {
  color: #2e7a9e;
}
.cid-uvEvMEF507 .text1 {
  color: #2e7a9e;
}
.cid-uvEvMEF507 .mbr-section-subtitle {
  color: #2e7a9e;
}
.cid-uvEvMEF507 .addr {
  color: #2e7a9e;
}
.cid-uvEvMEF507 .text2 {
  color: #2e7a9e;
}
.cid-sN2bql4V9G {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sN2bql4V9G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sN2bql4V9G h3 {
  margin: 0;
}
.cid-sN2bql4V9G .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sN2bql4V9G .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .mbr-brand {
    text-align: center;
  }
}
.cid-sN2bql4V9G .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .mbr-text {
    text-align: center;
  }
}
.cid-sN2bql4V9G .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2bql4V9G .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .socials {
    margin-right: -20px;
  }
}
.cid-sN2bql4V9G .socials-item .link {
  color: #000000;
}
.cid-sN2bql4V9G .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sN2bql4V9G .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sN2bql4V9G .copyright > p {
  text-align: center;
  color: #2e7a9e;
}
.cid-up3sFYi9da {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up3sFYi9da .menu-text {
  padding: 0 2rem;
  color: #2e7a9e;
}
@media (max-width: 992px) {
  .cid-up3sFYi9da .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-up3sFYi9da .iconfont-wrapper {
  color: #2e7a9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-up3sFYi9da .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-up3sFYi9da .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-up3sFYi9da .container {
    padding: 0 1rem;
  }
}
.cid-up3sFYi9da .menu-tite {
  background: #84c1c7;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #2e7a9e;
}
.cid-up3sFYi9da .nav-link {
  position: relative;
}
.cid-up3sFYi9da .nav-link:hover {
  color: #2e7a9e !important;
}
.cid-up3sFYi9da nav.navbar {
  position: fixed;
}
.cid-up3sFYi9da .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-up3sFYi9da .navbar.opened {
  transition: all 0.3s;
}
.cid-up3sFYi9da .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up3sFYi9da .navbar .navbar-logo img {
  width: auto;
}
.cid-up3sFYi9da .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up3sFYi9da .navbar.collapsed {
  justify-content: center;
}
.cid-up3sFYi9da .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up3sFYi9da .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up3sFYi9da .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-up3sFYi9da .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up3sFYi9da .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up3sFYi9da .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-up3sFYi9da .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up3sFYi9da .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up3sFYi9da .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up3sFYi9da .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up3sFYi9da .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up3sFYi9da .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up3sFYi9da .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up3sFYi9da .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-up3sFYi9da .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up3sFYi9da .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up3sFYi9da .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up3sFYi9da .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up3sFYi9da .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up3sFYi9da .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up3sFYi9da .navbar.navbar-short {
  min-height: 60px;
}
.cid-up3sFYi9da .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up3sFYi9da .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up3sFYi9da .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-up3sFYi9da .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up3sFYi9da .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up3sFYi9da .dropdown-item:hover,
.cid-up3sFYi9da .dropdown-item:focus {
  background: #84c1c7 !important;
  color: white !important;
}
.cid-up3sFYi9da .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up3sFYi9da .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up3sFYi9da .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-up3sFYi9da .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up3sFYi9da .dropdown-menu,
.cid-up3sFYi9da .navbar.opened {
  background: #ffffff !important;
}
.cid-up3sFYi9da .nav-item:focus,
.cid-up3sFYi9da .nav-link:focus {
  outline: none;
}
.cid-up3sFYi9da .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up3sFYi9da .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up3sFYi9da .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up3sFYi9da .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up3sFYi9da .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up3sFYi9da .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up3sFYi9da .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up3sFYi9da .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up3sFYi9da .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up3sFYi9da .dropdown-item.active,
.cid-up3sFYi9da .dropdown-item:active {
  background-color: transparent;
}
.cid-up3sFYi9da .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up3sFYi9da .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up3sFYi9da .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up3sFYi9da .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up3sFYi9da .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up3sFYi9da .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up3sFYi9da ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up3sFYi9da .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up3sFYi9da button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up3sFYi9da button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e7a9e;
}
.cid-up3sFYi9da button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up3sFYi9da button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3sFYi9da button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3sFYi9da button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up3sFYi9da nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3sFYi9da nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up3sFYi9da nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up3sFYi9da nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3sFYi9da .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up3sFYi9da a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up3sFYi9da .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-up3sFYi9da .navbar {
    height: 70px;
  }
  .cid-up3sFYi9da .navbar.opened {
    height: auto;
  }
  .cid-up3sFYi9da .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up3sFU3F8L {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-up3sFU3F8L .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-up3sFU3F8L .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-up3sFU3F8L .mbr-text,
.cid-up3sFU3F8L .mbr-section-btn {
  color: #2e7a9e;
}
@media (max-width: 767px) {
  .cid-up3sFU3F8L img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-up3sFU3F8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3sFU3F8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3sFU3F8L H1 {
  color: #2e7a9e;
}
.cid-up3sFU3F8L H3 {
  color: #84c1c7;
}
.cid-up3sFUPLj9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e2eef6;
}
.cid-up3sFUPLj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3sFUPLj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3sFUPLj9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3sFUPLj9 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-up3sFUPLj9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-up3sFUPLj9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-up3sFUPLj9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-up3sFUPLj9 .header-menu li p {
  margin: 0;
}
.cid-up3sFUPLj9 .mbr-section-title {
  color: #2e7a9e;
}
.cid-up3sFUPLj9 .header-menu-item {
  color: #ffffff;
}
.cid-up3sFUPLj9 .mbr-text,
.cid-up3sFUPLj9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-up3sFUPLj9 .content-head {
  max-width: 800px;
}
.cid-up3JbkUsYQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #e2eef6;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-up3JbkUsYQ .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-up3JbkUsYQ .mbr-section-head {
    padding: 0;
  }
}
.cid-up3JbkUsYQ .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-up3JbkUsYQ .people {
    padding: 0;
  }
}
.cid-up3JbkUsYQ .mbr-section-title {
  color: #2e7a9e;
  margin: 0;
}
.cid-up3JbkUsYQ .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-up3JbkUsYQ .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-up3JbkUsYQ .mbr-text {
    width: 100%;
  }
}
.cid-up3JbkUsYQ .item-name {
  color: #2e7a9e;
  margin: 0;
}
.cid-up3JbkUsYQ h3 {
  margin: 0;
}
.cid-up3JbkUsYQ .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-up3JbkUsYQ .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-up3JbkUsYQ .item {
    margin-bottom: 80px;
  }
}
.cid-up3JbkUsYQ .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-up3JbkUsYQ .item-wrapper {
    flex-direction: column;
  }
}
.cid-up3JbkUsYQ .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-up3JbkUsYQ .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-up3JbkUsYQ .top {
  padding-top: 16px;
}
.cid-up3JbkUsYQ .socials-wrap {
  margin-bottom: 5px;
}
.cid-up3JbkUsYQ .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-up3JbkUsYQ .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-up3JbkUsYQ .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-up3JbkUsYQ .socials-item .link {
  color: #000000;
}
.cid-up3JbkUsYQ .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-up3JbkUsYQ .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-up3JbkUsYQ .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-up3JbkUsYQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up3JbkUsYQ .item:hover {
  cursor: pointer;
}
.cid-up3JbkUsYQ .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-uqOgMBWgWl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-uqOgMBWgWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOgMBWgWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOgMBWgWl .mbr-text,
.cid-uqOgMBWgWl .mbr-section-btn {
  color: #232323;
}
.cid-uqOgMBWgWl .card-title,
.cid-uqOgMBWgWl .card-box {
  color: #2e7a9e;
}
.cid-uqOgMBWgWl .mbr-text,
.cid-uqOgMBWgWl .link-wrap {
  color: #ffffff;
}
.cid-uqOgMBWgWl .card-box .mbr-text,
.cid-uqOgMBWgWl .mbr-section-btn {
  color: #2e7a9e;
}
.cid-up3sFUvb0L {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #e2eef6;
}
.cid-up3sFUvb0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3sFUvb0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3sFUvb0L .mbr-text {
  color: #2e7a9e;
}
.cid-up3sFUvb0L .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-up3sFUvb0L .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-up3sFUvb0L .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-up3sFUvb0L .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-up3sFUvb0L .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-up3sFUvb0L .main-button {
    margin-bottom: 2rem;
  }
}
.cid-up3sFUvb0L .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-up3sFUvb0L .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-up3sFUvb0L .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e7a9e;
  background-color: #2e7a9e;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-up3sFUvb0L .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-up3sFUvb0L .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-up3sFUvb0L .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #2e7a9e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up3sFUvb0L .mbr-text UL {
  text-align: left;
}
.cid-up3sFUvb0L .mbr-section-subtitle,
.cid-up3sFUvb0L .main-button {
  color: #000000;
}
.cid-up3sFUvb0L .mbr-section-title {
  color: #2e7a9e;
}
.cid-up3sFVd8Y3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up3sFVd8Y3 .title_block {
  margin-bottom: 80px;
}
.cid-up3sFVd8Y3 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #84c1c7;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-up3sFVd8Y3 .mbr-section-title {
  color: #2e7a9e;
}
.cid-up3sFVd8Y3 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #54595f;
}
.cid-up3sFVd8Y3 .item {
  padding-bottom: 2rem;
}
.cid-up3sFVd8Y3 .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-up3sFVd8Y3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-up3sFVd8Y3 .item-wrapper {
  position: relative;
}
.cid-up3sFVd8Y3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-up3sFVd8Y3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-up3sFVd8Y3 .item-wrapper:hover .mbr-item-subtitle a {
  color: #84c1c7 !important;
}
.cid-up3sFVd8Y3 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-up3sFVd8Y3 .carousel-control,
.cid-up3sFVd8Y3 .close {
  background: #1b1b1b;
}
.cid-up3sFVd8Y3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-up3sFVd8Y3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-up3sFVd8Y3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-up3sFVd8Y3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-up3sFVd8Y3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-up3sFVd8Y3 .close::before {
  content: '\e91a';
}
.cid-up3sFVd8Y3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-up3sFVd8Y3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-up3sFVd8Y3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-up3sFVd8Y3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-up3sFVd8Y3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-up3sFVd8Y3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-up3sFVd8Y3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-up3sFVd8Y3 .carousel-indicators li.active,
.cid-up3sFVd8Y3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-up3sFVd8Y3 .carousel-indicators li::after,
.cid-up3sFVd8Y3 .carousel-indicators li::before {
  content: none;
}
.cid-up3sFVd8Y3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-up3sFVd8Y3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-up3sFVd8Y3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-up3sFVd8Y3 .carousel-indicators {
    display: none;
  }
}
.cid-up3sFVd8Y3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-up3sFVd8Y3 .carousel-inner > .active {
  display: block;
}
.cid-up3sFVd8Y3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-up3sFVd8Y3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-up3sFVd8Y3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-up3sFVd8Y3 .carousel-control,
  .cid-up3sFVd8Y3 .carousel-indicators,
  .cid-up3sFVd8Y3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-up3sFVd8Y3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-up3sFVd8Y3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-up3sFVd8Y3 .carousel-indicators .active,
.cid-up3sFVd8Y3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-up3sFVd8Y3 .carousel-indicators .active {
  background: #fff;
}
.cid-up3sFVd8Y3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-up3sFVd8Y3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-up3sFVd8Y3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-up3sFVd8Y3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-up3sFVd8Y3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-up3sFVd8Y3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-up3sFVd8Y3 .carousel {
  width: 100%;
}
.cid-up3sFVd8Y3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-up3sFVd8Y3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-up3sFVd8Y3 .modal.fade .modal-dialog,
.cid-up3sFVd8Y3 .modal.in .modal-dialog {
  transform: none;
}
.cid-up3sFVd8Y3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-up3sFVd8Y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3sFVd8Y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3sFVN7OV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up3sFVN7OV .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3sFVN7OV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3sFVN7OV .card-wrapper {
  background: #e2eef6;
}
@media (max-width: 767px) {
  .cid-up3sFVN7OV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up3sFVN7OV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up3sFVN7OV .card-wrapper {
    padding: 4rem;
  }
}
.cid-up3sFVN7OV .mbr-text,
.cid-up3sFVN7OV .mbr-section-btn {
  color: #2e7a9e;
}
.cid-up3sFVN7OV .card-title,
.cid-up3sFVN7OV .card-box {
  text-align: left;
  color: #2e7a9e;
}
.cid-up3sFXasWR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up3sFXasWR li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-up3sFXasWR li:last-child {
  margin-bottom: 0;
}
.cid-up3sFXasWR .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-up3sFXasWR .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-up3sFXasWR .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-up3sFXasWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3sFXasWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3sFXasWR .mbr-section-title {
  color: #2e7a9e;
}
.cid-up3sFXasWR .text1 {
  color: #2e7a9e;
}
.cid-up3sFXasWR .mbr-section-subtitle {
  color: #2e7a9e;
}
.cid-up3sFXasWR .addr {
  color: #2e7a9e;
}
.cid-up3sFXasWR .text2 {
  color: #2e7a9e;
}
.cid-up3sFXMmmG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-up3sFXMmmG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-up3sFXMmmG h3 {
  margin: 0;
}
.cid-up3sFXMmmG .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-up3sFXMmmG .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-up3sFXMmmG .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-up3sFXMmmG .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-up3sFXMmmG .mbr-brand {
    text-align: center;
  }
}
.cid-up3sFXMmmG .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-up3sFXMmmG .mbr-text {
    text-align: center;
  }
}
.cid-up3sFXMmmG .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-up3sFXMmmG .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-up3sFXMmmG .socials {
    margin-right: -20px;
  }
}
.cid-up3sFXMmmG .socials-item .link {
  color: #000000;
}
.cid-up3sFXMmmG .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-up3sFXMmmG .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-up3sFXMmmG .copyright > p {
  text-align: center;
  color: #2e7a9e;
}
.cid-up4ef0oxtU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up4ef0oxtU .menu-text {
  padding: 0 2rem;
  color: #2e7a9e;
}
@media (max-width: 992px) {
  .cid-up4ef0oxtU .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-up4ef0oxtU .iconfont-wrapper {
  color: #2e7a9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-up4ef0oxtU .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-up4ef0oxtU .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-up4ef0oxtU .container {
    padding: 0 1rem;
  }
}
.cid-up4ef0oxtU .menu-tite {
  background: #84c1c7;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #2e7a9e;
}
.cid-up4ef0oxtU .nav-link {
  position: relative;
}
.cid-up4ef0oxtU .nav-link:hover {
  color: #2e7a9e !important;
}
.cid-up4ef0oxtU nav.navbar {
  position: fixed;
}
.cid-up4ef0oxtU .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-up4ef0oxtU .navbar.opened {
  transition: all 0.3s;
}
.cid-up4ef0oxtU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up4ef0oxtU .navbar .navbar-logo img {
  width: auto;
}
.cid-up4ef0oxtU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up4ef0oxtU .navbar.collapsed {
  justify-content: center;
}
.cid-up4ef0oxtU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up4ef0oxtU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up4ef0oxtU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-up4ef0oxtU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up4ef0oxtU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up4ef0oxtU .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-up4ef0oxtU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up4ef0oxtU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up4ef0oxtU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up4ef0oxtU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up4ef0oxtU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up4ef0oxtU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up4ef0oxtU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up4ef0oxtU .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-up4ef0oxtU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up4ef0oxtU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up4ef0oxtU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up4ef0oxtU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up4ef0oxtU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up4ef0oxtU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up4ef0oxtU .navbar.navbar-short {
  min-height: 60px;
}
.cid-up4ef0oxtU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up4ef0oxtU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up4ef0oxtU .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-up4ef0oxtU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up4ef0oxtU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up4ef0oxtU .dropdown-item:hover,
.cid-up4ef0oxtU .dropdown-item:focus {
  background: #84c1c7 !important;
  color: white !important;
}
.cid-up4ef0oxtU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up4ef0oxtU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up4ef0oxtU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-up4ef0oxtU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up4ef0oxtU .dropdown-menu,
.cid-up4ef0oxtU .navbar.opened {
  background: #ffffff !important;
}
.cid-up4ef0oxtU .nav-item:focus,
.cid-up4ef0oxtU .nav-link:focus {
  outline: none;
}
.cid-up4ef0oxtU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up4ef0oxtU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up4ef0oxtU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up4ef0oxtU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up4ef0oxtU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up4ef0oxtU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up4ef0oxtU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up4ef0oxtU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up4ef0oxtU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up4ef0oxtU .dropdown-item.active,
.cid-up4ef0oxtU .dropdown-item:active {
  background-color: transparent;
}
.cid-up4ef0oxtU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up4ef0oxtU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up4ef0oxtU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up4ef0oxtU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up4ef0oxtU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up4ef0oxtU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up4ef0oxtU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up4ef0oxtU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up4ef0oxtU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up4ef0oxtU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e7a9e;
}
.cid-up4ef0oxtU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up4ef0oxtU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up4ef0oxtU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up4ef0oxtU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up4ef0oxtU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up4ef0oxtU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up4ef0oxtU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up4ef0oxtU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up4ef0oxtU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up4ef0oxtU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up4ef0oxtU .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-up4ef0oxtU .navbar {
    height: 70px;
  }
  .cid-up4ef0oxtU .navbar.opened {
    height: auto;
  }
  .cid-up4ef0oxtU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up4eeWhuI2 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-up4eeWhuI2 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-up4eeWhuI2 .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-up4eeWhuI2 .mbr-text,
.cid-up4eeWhuI2 .mbr-section-btn {
  color: #2e7a9e;
}
@media (max-width: 767px) {
  .cid-up4eeWhuI2 img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-up4eeWhuI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4eeWhuI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4eeWhuI2 H1 {
  color: #2e7a9e;
}
.cid-up4eeWhuI2 H3 {
  color: #84c1c7;
}
.cid-up4eeWJ9vM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e2eef6;
}
.cid-up4eeWJ9vM .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4eeWJ9vM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4eeWJ9vM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up4eeWJ9vM .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-up4eeWJ9vM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-up4eeWJ9vM .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-up4eeWJ9vM .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-up4eeWJ9vM .header-menu li p {
  margin: 0;
}
.cid-up4eeWJ9vM .mbr-section-title {
  color: #2e7a9e;
}
.cid-up4eeWJ9vM .header-menu-item {
  color: #ffffff;
}
.cid-up4eeWJ9vM .mbr-text,
.cid-up4eeWJ9vM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-up4eeWJ9vM .content-head {
  max-width: 800px;
}
.cid-up4eeXa3Mw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e2eef6;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-up4eeXa3Mw .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-up4eeXa3Mw .mbr-section-head {
    padding: 0;
  }
}
.cid-up4eeXa3Mw .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-up4eeXa3Mw .people {
    padding: 0;
  }
}
.cid-up4eeXa3Mw .mbr-section-title {
  color: #2e7a9e;
  margin: 0;
}
.cid-up4eeXa3Mw .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-up4eeXa3Mw .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-up4eeXa3Mw .mbr-text {
    width: 100%;
  }
}
.cid-up4eeXa3Mw .item-name {
  color: #2e7a9e;
  margin: 0;
}
.cid-up4eeXa3Mw h3 {
  margin: 0;
}
.cid-up4eeXa3Mw .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-up4eeXa3Mw .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-up4eeXa3Mw .item {
    margin-bottom: 80px;
  }
}
.cid-up4eeXa3Mw .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-up4eeXa3Mw .item-wrapper {
    flex-direction: column;
  }
}
.cid-up4eeXa3Mw .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-up4eeXa3Mw .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-up4eeXa3Mw .top {
  padding-top: 16px;
}
.cid-up4eeXa3Mw .socials-wrap {
  margin-bottom: 5px;
}
.cid-up4eeXa3Mw .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-up4eeXa3Mw .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-up4eeXa3Mw .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-up4eeXa3Mw .socials-item .link {
  color: #000000;
}
.cid-up4eeXa3Mw .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-up4eeXa3Mw .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-up4eeXa3Mw .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-up4eeXa3Mw .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up4eeXa3Mw .item:hover {
  cursor: pointer;
}
.cid-up4eeXa3Mw .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-up4eeXY1Mo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e2eef6;
}
.cid-up4eeXY1Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4eeXY1Mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4eeXY1Mo .mbr-text {
  color: #2e7a9e;
}
.cid-up4eeXY1Mo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-up4eeXY1Mo .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-up4eeXY1Mo .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-up4eeXY1Mo .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-up4eeXY1Mo .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-up4eeXY1Mo .main-button {
    margin-bottom: 2rem;
  }
}
.cid-up4eeXY1Mo .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-up4eeXY1Mo .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-up4eeXY1Mo .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e7a9e;
  background-color: #2e7a9e;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-up4eeXY1Mo .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-up4eeXY1Mo .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-up4eeXY1Mo .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #2e7a9e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up4eeXY1Mo .mbr-text UL {
  text-align: left;
}
.cid-up4eeXY1Mo .mbr-section-subtitle,
.cid-up4eeXY1Mo .main-button {
  color: #000000;
}
.cid-up4eeXY1Mo .mbr-section-title {
  color: #2e7a9e;
}
.cid-up4eeYXPvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up4eeYXPvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4eeYXPvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4eeYXPvG .card-wrapper {
  background: #e2eef6;
}
@media (max-width: 767px) {
  .cid-up4eeYXPvG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up4eeYXPvG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up4eeYXPvG .card-wrapper {
    padding: 4rem;
  }
}
.cid-up4eeYXPvG .mbr-text,
.cid-up4eeYXPvG .mbr-section-btn {
  color: #2e7a9e;
}
.cid-up4eeYXPvG .card-title,
.cid-up4eeYXPvG .card-box {
  text-align: left;
  color: #2e7a9e;
}
.cid-up4eeZkgyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up4eeZkgyu li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-up4eeZkgyu li:last-child {
  margin-bottom: 0;
}
.cid-up4eeZkgyu .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-up4eeZkgyu .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-up4eeZkgyu .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-up4eeZkgyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4eeZkgyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4eeZkgyu .mbr-section-title {
  color: #2e7a9e;
}
.cid-up4eeZkgyu .text1 {
  color: #2e7a9e;
}
.cid-up4eeZkgyu .mbr-section-subtitle {
  color: #2e7a9e;
}
.cid-up4eeZkgyu .addr {
  color: #2e7a9e;
}
.cid-up4eeZkgyu .text2 {
  color: #2e7a9e;
}
.cid-up4eeZWMfp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-up4eeZWMfp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-up4eeZWMfp h3 {
  margin: 0;
}
.cid-up4eeZWMfp .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-up4eeZWMfp .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-up4eeZWMfp .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-up4eeZWMfp .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-up4eeZWMfp .mbr-brand {
    text-align: center;
  }
}
.cid-up4eeZWMfp .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-up4eeZWMfp .mbr-text {
    text-align: center;
  }
}
.cid-up4eeZWMfp .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-up4eeZWMfp .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-up4eeZWMfp .socials {
    margin-right: -20px;
  }
}
.cid-up4eeZWMfp .socials-item .link {
  color: #000000;
}
.cid-up4eeZWMfp .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-up4eeZWMfp .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-up4eeZWMfp .copyright > p {
  text-align: center;
  color: #2e7a9e;
}
.cid-up4pFQ2oI5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up4pFQ2oI5 .menu-text {
  padding: 0 2rem;
  color: #2e7a9e;
}
@media (max-width: 992px) {
  .cid-up4pFQ2oI5 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-up4pFQ2oI5 .iconfont-wrapper {
  color: #2e7a9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-up4pFQ2oI5 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-up4pFQ2oI5 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-up4pFQ2oI5 .container {
    padding: 0 1rem;
  }
}
.cid-up4pFQ2oI5 .menu-tite {
  background: #84c1c7;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #2e7a9e;
}
.cid-up4pFQ2oI5 .nav-link {
  position: relative;
}
.cid-up4pFQ2oI5 .nav-link:hover {
  color: #2e7a9e !important;
}
.cid-up4pFQ2oI5 nav.navbar {
  position: fixed;
}
.cid-up4pFQ2oI5 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-up4pFQ2oI5 .navbar.opened {
  transition: all 0.3s;
}
.cid-up4pFQ2oI5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up4pFQ2oI5 .navbar .navbar-logo img {
  width: auto;
}
.cid-up4pFQ2oI5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up4pFQ2oI5 .navbar.collapsed {
  justify-content: center;
}
.cid-up4pFQ2oI5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up4pFQ2oI5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up4pFQ2oI5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-up4pFQ2oI5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up4pFQ2oI5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up4pFQ2oI5 .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-up4pFQ2oI5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up4pFQ2oI5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up4pFQ2oI5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up4pFQ2oI5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up4pFQ2oI5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up4pFQ2oI5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up4pFQ2oI5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up4pFQ2oI5 .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-up4pFQ2oI5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up4pFQ2oI5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up4pFQ2oI5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up4pFQ2oI5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up4pFQ2oI5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up4pFQ2oI5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up4pFQ2oI5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-up4pFQ2oI5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up4pFQ2oI5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up4pFQ2oI5 .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-up4pFQ2oI5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up4pFQ2oI5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up4pFQ2oI5 .dropdown-item:hover,
.cid-up4pFQ2oI5 .dropdown-item:focus {
  background: #84c1c7 !important;
  color: white !important;
}
.cid-up4pFQ2oI5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up4pFQ2oI5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up4pFQ2oI5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-up4pFQ2oI5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up4pFQ2oI5 .dropdown-menu,
.cid-up4pFQ2oI5 .navbar.opened {
  background: #ffffff !important;
}
.cid-up4pFQ2oI5 .nav-item:focus,
.cid-up4pFQ2oI5 .nav-link:focus {
  outline: none;
}
.cid-up4pFQ2oI5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up4pFQ2oI5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up4pFQ2oI5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up4pFQ2oI5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up4pFQ2oI5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up4pFQ2oI5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up4pFQ2oI5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up4pFQ2oI5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up4pFQ2oI5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up4pFQ2oI5 .dropdown-item.active,
.cid-up4pFQ2oI5 .dropdown-item:active {
  background-color: transparent;
}
.cid-up4pFQ2oI5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up4pFQ2oI5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up4pFQ2oI5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up4pFQ2oI5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up4pFQ2oI5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up4pFQ2oI5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up4pFQ2oI5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up4pFQ2oI5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up4pFQ2oI5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up4pFQ2oI5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e7a9e;
}
.cid-up4pFQ2oI5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up4pFQ2oI5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up4pFQ2oI5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up4pFQ2oI5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up4pFQ2oI5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up4pFQ2oI5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up4pFQ2oI5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up4pFQ2oI5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up4pFQ2oI5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up4pFQ2oI5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up4pFQ2oI5 .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-up4pFQ2oI5 .navbar {
    height: 70px;
  }
  .cid-up4pFQ2oI5 .navbar.opened {
    height: auto;
  }
  .cid-up4pFQ2oI5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up4pFMx3CM {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-up4pFMx3CM .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-up4pFMx3CM .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-up4pFMx3CM .mbr-text,
.cid-up4pFMx3CM .mbr-section-btn {
  color: #2e7a9e;
}
@media (max-width: 767px) {
  .cid-up4pFMx3CM img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-up4pFMx3CM .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4pFMx3CM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4pFMx3CM H1 {
  color: #2e7a9e;
}
.cid-up4pFMx3CM H3 {
  color: #84c1c7;
}
.cid-up4pFN7BYB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e2eef6;
}
.cid-up4pFN7BYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4pFN7BYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4pFN7BYB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up4pFN7BYB .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-up4pFN7BYB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-up4pFN7BYB .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-up4pFN7BYB .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-up4pFN7BYB .header-menu li p {
  margin: 0;
}
.cid-up4pFN7BYB .mbr-section-title {
  color: #2e7a9e;
}
.cid-up4pFN7BYB .header-menu-item {
  color: #ffffff;
}
.cid-up4pFN7BYB .mbr-text,
.cid-up4pFN7BYB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-up4pFN7BYB .content-head {
  max-width: 800px;
}
.cid-up4pFOj8x6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e2eef6;
}
.cid-up4pFOj8x6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4pFOj8x6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4pFOj8x6 .mbr-text {
  color: #2e7a9e;
}
.cid-up4pFOj8x6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-up4pFOj8x6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-up4pFOj8x6 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-up4pFOj8x6 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-up4pFOj8x6 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-up4pFOj8x6 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-up4pFOj8x6 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-up4pFOj8x6 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-up4pFOj8x6 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e7a9e;
  background-color: #2e7a9e;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-up4pFOj8x6 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-up4pFOj8x6 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-up4pFOj8x6 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #2e7a9e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up4pFOj8x6 .mbr-text UL {
  text-align: left;
}
.cid-up4pFOj8x6 .mbr-section-subtitle,
.cid-up4pFOj8x6 .main-button {
  color: #000000;
}
.cid-up4pFOj8x6 .mbr-section-title {
  color: #2e7a9e;
}
.cid-up4pFOI4P3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up4pFOI4P3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4pFOI4P3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4pFOI4P3 .card-wrapper {
  background: #e2eef6;
}
@media (max-width: 767px) {
  .cid-up4pFOI4P3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up4pFOI4P3 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up4pFOI4P3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-up4pFOI4P3 .mbr-text,
.cid-up4pFOI4P3 .mbr-section-btn {
  color: #2e7a9e;
}
.cid-up4pFOI4P3 .card-title,
.cid-up4pFOI4P3 .card-box {
  text-align: left;
  color: #2e7a9e;
}
.cid-up4pFP35Lf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up4pFP35Lf li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-up4pFP35Lf li:last-child {
  margin-bottom: 0;
}
.cid-up4pFP35Lf .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-up4pFP35Lf .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-up4pFP35Lf .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-up4pFP35Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4pFP35Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4pFP35Lf .mbr-section-title {
  color: #2e7a9e;
}
.cid-up4pFP35Lf .text1 {
  color: #2e7a9e;
}
.cid-up4pFP35Lf .mbr-section-subtitle {
  color: #2e7a9e;
}
.cid-up4pFP35Lf .addr {
  color: #2e7a9e;
}
.cid-up4pFP35Lf .text2 {
  color: #2e7a9e;
}
.cid-up4pFPCwp9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-up4pFPCwp9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-up4pFPCwp9 h3 {
  margin: 0;
}
.cid-up4pFPCwp9 .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-up4pFPCwp9 .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-up4pFPCwp9 .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-up4pFPCwp9 .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-up4pFPCwp9 .mbr-brand {
    text-align: center;
  }
}
.cid-up4pFPCwp9 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-up4pFPCwp9 .mbr-text {
    text-align: center;
  }
}
.cid-up4pFPCwp9 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-up4pFPCwp9 .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-up4pFPCwp9 .socials {
    margin-right: -20px;
  }
}
.cid-up4pFPCwp9 .socials-item .link {
  color: #000000;
}
.cid-up4pFPCwp9 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-up4pFPCwp9 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-up4pFPCwp9 .copyright > p {
  text-align: center;
  color: #2e7a9e;
}
.cid-up3QAzD2x4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up3QAzD2x4 .menu-text {
  padding: 0 2rem;
  color: #2e7a9e;
}
@media (max-width: 992px) {
  .cid-up3QAzD2x4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-up3QAzD2x4 .iconfont-wrapper {
  color: #2e7a9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-up3QAzD2x4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-up3QAzD2x4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-up3QAzD2x4 .container {
    padding: 0 1rem;
  }
}
.cid-up3QAzD2x4 .menu-tite {
  background: #84c1c7;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #2e7a9e;
}
.cid-up3QAzD2x4 .nav-link {
  position: relative;
}
.cid-up3QAzD2x4 .nav-link:hover {
  color: #2e7a9e !important;
}
.cid-up3QAzD2x4 nav.navbar {
  position: fixed;
}
.cid-up3QAzD2x4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-up3QAzD2x4 .navbar.opened {
  transition: all 0.3s;
}
.cid-up3QAzD2x4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up3QAzD2x4 .navbar .navbar-logo img {
  width: auto;
}
.cid-up3QAzD2x4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up3QAzD2x4 .navbar.collapsed {
  justify-content: center;
}
.cid-up3QAzD2x4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up3QAzD2x4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up3QAzD2x4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-up3QAzD2x4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up3QAzD2x4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up3QAzD2x4 .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-up3QAzD2x4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up3QAzD2x4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up3QAzD2x4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up3QAzD2x4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up3QAzD2x4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up3QAzD2x4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up3QAzD2x4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up3QAzD2x4 .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-up3QAzD2x4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up3QAzD2x4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up3QAzD2x4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up3QAzD2x4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up3QAzD2x4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up3QAzD2x4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up3QAzD2x4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-up3QAzD2x4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up3QAzD2x4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up3QAzD2x4 .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-up3QAzD2x4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up3QAzD2x4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up3QAzD2x4 .dropdown-item:hover,
.cid-up3QAzD2x4 .dropdown-item:focus {
  background: #84c1c7 !important;
  color: white !important;
}
.cid-up3QAzD2x4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up3QAzD2x4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up3QAzD2x4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-up3QAzD2x4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up3QAzD2x4 .dropdown-menu,
.cid-up3QAzD2x4 .navbar.opened {
  background: #ffffff !important;
}
.cid-up3QAzD2x4 .nav-item:focus,
.cid-up3QAzD2x4 .nav-link:focus {
  outline: none;
}
.cid-up3QAzD2x4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up3QAzD2x4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up3QAzD2x4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up3QAzD2x4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up3QAzD2x4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up3QAzD2x4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up3QAzD2x4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up3QAzD2x4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up3QAzD2x4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up3QAzD2x4 .dropdown-item.active,
.cid-up3QAzD2x4 .dropdown-item:active {
  background-color: transparent;
}
.cid-up3QAzD2x4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up3QAzD2x4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up3QAzD2x4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up3QAzD2x4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-up3QAzD2x4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up3QAzD2x4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up3QAzD2x4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up3QAzD2x4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up3QAzD2x4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up3QAzD2x4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e7a9e;
}
.cid-up3QAzD2x4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up3QAzD2x4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3QAzD2x4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3QAzD2x4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up3QAzD2x4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3QAzD2x4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up3QAzD2x4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up3QAzD2x4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3QAzD2x4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up3QAzD2x4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up3QAzD2x4 .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-up3QAzD2x4 .navbar {
    height: 70px;
  }
  .cid-up3QAzD2x4 .navbar.opened {
    height: auto;
  }
  .cid-up3QAzD2x4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up3QAvNJjZ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-up3QAvNJjZ .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-up3QAvNJjZ .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-up3QAvNJjZ .mbr-text,
.cid-up3QAvNJjZ .mbr-section-btn {
  color: #2e7a9e;
}
@media (max-width: 767px) {
  .cid-up3QAvNJjZ img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-up3QAvNJjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QAvNJjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QAvNJjZ H1 {
  color: #2e7a9e;
}
.cid-up3QAvNJjZ H3 {
  color: #84c1c7;
}
.cid-up3QAwgxOn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e2eef6;
}
.cid-up3QAwgxOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QAwgxOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QAwgxOn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3QAwgxOn .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-up3QAwgxOn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-up3QAwgxOn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-up3QAwgxOn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-up3QAwgxOn .header-menu li p {
  margin: 0;
}
.cid-up3QAwgxOn .mbr-section-title {
  color: #2e7a9e;
}
.cid-up3QAwgxOn .header-menu-item {
  color: #ffffff;
}
.cid-up3QAwgxOn .mbr-text,
.cid-up3QAwgxOn .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-up3QAwgxOn .content-head {
  max-width: 800px;
}
.cid-up3QAwCsZw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #e2eef6;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-up3QAwCsZw .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-up3QAwCsZw .mbr-section-head {
    padding: 0;
  }
}
.cid-up3QAwCsZw .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-up3QAwCsZw .people {
    padding: 0;
  }
}
.cid-up3QAwCsZw .mbr-section-title {
  color: #2e7a9e;
  margin: 0;
}
.cid-up3QAwCsZw .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-up3QAwCsZw .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-up3QAwCsZw .mbr-text {
    width: 100%;
  }
}
.cid-up3QAwCsZw .item-name {
  color: #2e7a9e;
  margin: 0;
}
.cid-up3QAwCsZw h3 {
  margin: 0;
}
.cid-up3QAwCsZw .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-up3QAwCsZw .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-up3QAwCsZw .item {
    margin-bottom: 80px;
  }
}
.cid-up3QAwCsZw .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-up3QAwCsZw .item-wrapper {
    flex-direction: column;
  }
}
.cid-up3QAwCsZw .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-up3QAwCsZw .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-up3QAwCsZw .top {
  padding-top: 16px;
}
.cid-up3QAwCsZw .socials-wrap {
  margin-bottom: 5px;
}
.cid-up3QAwCsZw .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-up3QAwCsZw .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-up3QAwCsZw .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-up3QAwCsZw .socials-item .link {
  color: #000000;
}
.cid-up3QAwCsZw .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-up3QAwCsZw .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-up3QAwCsZw .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-up3QAwCsZw .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up3QAwCsZw .item:hover {
  cursor: pointer;
}
.cid-up3QAwCsZw .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-up3QAxIEbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up3QAxIEbu .title_block {
  margin-bottom: 80px;
}
.cid-up3QAxIEbu .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #84c1c7;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-up3QAxIEbu .mbr-section-title {
  color: #2e7a9e;
}
.cid-up3QAxIEbu .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #54595f;
}
.cid-up3QAxIEbu .item {
  padding-bottom: 2rem;
}
.cid-up3QAxIEbu .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-up3QAxIEbu .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-up3QAxIEbu .item-wrapper {
  position: relative;
}
.cid-up3QAxIEbu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-up3QAxIEbu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-up3QAxIEbu .item-wrapper:hover .mbr-item-subtitle a {
  color: #84c1c7 !important;
}
.cid-up3QAxIEbu .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-up3QAxIEbu .carousel-control,
.cid-up3QAxIEbu .close {
  background: #1b1b1b;
}
.cid-up3QAxIEbu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-up3QAxIEbu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-up3QAxIEbu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-up3QAxIEbu .carousel-control-next span {
  margin-left: 5px;
}
.cid-up3QAxIEbu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-up3QAxIEbu .close::before {
  content: '\e91a';
}
.cid-up3QAxIEbu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-up3QAxIEbu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-up3QAxIEbu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-up3QAxIEbu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-up3QAxIEbu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-up3QAxIEbu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-up3QAxIEbu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-up3QAxIEbu .carousel-indicators li.active,
.cid-up3QAxIEbu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-up3QAxIEbu .carousel-indicators li::after,
.cid-up3QAxIEbu .carousel-indicators li::before {
  content: none;
}
.cid-up3QAxIEbu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-up3QAxIEbu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-up3QAxIEbu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-up3QAxIEbu .carousel-indicators {
    display: none;
  }
}
.cid-up3QAxIEbu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-up3QAxIEbu .carousel-inner > .active {
  display: block;
}
.cid-up3QAxIEbu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-up3QAxIEbu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-up3QAxIEbu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-up3QAxIEbu .carousel-control,
  .cid-up3QAxIEbu .carousel-indicators,
  .cid-up3QAxIEbu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-up3QAxIEbu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-up3QAxIEbu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-up3QAxIEbu .carousel-indicators .active,
.cid-up3QAxIEbu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-up3QAxIEbu .carousel-indicators .active {
  background: #fff;
}
.cid-up3QAxIEbu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-up3QAxIEbu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-up3QAxIEbu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-up3QAxIEbu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-up3QAxIEbu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-up3QAxIEbu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-up3QAxIEbu .carousel {
  width: 100%;
}
.cid-up3QAxIEbu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-up3QAxIEbu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-up3QAxIEbu .modal.fade .modal-dialog,
.cid-up3QAxIEbu .modal.in .modal-dialog {
  transform: none;
}
.cid-up3QAxIEbu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-up3QAxIEbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QAxIEbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QAygYqv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up3QAygYqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QAygYqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QAygYqv .card-wrapper {
  background: #e2eef6;
}
@media (max-width: 767px) {
  .cid-up3QAygYqv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up3QAygYqv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-up3QAygYqv .card-wrapper {
    padding: 4rem;
  }
}
.cid-up3QAygYqv .mbr-text,
.cid-up3QAygYqv .mbr-section-btn {
  color: #2e7a9e;
}
.cid-up3QAygYqv .card-title,
.cid-up3QAygYqv .card-box {
  text-align: left;
  color: #2e7a9e;
}
.cid-up3QAyCZej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up3QAyCZej li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-up3QAyCZej li:last-child {
  margin-bottom: 0;
}
.cid-up3QAyCZej .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-up3QAyCZej .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-up3QAyCZej .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-up3QAyCZej .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QAyCZej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QAyCZej .mbr-section-title {
  color: #2e7a9e;
}
.cid-up3QAyCZej .text1 {
  color: #2e7a9e;
}
.cid-up3QAyCZej .mbr-section-subtitle {
  color: #2e7a9e;
}
.cid-up3QAyCZej .addr {
  color: #2e7a9e;
}
.cid-up3QAyCZej .text2 {
  color: #2e7a9e;
}
.cid-up3QAz8TVH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-up3QAz8TVH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-up3QAz8TVH h3 {
  margin: 0;
}
.cid-up3QAz8TVH .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-up3QAz8TVH .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-up3QAz8TVH .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-up3QAz8TVH .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-up3QAz8TVH .mbr-brand {
    text-align: center;
  }
}
.cid-up3QAz8TVH .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-up3QAz8TVH .mbr-text {
    text-align: center;
  }
}
.cid-up3QAz8TVH .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-up3QAz8TVH .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-up3QAz8TVH .socials {
    margin-right: -20px;
  }
}
.cid-up3QAz8TVH .socials-item .link {
  color: #000000;
}
.cid-up3QAz8TVH .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-up3QAz8TVH .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-up3QAz8TVH .copyright > p {
  text-align: center;
  color: #2e7a9e;
}
